-
Notifications
You must be signed in to change notification settings - Fork 201
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
Comments
'python setup.py develop' throws |
I encountered the same numpy issue when I tried to install yolo5. |
just switch to earlier version, such as tag v6.2 |
You can directly use "pip install yolov5" to fix the problem |
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
The text was updated successfully, but these errors were encountered: