【问题标题】:Error for numpy and scipy after Installation of pythonxy安装 pythonxy 后 numpy 和 scipy 出错
【发布时间】:2016-01-05 08:00:20
【问题描述】:

我在安装 pythonxy 后收到一个错误,据我所知,pythonxy 包括 numpy 和 scipy,但是我无法在命令提示符下导入这些功能。 我该如何处理这个问题? 这是我的错误消息,感谢 stackoverflow 社区。​​p>

    C:\WINDOWS\system32>python
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'numpy'
>>> import scipy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'scipy'

【问题讨论】:

    标签: numpy scipy pythonxy


    【解决方案1】:

    Python(x,y) 安装 Python 2.7。看来您已经开始使用 Python 3。How to run different python versions in cmd 中的讨论可能会有所帮助。

    【讨论】:

      猜你喜欢
      • 2013-02-26
      • 2012-12-25
      • 2012-06-22
      • 2016-05-05
      • 2014-12-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多