issue during installing requirement.txt #45
GeneralSubhra
started this conversation in
General
Replies: 1 comment 3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 "C:\Users\Subhranil\AppData\Local\Temp\pip-install-_ng7_t4n\flash-attn_bddf0d5e226d4d5395a7f4bfd047b983\setup.py", line 9, 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
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
I am getting this isuue . How to solve this?python version Im using is 3.10
Beta Was this translation helpful? Give feedback.
All reactions