gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-01 03:27:48 29 4
gpt4 key购买 nike

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

我已经按照这个答案安装并升级了 setuptools 和 ez_setup Python pip install gives "Command "python setup.py egg_info" failed with error code 1"

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

NotFoundError:未找到 lapack/blas 资源

当我尝试安装 math 时,出现以下错误:

  Using cached Math-0.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\raisa\AppData\Local\Temp\pip-build-e23g412r\math\setup.py", line 2, in <module>
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\

最佳答案

在 Windows 上,您需要找到 unofficial binaries here并下载您要安装的软件包的相应 .whl 文件。使用 pip 安装和升级 wheelsetuptools,然后执行 pip install the_name_of_the_file.whl

总而言之,假设您要安装 matplotlib 并且 .whl 文件位于当前目录中...

pip install wheel
pip install --upgrade setuptools
pip install matplotlib‑1.5.3‑cp35‑cp35m‑win32.whl

关于python - 无法 pip 安装 scipy、mlxtend 和数学库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41253928/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com