Pycharm解释器显示python 3.7,但调试模式运行python 3.5

时间:2019-07-19 20:32:06

标签: python-3.x pycharm

numpy在pycharm中

enter image description here

但显示

  File "/Users/psu/miniconda3/lib/python3.5/site-packages/pandas/__init__.py", line 17, in <module>
    "Unable to import required dependencies:\n" + "\n".join(missing_dependencies)
ImportError: Unable to import required dependencies: numpy: No module named 'numpy'

当我尝试在pycharm中运行调试时。

我认为更深层的问题是Python解释器建议使用Python 3.7,但是在pycharm调试模式下,它运行python 3.5。我在这里Pycharm can't change interpreter from python 2.7 to 3.4后面关注了几篇文章,但仍然无法正确获取python版本。

想知道吗?谢谢!

0 个答案:

没有答案