python -m pip install -e . Failed! #17
Unanswered
K-tang-mkv
asked this question in
Q&A
Replies: 1 comment
-
solved that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to run it on testnet, but when I install the package, it failed.
I use
python -m pip install -e .
, but it didn't work, the error is below:Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
/home/gant/web-genie-ai/setup.py:26: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from pkg_resources import parse_requirements
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/home/gant/web-genie-ai/setup.py", line 56, in
with codecs.open(
^^^^^^^^^^^^
File "", line 918, in open
FileNotFoundError: [Errno 2] No such file or directory: '/home/gant/web-genie-ai/template/init.py'
[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.
Beta Was this translation helpful? Give feedback.
All reactions