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

cannot pip install torch-rechub? #74

Open
frankdeepl opened this issue Jan 21, 2025 · 2 comments
Open

cannot pip install torch-rechub? #74

frankdeepl opened this issue Jan 21, 2025 · 2 comments
Labels
environment remove or update environment

Comments

@frankdeepl
Copy link

It shows the error "AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
", anybody face this issue?

@1985312383
Copy link
Collaborator

I search this problem in Inernet, pkgutil module should be removed in Pytrhon 3.12. But some pkgs still use pkgutil like numpy/setuptools. I suggest you use Python3.6~3.9 to compatible with all modules

@frankdeepl
Copy link
Author

thanks your help. You are right, after downgrade the python version to 3.9, and it works now.

@1985312383 1985312383 added the environment remove or update environment label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
environment remove or update environment
Projects
None yet
Development

No branches or pull requests

2 participants