installation document should be updated
2019211753 opened this issue · 4 comments
Numpy>=1.22 required by yolo5 don't support Python3.7 anymore. But the suggested Python version in your document is still 3.7.
'python setup.py develop' throws
'Searching for pandas
Reading https://pypi.org/simple/pandas/
Downloading https://files.pythonhosted.org/packages/a9/ec/e531733ff7f955e58ac45089cf72d085e587a731778b9dac1b82878815e9/pandas-2.1.0rc0.tar.gz#sha256=e6967a82ee26997ab5ef52907064ca21eed5e51089dc2131a252a26d67d88b36
Best match: pandas 2.1.0rc0
Processing pandas-2.1.0rc0.tar.gz
error: Couldn't find a setup script in /tmp/easy_install-5gxr_ca2/pandas-2.1.0rc0.tar.gz'
after switching to Python3.8
I encountered the same numpy issue when I tried to install yolo5.
I encountered the same numpy issue when I tried to install yolo5.
just switch to earlier version, such as tag v6.2
Numpy>=1.22 required by yolo5 don't support Python3.7 anymore. But the suggested Python version in your document is still 3.7.
You can directly use "pip install yolov5" to fix the problem