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

installation document should be updated #214

Open
2019211753 opened this issue Aug 29, 2023 · 4 comments
Open

installation document should be updated #214

2019211753 opened this issue Aug 29, 2023 · 4 comments

Comments

@2019211753
Copy link

Numpy>=1.22 required by yolo5 don't support Python3.7 anymore. But the suggested Python version in your document is still 3.7.

https://numpy.org/devdocs/release/1.22.0-notes.html#:~:text=The%20Python%20versions%20supported%20in%20this%20release%20are%203.8%2D3.10%2C%20Python%203.7%20has%20been%20dropped

@2019211753
Copy link
Author

2019211753 commented Aug 29, 2023

'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

@ayton-zhang
Copy link

I encountered the same numpy issue when I tried to install yolo5.

@2019211753
Copy link
Author

I encountered the same numpy issue when I tried to install yolo5.

just switch to earlier version, such as tag v6.2

@Sumail2020
Copy link

Numpy>=1.22 required by yolo5 don't support Python3.7 anymore. But the suggested Python version in your document is still 3.7.

https://numpy.org/devdocs/release/1.22.0-notes.html#:~:text=The%20Python%20versions%20supported%20in%20this%20release%20are%203.8%2D3.10%2C%20Python%203.7%20has%20been%20dropped

You can directly use "pip install yolov5" to fix the problem

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

No branches or pull requests

3 participants