ultralytics 8.0.232 has requirement numpy>=1.22.2, but you'll have numpy 1.19.5 which is incompatible. #11338
Replies: 2 comments
-
Hi @anilshootup |
Beta Was this translation helpful? Give feedback.
-
MY issue like i am trying to run python code in android |
Beta Was this translation helpful? Give feedback.
-
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"
Beta Was this translation helpful? Give feedback.
All reactions