-
Notifications
You must be signed in to change notification settings - Fork 74
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
ImportError: cannot import name 'file_hash' from 'pooch.utils' #252
Comments
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. You might also want to take a look at our Contributing Guide and Code of Conduct. |
Hi @AlexanderJuestel it was moved internally. The The docs on that page could definitely be clearer on this. I opened #253 to help resolve this. Thanks for posting so quickly! |
I'll leave this open for now in case anyone else comes across the same issue. |
The import path change has broken the import of scikit-image as well 😨 Specifically, I see the error coming from
Considering some high impact projects like scikit-image are now broken on import, it may need to be added back... |
😭 |
Scikit-image fixed this in scikit-image/scikit-image#5529 and will make a new release to address the issue. We definitely need to be more careful when moving things around in Pooch in the future. |
Description of the problem
As Pooch was updated today, I get an import error for 'file_hash'. See also https://github.com/cgre-aachen/gemgis/runs/3401104133?check_suite_focus=true#step:6:37. Was it maybe moved?
Full error message
System information
conda list
below:output of conda list
The text was updated successfully, but these errors were encountered: