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

Failure during install - "packaging" not found #4

Open
nailimixaM opened this issue Apr 15, 2024 · 1 comment · May be fixed by #7
Open

Failure during install - "packaging" not found #4

nailimixaM opened this issue Apr 15, 2024 · 1 comment · May be fixed by #7

Comments

@nailimixaM
Copy link

Error log:

Collecting fast-hadamard-transform
Downloading fast_hadamard_transform-1.0.4.post1.tar.gz (6.7 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-btg1baro/fast-hadamard-transform_f9d0fee24bb546b68ab99dd561c6de4e/setup.py", line 8, in
from packaging.version import parse, Version
ModuleNotFoundError: No module named 'packaging'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

@osbm osbm linked a pull request May 24, 2024 that will close this issue
@alugowski
Copy link

Needs pip install wheel

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

Successfully merging a pull request may close this issue.

2 participants