Replies: 3 comments
-
Hi @Jalilnkh , It seems that you are installing YOLOX through pypi, did you try the fixed version, e.g. |
Beta Was this translation helpful? Give feedback.
-
Hey @FateScript I am encountering the same error I tried installing for a fixed version and also tried installing from the github repository. Can you please help regarding the error. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. And if I install 0.3.0, I cannot import yolox
|
Beta Was this translation helpful? Give feedback.
-
I am trying to install Yolox using the following command:
pip install yolox
I got this command from the following link:
https://pypi.org/project/yolox/
I got the following error:
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
[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.
How can I solve this problem? I should mention that I am installing this package on a remote machine based on ubuntu.
Beta Was this translation helpful? Give feedback.
All reactions