提问者:小点点

无法安装线路探查器-命令出错,退出状态为%1。 Python3.8,pip


当尝试在Python3.8中安装line_profiler进行python优化时,出现了以下错误:

ERROR: Command errored out with exit status 1: 'c:\users\user\appdata\local\programs\python\python38\python.exe' 'c:\users\user\appdata\local\programs\python\python38\lib\site-packages\pip' install --ignore
-installed --no-user --prefix 'C:\Users\user\AppData\Local\Temp\pip-build-env-i47tu5u7\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=41
.0.1' wheel Cython 'scikit-build>=0.9.0' cmake ninja Check the logs for full command output.

无法安装软件包。


共1个答案

匿名用户

正如github repo中所述,我使用离线包:https://www.lfd.uci.edu/~gohlke/pythonlibs/#line_profiler下载当前python版本的文件,例如,我使用的是Python3.8: