numpy module not found 错误:通过cmd下载了两次,可能是因为我的系统中有两个版本的python

Posted

技术标签:

【中文标题】numpy module not found 错误:通过cmd下载了两次,可能是因为我的系统中有两个版本的python【英文标题】:numpy module not found error: downloaded it twice through cmd, maybe because of two version of python in my system 【发布时间】:2021-11-18 17:41:47 【问题描述】:

当我尝试导入 numpy 模块时,出现错误“NO MODULE NAMED NUMPY”。即使通过 cmd(pip) 下载了 numypy 模块后,也会出现同样的错误。我想这是因为我在我的系统中安装了两个版本的 python。我应该如何解决这个问题?[1]This is the error which occurs again and again[这是我的 python 代码,带有语句 - import numpy as np]

错误:

Traceback (most recent call last):
  File C:\Users\RAJEEV SHARMA\Desktop\synonpsis and code\olympicspyile.py.py",
 line 1, in <module>
    import numpy as np
ModuleNotFoundError: No module named 'numpy'

【问题讨论】:

【参考方案1】:

安装时是否添加了 PATH?

可以看看 Windows 的 Linux 子系统,这会更容易...what Windows says about installing Python

【讨论】:

不,我没有,因为在我们的书中没有提到它,你能告诉我怎么做吗 在初始安装屏幕上,您有一些选项,请慢慢阅读。

以上是关于numpy module not found 错误:通过cmd下载了两次,可能是因为我的系统中有两个版本的python的主要内容,如果未能解决你的问题,请参考以下文章

即使安装了模块,Python Module not found 错误

[ERR_MODULE_NOT_FOUND] 是啥意思?

节点 MODULE_NOT_FOUND

React调试错误‘Module not found: Can‘t resolve‘

由于“Module not found: Error: Can't resolve”错误,Webpack 突然无法编译

luarocks错误 require ‘luasql.mysql' 报module 'luasql.mysql' not found: