📌  相关文章
📜  没有找到 numpy.core._multiarray_umath 的匹配分布 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:17.647000             🧑  作者: Mango

代码示例1
#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.