no matching distribution found for numpy core multiarray umath

Solutions on MaxInterview for no matching distribution found for numpy core multiarray umath by the best coders in the world

showing results for - "no matching distribution found for numpy core multiarray umath"
Teague
25 Sep 2016
1#No matching distribution found for numpy.core._multiarray_umath
2If you are using numpy version==1.20|1.19 and python version <3.7
3#then you will get this type of error
4Sol:Need to change interpreter with python version >3.7(3.8|3.9) then your issue will resolve.
5#Note:More possible this error will comes if your system contains anconda in your system.