dom96 / choosenim

Tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
682 stars 66 forks source link

Error: Unsatisfied dependency: nim (>= 1.0.8) #241

Closed navvator closed 2 years ago

navvator commented 3 years ago

Hello. I am on linux x64.

lukas@nwn_nl:~/.nimble/bin$ ./choosenim 1.0.8 Downloading Nim 1.0.8 from nim-lang.org [##################################################] 100.0% 0kb/s Extracting nim-1.0.8-linux_x64.tar.xz Building Nim 1.0.8 Compiler: Already built Tools: Already built Switched to Nim 1.0.8

lukas@nwn_nl:~/.nimble/bin$ nimble build -d:release Verifying dependencies for nwsync@0.2.6 Installing neverwinter@>= 1.3.0 Downloading https://github.com/niv/neverwinter.nim using git Verifying dependencies for neverwinter@1.3.1 Tip: 4 messages have been suppressed, use --verbose to show them. Error: Unsatisfied dependency: nim (>= 1.0.8) i am also try nim devel and nim 1.2.6. and got same error... Whats i do wrong?

dom96 commented 3 years ago

What does nim -v return?