简体   繁体   English

使用 pip 在 Python 3.8.0 中安装 numpy 时如何修复“错误:命令错误退出状态 1”

[英]How to fix “ERROR: Command errored out with exit status 1” when using pip to install numpy in Python 3.8.0

After upgrading Python to 3.8.0, I have trouble installing packages related to numpy using pip, including numpy, matplotlib and sklearn. After upgrading Python to 3.8.0, I have trouble installing packages related to numpy using pip, including numpy, matplotlib and sklearn. The error message is as follows:错误信息如下:

What should I do to solve this problem?我应该怎么做才能解决这个问题?

C:\WINDOWS\System32>pip install numpy

...

Installing collected packages: numpy
    Running setup.py install for numpy ... error
    ERROR: Command errored out with exit status 1:                                                                           command: 'c:\users\tonakai\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Tonakai\\AppData\\Local\\Temp\\pip-install-ub45_c1a\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\Tonakai\\AppData\\Local\\Temp\\pip-install-ub45_c1a\\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\Tonakai\AppData\Local\Temp\pip-record-3pg_3uvq\install-record.txt' --single-version-externally-managed --compile
         cwd: C:\Users\Tonakai\AppData\Local\Temp\pip-install-ub45_c1a\numpy\
    Complete output (299 lines):
    Running from numpy source directory.

    Note: if you need reliable uninstall behavior, then install
    with pip instead of using `setup.py install`:

      - `pip install .`       (from a git repo or downloaded source
                               release)
      - `pip install numpy`   (last NumPy release on PyPi)

  blas_mkl_info:
  No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
  customize MSVCCompiler
    libraries mkl_rt not found in ['c:\\users\\tonakai\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\tonakai\\appdata\\local\\programs\\python\\python38\\libs']
    NOT AVAILABLE
...

c:\users\tonakai\appdata\local\programs\python\python38\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
      warnings.warn(msg)
    non-existing path in 'numpy\\random': 'src\\splitmix64\\splitmix.h'
    running install
    running build
    running config_cc
    unifing config_cc, config, build_clib, build_ext, build commands --compiler options
    running config_fc
    unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
    running build_src
    build_src
    building py_modules sources
    building library "npymath" sources
    No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
    error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\tonakai\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Tonakai\\AppData\\Local\\Temp\\pip-install-ub45_c1a\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\Tonakai\\AppData\\Local\\Temp\\pip-install-ub45_c1a\\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\Tonakai\AppData\Local\Temp\pip-record-3pg_3uvq\install-record.txt' --single-version-externally-managed --compile Check the logs for full command output.

You need to upgrade setuptools and pip.您需要升级setuptools和 pip。 You can do that by running:你可以通过运行来做到这一点:

pip install -U pip setuptools

Then you can run your pip install numpy .然后你可以运行你的pip install numpy

I am having the same issue after upgrading to Python 3.8, perhaps these packages are not compatible with 3.8?升级到 Python 3.8 后我遇到了同样的问题,也许这些软件包与 3.8 不兼容?

I have the same situation with python 3.8 when i'm installing cx_Oracle当我安装 cx_Oracle 时,我的情况与 python 3.8 相同

