Skip to content
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

pip install not working #2747

Open
bmidler opened this issue Aug 19, 2024 · 1 comment
Open

pip install not working #2747

bmidler opened this issue Aug 19, 2024 · 1 comment
Labels

Comments

@bmidler
Copy link

bmidler commented Aug 19, 2024

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'?

@bmidler bmidler added the bug label Aug 19, 2024
@patrick-nicodemus
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants