安装mlxtend_无法pip安装scipy、mlxtend和数学库

我在windows 10上使用python 3.5。我无法安装一些库,如scipy、mlxtend和math。

当我尝试pip install scipy和mlxtend时,会出现以下错误:

NotFoundError: no lapack/blas resources found

当我尝试安装math时,会出现以下错误:Using cached Math-0.5.tar.gz

Complete output from command python setup.py egg_info:

Traceback (most recent call last):

File "", line 1, in

File "C:\Users\raisa\AppData\Local\Temp\pip-build-e23g412r\math\setup.py", line 2, in

raise RuntimeError("Package 'Math' must not be downloaded from pypi")

RuntimeError: Package 'Math' must not be downloaded from pypi

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in C:\Users\raisa\AppData\Local\Temp\pip-build-e23g412r\math\

你可能感兴趣的:(安装mlxtend)