c:\Users\paulo.mota\Desktop\RoboBlob>pip install cx_Oracle Collecting cx_Oracle Using cached https://files.pythonhosted.org/packages/d0/00/2d4b1e27da6dda2408dcfe4e192b26c2e190be573c6aadb0c97739f15774/cx_Oracle-7.2.3.tar.gz Building wheels for collected packages: cx-Oracle Building wheel for cx-Oracle (setup.py)... error ERROR: Command errored out with exit status 1: command: 'c:\program files (x86)\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; c:\Users\paulo.mota\Desktop\RoboBlob>pip install cx_Oracle Collecting cx_Oracle Using cached https://files.pythonhosted.org/packages/d0/00/2d4b1e27da6dda2408dcfe4e192b26c2e190be573c6aadb0c97739f15774/cx_Oracle-7.2.3.tar.gz Building wheels for收集的软件包:cx-Oracle Building wheel for cx-Oracle (setup.py)... 错误错误:命令出错,退出状态为 1:命令:'c:\program files (x86)\python38-32\python.exe ' -u -c '导入系统,设置工具,标记化; sys.argv[0] = '"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\setup.py'"'"'; sys.argv[0] = '"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\setup.py'"'"'; file ='"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)( file );code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file , '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\paulo.mota\AppData\Local\Temp\pip-wheel-avcyfia8' --python-tag cp38 cwd: C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\ Complete output (51 lines): running bdist_wheel running build running build_ext building 'cx_Oracle' extension Traceback (most recent call last): File "", line 1, in File "C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\setup.py", line 110, in setup( File "c:\program files (x86)\python38-32\lib\site-packages\setuptools__init__.py", line 145, in setup return distutils.core.setup(**attrs) File "c:\program files (x86)\python38-32\lib\distutils\core.py", line 148, in setup dist.run_commands() Fil file ='"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\setup.py'"'"';f=getattr(tokenize, '"' "'open'"'"', open)( file );code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"' "');f.close();exec(compile(code, file , '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\paulo.mota\AppData\Local\Temp \pip-wheel-avcyfia8' --python-tag cp38 cwd: C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\ Complete output 行:运行 b51构建运行 build_ext 构建 'cx_Oracle' 扩展 Traceback(最近一次调用最后):文件“”,第 1 行,在文件“C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle \setup.py",第 110 行,在 setup( 文件 "c:\program files (x86)\python38-32\lib\site-packages\setuptools__init__.py",第 145 行,在 setup 返回 distutils.core.setup( **attrs) 文件“c:\program files (x86)\python38-32\lib\distutils\core.py”,第 148 行,在 setup dist.run_commands() Fil e "c:\program files (x86)\python38-32\lib\distutils\dist.py", line 966, in run_commands self.run_command(cmd) File "c:\program files (x86)\python38-32\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "c:\program files (x86)\python38-32\lib\site-packages\wheel\bdist_wheel.py", line 192, in run self.run_command('build') File "c:\program files (x86)\python38-32\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "c:\program files (x86)\python38-32\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "c:\program files (x86)\python38-32\lib\distutils\command\build.py", line 135, in run self.run_command(cmd_name) File "c:\program files (x86)\python38-32\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "c:\program files (x86)\python38-32\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "c:\program files (x86)\python38-32\lib\site-packages\setuptools\command\b e "c:\program files (x86)\python38-32\lib\distutils\dist.py",第 966 行,在 run_commands self.run_command(cmd) File "c:\program files (x86)\python38-32\ lib\distutils\dist.py”,第 985 行,在 run_command cmd_obj.run() 文件中“c:\program files (x86)\python38-32\lib\site-packages\wheel\bdist_wheel.py”,第 192 行,在运行 self.run_command('build') 文件“c:\program files (x86)\python38-32\lib\distutils\cmd.py”,第 313 行,在 run_command self.distribution.run_command(command) 文件“c :\program files (x86)\python38-32\lib\distutils\dist.py",第 985 行,在 run_command cmd_obj.run() 文件 "c:\program files (x86)\python38-32\lib\distutils\ command\build.py”,第 135 行,在运行中 self.run_command(cmd_name) 文件“c:\program files (x86)\python38-32\lib\distutils\cmd.py”,第 313 行,在 run_command self.distribution .run_command(command) 文件“c:\program files (x86)\python38-32\lib\distutils\dist.py”,第 985 行,run_command cmd_obj.run() 文件“c:\program files (x86)\ python38-32\lib\site-packages\setuptools\command\b uild_ext.py", line 84, in run _build_ext.run(self) File "c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py", line 340, in run self.build_extensions() File "c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py", line 449, in build_extensions self._build_extensions_serial() File "c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) File "c:\program files (x86)\python38-32\lib\site-packages\setuptools\command\build_ext.py", line 205, in build_extension _build_ext.build_extension(self, ext) File "c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py", line 528, in build_extension objects = self.compiler.compile(sources, File "c:\program files (x86)\python38-32\lib\distutils_msvccompiler.py", line 360, in compile self.initialize() File "c:\program files (x86)\python38-32\lib\distutils_msvccompiler.py", line 253, in initialize vc_env = _get_vc_env(plat_spec) uild_ext.py”,第 84 行,运行中() 文件“c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py”,第 449 行,在 build_extensions self._build_extensions_serial() 文件“c:\program files (x86)\python38 -32\lib\distutils\command\build_ext.py”,第 474 行,在 _build_extensions_serial self.build_extension(ext) 文件“c:\program files (x86)\python38-32\lib\site-packages\setuptools\command\ build_ext.py”,第 205 行,在 build_extension 中= self.compiler.compile(sources, File "c:\program files (x86)\python38-32\lib\distutils_msvccompiler.py", line 360, in compile self.initialize() File "c:\program files (x86 )\python38-32\lib\distutils_msvccompiler.py",第 253 行,初始化 vc_env = _get_vc_env(plat_spec) File "c:\program files (x86)\python38-32\lib\site-packages\setuptools\msvc.py", line 170, in msvc14_get_vc_env return EnvironmentInfo(plat_spec, vc_min_ver=14.0).return_env() File "c:\program files (x86)\python38-32\lib\site-packages\setuptools\msvc.py", line 1619, in return_env if self.vs_ver >= 14 and isfile(self.VCRuntimeRedist): File "c:\program files (x86)\python38-32\lib\genericpath.py", line 30, in isfile st = os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType文件“c:\program files (x86)\python38-32\lib\site-packages\setuptools\msvc.py”,第 170 行,在 msvc14_get_vc_env 返回 EnvironmentInfo(plat_spec, vc_min_ver=14.0).return_env() 文件“c: \program 文件 (x86)\python38-32\lib\site-packages\setuptools\msvc.py",第 1619 行,如果 self.vs_ver >= 14 和 isfile(self.VCRuntimeRedist),则在 return_env 中:文件“c:\program files (x86)\python38-32\lib\genericpath.py",第 30 行,在 isfile st = os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType


ERROR: Failed building wheel for cx-Oracle Running setup.py clean for cx-Oracle Failed to build cx-Oracle Installing collected packages: cx-Oracle Running setup.py install for cx-Oracle... error ERROR: Command errored out with exit status 1: command: 'c:\program files (x86)\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize;错误:为 cx-Oracle 构建轮子失败 为 cx-Oracle 运行 setup.py clean 无法构建 cx-Oracle 安装收集的包:cx-Oracle 为 cx-Oracle 运行 setup.py install ... 错误错误:命令出错退出状态1:命令:'c:\program files (x86)\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\setup.py'"'"'; sys.argv[0] = '"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\setup.py'"'"'; file ='"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\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\paulo.mota\AppData\Local\Temp\pip-record-is61e710\install-record.txt' --single-version-externally-managed --compile cwd: C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\ Complete output (53 lines): running install running build running build_ext building 'cx_Oracle' extension Traceback (most recent call last): File "", line 1, in File "C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\setup.py", line 110, in setup( File "c:\program files (x86)\python38-32\lib\site-packages\setuptools__init__.py", line 145, in setup return distutils.core.setup(**attrs) File "c:\program files (x86)\python38-32\lib\distutils\core.p file ='"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\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\paulo.mota\AppData\Local\ Temp\pip-record-is61e710\install-record.txt' --single-version-externally-managed --compile cwd: C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx -Oracle\ Complete output(53 行):运行 install running build running build_ext building 'cx_Oracle' extension Traceback(最近一次调用最后):文件“”,第 1 行,在文件“C:\Users\paulo.mota\AppData\ Local\Temp\pip-install-38ong8sd\cx-Oracle\setup.py",第 110 行,在 setup( 文件 "c:\program files (x86)\python38-32\lib\site-packages\setuptools__init__.py" ,第 145 行,在设置中返回 distutils.core.setup(**attrs) File "c:\program files (x86)\python38-32\lib\distutils\core.p y", line 148, in setup dist.run_commands() File "c:\program files (x86)\python38-32\lib\distutils\dist.py", line 966, in run_commands self.run_command(cmd) File "c:\program files (x86)\python38-32\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "c:\program files (x86)\python38-32\lib\site-packages\setuptools\command\install.py", line 61, in run return orig.install.run(self) File "c:\program files (x86)\python38-32\lib\distutils\command\install.py", line 545, in run self.run_command('build') File "c:\program files (x86)\python38-32\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "c:\program files (x86)\python38-32\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "c:\program files (x86)\python38-32\lib\distutils\command\build.py", line 135, in run self.run_command(cmd_name) File "c:\program files (x86)\python38-32\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File " y",第 148 行,在 setup dist.run_commands() 文件中 "c:\program files (x86)\python38-32\lib\distutils\dist.py",第 966 行,在 run_commands self.run_command(cmd) 文件中" c:\program files (x86)\python38-32\lib\distutils\dist.py",第 985 行,run_command cmd_obj.run() 文件 "c:\program files (x86)\python38-32\lib\site -packages\setuptools\command\install.py”,第 61 行,在运行中返回 orig.install.run(self) 文件“c:\program files (x86)\python38-32\lib\distutils\command\install.py ",第 545 行,在运行 self.run_command('build') 文件 "c:\program files (x86)\python38-32\lib\distutils\cmd.py",第 313 行,在 run_command self.distribution.run_command(命令)文件“c:\program files (x86)\python38-32\lib\distutils\dist.py”,第 985 行,在 run_command cmd_obj.run() 文件“c:\program files (x86)\python38-32 \lib\distutils\command\build.py”,第 135 行,在运行 self.run_command(cmd_name) 文件“c:\program files (x86)\python38-32\lib\distutils\cmd.py”,第 313 行,在 run_command self.distribution.run_command(command) 文件中" c:\program files (x86)\python38-32\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "c:\program files (x86)\python38-32\lib\site-packages\setuptools\command\build_ext.py", line 84, in run _build_ext.run(self) File "c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py", line 340, in run self.build_extensions() File "c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py", line 449, in build_extensions self._build_extensions_serial() File "c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) File "c:\program files (x86)\python38-32\lib\site-packages\setuptools\command\build_ext.py", line 205, in build_extension _build_ext.build_extension(self, ext) File "c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py", line 528, in build_extension objects = self.compiler.compile(sources, File "c:\program files (x86)\python38-32\lib\distutils_msvccomp c:\program files (x86)\python38-32\lib\distutils\dist.py",第 985 行,run_command cmd_obj.run() 文件 "c:\program files (x86)\python38-32\lib\site -packages\setuptools\command\build_ext.py",第 84 行,运行中 _build_ext.run(self) 文件 "c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py",行340,在运行 self.build_extensions() 文件“c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py”,第 449 行,在 build_extensions self._build_extensions_serial() 文件“c:\程序文件 (x86)\python38-32\lib\distutils\command\build_ext.py",第 474 行,在 _build_extensions_serial self.build_extension(ext) 文件 "c:\program files (x86)\python38-32\lib\site -packages\setuptools\command\build_ext.py",第 205 行,在 build_extension _build_ext.build_extension(self, ext) 文件 "c:\program files (x86)\python38-32\lib\distutils\command\build_ext.py" ,第 528 行,在 build_extension objects = self.compiler.compile(sources, File "c:\program files (x86)\python38-32\lib\distutils_msvccomp iler.py", line 360, in compile self.initialize() File "c:\program files (x86)\python38-32\lib\distutils_msvccompiler.py", line 253, in initialize vc_env = _get_vc_env(plat_spec) File "c:\program files (x86)\python38-32\lib\site-packages\setuptools\msvc.py", line 170, in msvc14_get_vc_env return EnvironmentInfo(plat_spec, vc_min_ver=14.0).return_env() File "c:\program files (x86)\python38-32\lib\site-packages\setuptools\msvc.py", line 1619, in return_env if self.vs_ver >= 14 and isfile(self.VCRuntimeRedist): File "c:\program files (x86)\python38-32\lib\genericpath.py", line 30, in isfile st = os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType ---------------------------------------- ERROR: Command errored out with exit status 1: 'c:\program files (x86)\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; iler.py”,第 360 行,编译 self.initialize() 文件“c:\program files (x86)\python38-32\lib\distutils_msvccompiler.py”,第 253 行,初始化 vc_env = _get_vc_env(plat_spec) 文件“ c:\program files (x86)\python38-32\lib\site-packages\setuptools\msvc.py",第 170 行,在 msvc14_get_vc_env 返回 EnvironmentInfo(plat_spec, vc_min_ver=14.0).return_env() 文件“c:\program文件 (x86)\python38-32\lib\site-packages\setuptools\msvc.py",第 1619 行,如果 self.vs_ver >= 14 和 isfile(self.VCRuntimeRedist),则在 return_env 中:文件“c:\program files ( x86)\python38-32\lib\genericpath.py", line 30, in isfile st = os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType ---- ------------------------------------ 错误:命令出错,退出状态为 1:'c:\程序文件 (x86)\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\setup.py'"'"'; sys.argv[0] = '"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\setup.py'"'"'; file ='"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\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\paulo.mota\AppData\Local\Temp\pip-record-is61e710\install-record.txt' --single-version-externally-managed --compile Check the logs for full command output. file ='"'"'C:\Users\paulo.mota\AppData\Local\Temp\pip-install-38ong8sd\cx-Oracle\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\paulo.mota\AppData\Local\ Temp\pip-record-is61e710\install-record.txt' --single-version-externally-managed --compile 检查日志以获取完整命令 output。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 尝试使用 pip 安装看门狗时如何修复“错误:命令错误,退出状态为 1:” - How to fix ‘“ERROR: Command errored out with exit status 1:” when trying to install watchdog using pip 如何修复错误“错误:命令出错,退出状态为 1:python。” 尝试使用 pip 安装 djangorestframework-extensions 时 - How to fix error “ERROR: Command errored out with exit status 1: python.” when trying to install djangorestframework-extensions using pip 如何修复错误“错误:命令出错,退出状态为 1:python。” 尝试使用 pip 安装 fitz 模块时? - How to fix error “ERROR: Command errored out with exit status 1: python.” when trying to install fitz module using pip? 如何修复错误“错误:命令出错,退出状态为 1:python。” 尝试使用 pip 安装 pyttsx3 时 - How to fix error “ERROR: Command errored out with exit status 1: python.” when trying to install pyttsx3 using pip 我该如何解决这个问题:错误:命令错误退出状态 1:尝试“pip install psycopg2”时 - How can I fix this : ERROR: Command errored out with exit status 1 : when trying to “pip install psycopg2” 如何使用 pip 安装修复“命令错误,退出状态为 1” - How to fix 'Command errored out with exit status 1' with pip install Python 3.7.7 安装 Numpy “错误:命令出错,退出状态为 1:” - Python 3.7.7 install Numpy "ERROR: Command errored out with exit status 1:" 如何修复错误“错误:命令出错,退出状态为 1:python。” 当尝试安装 py -m pip install google-assistant-sdk[samples] - How to fix error “ERROR: Command errored out with exit status 1: python.” when trying to install py -m pip install google-assistant-sdk[samples] 在 pip3 安装 numpy 错误时出错:命令出错,退出状态为 1: - Getting error while pip3 install numpy ERROR: Command errored out with exit status 1: Pip 安装错误与 pycontractions '错误:命令错误退出状态 1:' - Pip install error with pycontractions 'ERROR: Command errored out with exit status 1:'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM