如何处理PyCharm中导入numpy包时出现的RuntimeError异常?
- 内容介绍
- 文章标签
- 相关推荐
本文共计222个文字,预计阅读时间需要1分钟。
:使用PyCharm导入numpy包时出现RuntimeError错误:The current Numpy installation...
内容:在使用PyCharm导入numpy包时遇到RuntimeError错误,错误信息如下:RuntimeError: The current Numpy installation (‘D:\python3.6\lib\site-packages\numpy\init.py’ -> settings -> project interpreter -> (建议使用python3.6版本,我之前使用的是3.8版本)。
解决方案:建议将Python版本更改为3.6,以解决此问题。
本文共计222个文字,预计阅读时间需要1分钟。
:使用PyCharm导入numpy包时出现RuntimeError错误:The current Numpy installation...
内容:在使用PyCharm导入numpy包时遇到RuntimeError错误,错误信息如下:RuntimeError: The current Numpy installation (‘D:\python3.6\lib\site-packages\numpy\init.py’ -> settings -> project interpreter -> (建议使用python3.6版本,我之前使用的是3.8版本)。
解决方案:建议将Python版本更改为3.6,以解决此问题。

