No matching distribution found for numpy.core._multiarray_umath code example

Example: No matching distribution found for numpy.core._multiarray_umath

#No matching distribution found for numpy.core._multiarray_umath
If you are using numpy version==1.20|1.19 and python version <3.7
#then you will get this type of error
Sol:Need to change interpreter with python version >3.7(3.8|3.9) then your issue will resolve.
#Note:More possible this error will comes if your system contains anconda in your system.

Tags:

Misc Example