Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot satisfy the dependency on vmath 1.0.2 and vmath 0.3.3 #103

Open
UNIcodeX opened this issue Apr 10, 2021 · 0 comments
Open

Cannot satisfy the dependency on vmath 1.0.2 and vmath 0.3.3 #103

UNIcodeX opened this issue Apr 10, 2021 · 0 comments

Comments

@UNIcodeX
Copy link

when trying to install Wiish with Nim 1.4.4 installed with choosenim, I get the following.

PS C:\Users\Jedi> nimble install https://github.com/iffy/wiish.git
Downloading https://github.com/iffy/wiish.git using git
   Warning: Package 'wiish' has an incorrect structure. It should contain a single directory hierarchy for source files, named 'wiishpkg', but file 'baseapp.nim' is in a directory named 'wiish' instead. This will be an error in the future.
      Hint: If 'wiish' contains source files for building 'wiish', rename it to 'wiishpkg'. Otherwise, prevent its installation by adding `skipDirs = @["wiish"]` to the .nimble file.
  Verifying dependencies for wiish@0.3.0
      Info: Dependency on parsetoml@>= 0.3.2 already satisfied
  Verifying dependencies for parsetoml@0.5.0
      Info: Dependency on argparse@>= 2.0.0 & < 3.0.0 already satisfied
  Verifying dependencies for argparse@2.0.0
      Info: Dependency on jnim@>= 0.5 already satisfied
  Verifying dependencies for jnim@0.5.1
      Info: Dependency on regex@>= 0.18.0 & < 1.0.0 already satisfied
  Verifying dependencies for regex@0.19.0
      Info: Dependency on unicodedb@>= 0.7.2 already satisfied
  Verifying dependencies for unicodedb@0.9.0
      Info: Dependency on opengl@>= 1.2.1 already satisfied
  Verifying dependencies for opengl@1.2.6
      Info: Dependency on webview@any version already satisfied
  Verifying dependencies for webview@0.1.0
      Info: Dependency on sdl2@>= 2.0.1 & < 3.0.0 already satisfied
  Verifying dependencies for sdl2@2.0.2
      Info: Dependency on https://github.com/yglukhov/darwin@any version already satisfied
  Verifying dependencies for darwin@0.1.0
      Info: Dependency on vmath@>= 0.3.2 & < 0.4.0 already satisfied
  Verifying dependencies for vmath@0.3.3
      Info: Dependency on chroma@>= 0.1.5 & < 0.2.0 already satisfied
  Verifying dependencies for chroma@0.1.5
      Info: Dependency on flippy@>= 0.4.7 & < 1.0.0 already satisfied
  Verifying dependencies for flippy@0.4.7
      Info: Dependency on vmath@>= 0.3.2 already satisfied
  Verifying dependencies for vmath@1.0.2
      Info: Dependency on chroma@>= 0.1.5 already satisfied
  Verifying dependencies for chroma@0.2.5
      Info: Dependency on nimPNG@>= 0.2.6 already satisfied
  Verifying dependencies for nimPNG@0.3.1
      Info: Dependency on supersnappy@>= 1.0.0 already satisfied
  Verifying dependencies for supersnappy@2.0.0
       Tip: 35 messages have been suppressed, use --verbose to show them.
     Error: Cannot satisfy the dependency on vmath 1.0.2 and vmath 0.3.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant