You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: The package has no tagged releases, downloading HEAD instead.
Verifying dependencies for safe_assign@0.1.0
Installing safe_assign@0.1.0
nimble.nim(324) packageExists
Error: The package inside "/home/ggb/.nimble/pkgs2/safe_assign-0.1.0-12da8a61d0becbc2b5a317d4792d9ff31efe6f69" is invalid.
Details: Could not read package info file in /home/ggb/.nimble/pkgs2/safe_assign-0.1.0-12da8a61d0becbc2b5a317d4792d9ff31efe6f69/safe_assign.nimble;
... Reading as ini file failed with:
... Invalid section: .
... Evaluating as NimScript file failed with:
... /home/ggb/.nimble/pkgs2/safe_assign-0.1.0-12da8a61d0becbc2b5a317d4792d9ff31efe6f69/safe_assign.nimble(3, 9) Error: cannot open file: ./nimble_extras
... printPkgInfo() failed.
Info: Nimble data file "/home/ggb/.nimble/nimbledata2.json" has been saved.
Looking at the files downloaded (into /home/ggb/.nimble/pkgs2/safe_assign-0.1.0-12da8a61d0becbc2b5a317d4792d9ff31efe6f69), it seems that safe_assign.nim and safe_assign.nimble have been downloaded but nimble_extras.nim has not been downloaded (nor have any of the docs/ files been downloaded, but this would not cause the current issue).
Is there something I should put in the nimble file, or elsewhere, to allow all the other files to be downloaded?
The text was updated successfully, but these errors were encountered:
I have some nimble files that work satisfactorily when local to my machine, but
nimble install
fails to install them.I just now put the files up to SourceForge, having been running them locally for some time.
If I run:
Then I get the following response:
Looking at the files downloaded (into /home/ggb/.nimble/pkgs2/safe_assign-0.1.0-12da8a61d0becbc2b5a317d4792d9ff31efe6f69), it seems that
safe_assign.nim
andsafe_assign.nimble
have been downloaded butnimble_extras.nim
has not been downloaded (nor have any of thedocs/
files been downloaded, but this would not cause the current issue).Is there something I should put in the nimble file, or elsewhere, to allow all the other files to be downloaded?
The text was updated successfully, but these errors were encountered: