python不可以安装的软件包_安装好的python包竟然无法import

弄了许久,终于把numpy+mlk,scipy都装好了,结果在python中import的时候竟然报错,我已经检查过环境变量,也在对应的文件目录里找到了这些包,也尝试过更新这些包或者是重新装这些包,但还是不能import的,请问有大神能帮忙看看怎么解决这个问题吗?

报错内容:

>>> import numpy

Traceback (most recent call last):

File "", line 1, in

File "C:\Python27\lib\site-packages\numpy\__init__.py", line 142, in

from . import add_newdocs

File "C:\Python27\lib\site-packages\numpy\add_newdocs.py", line 13, in

from numpy.lib import add_newdoc

File "C:\Python27\lib\site-packages\numpy\lib\__init__.py", line 8, in

from .type_check import *

File "C:\Python27\lib\site-packages\numpy\lib\type_check.py", line 11, in

import numpy.core.numeric as _nx

File "C:\Python27\lib\site-packages\numpy\core\__init__.py", line 24, in

raise ImportError(msg)

ImportError:

Importing the multiarray numpy extension module failed.  Most

likely you are trying to import a failed build of numpy.

If you're working with a numpy git repo, try `git clean -xdf` (removes all

files not under version control).  Otherwise reinstall numpy.

查看已下载包:

cycler (0.10.0)

functools32 (3.2.3.post2)

hcluster (0.2.0)

hupper (0.4.4)

matplotlib (2.0.0)

numpy (1.12.1+mkl)

PasteDeploy (1.5.2)

pip (9.0.1)

pyparsing (2.2.0)

pyramid (1.8.3)

python-dateutil (2.6.0)

pytz (2016.10)

repoze.lru (0.6)

scipy (0.19.0)

setuptools (20.10.1)

six (1.10.0)

statsmodels (0.8.0)

translationstring (1.3)

venusian (1.0)

WebOb (1.7.2)

wheel (0.29.0)

zope.deprecation (4.2.0)

zope.interface (4.3.3)

你可能感兴趣的:(python不可以安装的软件包)