-
Notifications
You must be signed in to change notification settings - Fork 45.8k
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
ultralytics 8.0.232 has requirement numpy>=1.22.2, but you'll have numpy 1.19.5 which is incompatible #11339
Comments
Hi @anilshootup |
HI @bharatjetti actually this is am doing using Android gradle file I am getting this error |
Hi @anilshootup In the error message I can see that you are using python3.13 for consistency |
Error: [email protected] has been disabled because it is deprecated upstream! It was disabled on 2024-10-14. so now i have increase version 3.9 now i am getting this error : Failed to install opencv-python from https://files.pythonhosted.org/packages/4a/e7/b70a2d9ab205110d715906fc8ec83fbb00404aeb3a37a0654fdb68eb0c8c/opencv-python-4.10.0.84.tar.gz#sha256=72d234e4582e9658ffea8e9cae5b63d488ad06994ef12d81dc303b17472f3526. |
also i am getting this exception ERROR: Exception: Chaquopy: Exit status 2 python { |
Hi @anilshootup |
python {
version '3.8'
pip {
install "matplotlib"
install "pandas"
install "ultralytics==8.0.232"
install "seaborn==0.12.2"
install "numpy"
install "opencv-python"
install "gitpython"
}
}
I am getting this issue when i build the code
ultralytics 8.0.232 has requirement numpy>=1.22.2, but you'll have numpy 1.19.5 which is incompatible.
but when i change install "numpy==1.22.2"
The text was updated successfully, but these errors were encountered: