News

I install numpy 1.22.3 with pip, I'm on macOs X 12.2.1 and I use python 3.10.2 64 bits. I uninstall et re-install 3 times numpy but nothing change, when i import numpy it doesn't appear a problem, but ...
ModuleNotFoundError: No module named 'numpy._core' Sample code im trying to run is below. I have an older version of ultralytics installed on an older host and this issue doesnt exist. from ...