-
Notifications
You must be signed in to change notification settings - Fork 189
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 import modules in .nimble
during nimble install
#1259
Comments
The Nimble manifest for that package seems to be completely invalid. Running @ringabout This is not reproducible. |
Have you tried running |
If it can parse it, and if running |
No, I mean "interpretation" when I say "evaluation". It cannot execute that. |
Sorry for my ignorance, but there a particular reason why |
nimble install nimsutils
fails with the following error:However, if you run
nimble
inside the repository directly, it works absolutely fine.Since I can't find any docs saying you aren't allowed to import things in the
.nimble
file, I feel like this should be a bug fromnimble install
.The text was updated successfully, but these errors were encountered: