Windows 10。 使用最新版本的pip。 python 3.8.3。
遇到此错误。
我尝试通过pycharm安装,并得到了相同的错误。
File "numpy\core\setup.py", line 667, in get_mathlib_info
raise RuntimeError("Broken toolchain: cannot link a simple C program")
RuntimeError: Broken toolchain: cannot link a simple C program
----------------------------------------
ERROR: Command errored out with exit status 1:
'C:\Users\thisuser\AppData\Local\Programs\Python\Python38-32\python.exe' -u -c 'import sys,
setuptools,
tokenize; sys.argv[0] = '"'"'C:\\Users\\thisuser\\AppData\\Local\\Temp\\pip-install-
t1sn8hyk\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\thisuser\\AppData\\Local\\Temp\\pip-
install-t1sn8hyk\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)
(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code,
__file__, '"'"'exec'"'"'))' install --record 'C:\Users\thisuser\AppData\Local\Temp\pip-record-
zxkfqpfd\install-record.txt' --single-version-externally-managed --prefix
'C:\Users\thisuser\AppData\Local\Temp\pip-build-env-t7emgfqy\overlay' --compile --install-headers
'C:\Users\thisuser\AppData\Local\Temp\pip-build-env-t7emgfqy\overlay\Include\numpy' Check the logs
for
full command output.
----------------------------------------
ERROR: Command errored out with exit status 1:
'C:\Users\thisuser\AppData\Local\Programs\Python\Python38-32\python.exe'
'C:\Users\thisuser\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pip' install --
ignore-installed --no-user --prefix 'C:\Users\thisuser\AppData\Local\Temp\pip-build-env-
t7emgfqy\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i
https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"''
numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel Check the logs for
full command output
答案 0 :(得分:1)
解决这个问题的最简单方法,除了尝试仅在Windows中为一个软件包安装C编译器外,还可以从Christoph Gohlke优秀的pre-compiled version of NumPy网站安装Unofficial Windows Binaries for Python Extension Packages。我建议使用MKL(英特尔的数学内核库)版本,但他也具有完全开源的“原始”版本。
只需下载与您的操作系统和Python版本相对应的.whl
文件,然后运行
pip install wheel_filename.whl
从您将其下载到的任何目录中,就可以完成所有设置。如果其他任何pip install
命令在尝试编译Python软件包时都中断了,请首先检查Gohlke的仓库!
答案 1 :(得分:-1)
从 https://pypi.org/simple/streamlit/
下载合适的版本我正在使用 streamlit 0.62.1 和 python 3.8.5,它工作正常。
我尝试了最新版本的 streamlit 0.76.0,但在安装时出错
pip install C:\downloads\streamlit-0.62.1-py2.py3-none-any.whl