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 |
|
MY issue like i am trying to run python code in android |
|
Hi @anilshootup |
|
MY issue like i am trying to run python code in android |
Uh oh!
There was an error while loading. Please reload this page.
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"
All reactions