-
Notifications
You must be signed in to change notification settings - Fork 21
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
pint version >=0.21 breaks neuropythy #32
Comments
Hey! Thanks for catching this—the issue is actually coming from the |
Great thanks! |
Okay, try neuropythy version 0.12.12 and see if that fixes this for you (or send me the error message if not)! |
Hey
|
Ahh, okay, I think I know what is causing this also, but just to make sure that we don't keep ping-ponging errors back and forth, can you point me to your env.yml file? |
I've pushed a new version of |
Thank you! |
This worked, thanks a lot!
|
Hey Noah!
When compiling my docker I ran into problems running neuropythy that I traced back to the version of
pint
. When the version is increased to 0.21 I have the following output/error message:my call in python:
neuropythy.commands.atlas.main(f'sub-{sub}', '-v', '-S')
working conda env:
Quick and dirty fix would be specify pint<0.21 in the requirements.txt, right?
The text was updated successfully, but these errors were encountered: