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
I have the same error. I am using Python 3.12. The error occurs with trying to build Numpy 1.23.5, which predates Python 3.12. I suspect the best way to fix this problem is to address whatever technical debt is keeping the project on Numpy 1.23.5 and move to a version of Numpy which is tested on Python 3.12.
Trying to install allensdk via pip (
pip install allensdk
) on Mac, Windows, and Linux produces the following error:AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
The text was updated successfully, but these errors were encountered: