添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
深沉的菠菜  ·  utf8_decode (XML) - ...·  9 月前    · 
读研的豌豆  ·  [Oracle] SQL*Loader ...·  1 年前    · 
[root@i-umqgk1km bin]# pip3 install virtualenvwrapper
Collecting virtualenvwrapper
  Using cached virtualenvwrapper-4.8.4.tar.gz (334 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.
      [end of output]
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
pip install --upgrade setuptools

再执行pip install virtualenvwrapper 安装成功

本文主要介绍了pip install dotenv出现error: subprocess-exited-with-error,希望能对使用dotenv的同学们有所帮助。 1. 问题描述 2. 解决方案
五种方法解决subprocess-exited-with-error × python setup.py egg_info did not run successfully
已解决(pip安装第三方模块lxml模块报错)Building wheels for collected packages: lxml Building wheel for lxml (setup.py) … error error: subprocess-exited-with-error python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess,and is li
本文主要介绍了pip install mysql出现error: subprocess - exited-with-error的解决方案,希望能对使用mysql的同学们有所帮助。 1. 问题描述 2. 解决方案