AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
Describe the bug
Collecting numpy<1.24,>=1.22 (from nemo_toolkit[all]) Using cached numpy-1.23.5.tar.gz (10.7 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [33 lines of output]
Traceback (most recent call last):
File "lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Steps/Code to reproduce bug
step 1 pip install nemo_toolkit['all']
Expected behavior
installation without errors
Environment overview (please complete the following information)
- Environment location: local disk
- Method of NeMo install: pip install nemo_toolkit['all']
Environment details
If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide:
- OS version Ubuntu 24
- PyTorch version 2.3.1
- Python version 3.12.3
Have you tried pip install nemo_toolkit[all] without the '?
Have you tried
pip install nemo_toolkit[all]without the'?
This does not affect the error.
Any resolution for this ?
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Also getting this on macOS with Python 3.10
I resolved this by switching from Python 3.12 to 3.10.
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been inactive for 7 days since being marked as stale.