New contributor
Ben Lechner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1 Answer
if you are not using virtual enivrements, i suggest you install and use ANACONDA.
Solution:
for this error i think using Numpy==1.21.4
and Numba==0.53.0
will solve your problem.
-
Hi, we already run python on VMware on Ubuntu and when we wrote pip show numpy it showed us that we use Numpy 1.22 even though we downloaded Numpy 1.18.1 1 hour ago
-
> pip uninstall numpy , then make sure you have no numpy installed on your env, then >pip install numpy==VERSION 1 hour ago
pip
, it would bepip install numpy==1.18.1
.