pip intall jupyter出现 error: subprocess-exited-with-error 求帮助。

这篇具有很好参考价值的文章主要介绍了pip intall jupyter出现 error: subprocess-exited-with-error 求帮助。。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

 

安装环境
操作系统:Windows
Python:3.10.7

安装虚拟环境的时候出错

pip install jupyter

出现错误

Collecting pywinpty>=1.1.0
  Using cached pywinpty-2.0.10.tar.gz (26 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [6 lines of output]

      Cargo, the Rust package manager, is not installed or is not on PATH.
      This package requires Rust and Cargo to compile extensions. Install it through
      the system's package manager or via https://rustup.rs/

      Checking for Rust toolchain....
      [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 intall jupyter出现 error: subprocess-exited-with-error 求帮助。文章来源地址https://www.toymoban.com/news/detail-462724.html

到了这里,关于pip intall jupyter出现 error: subprocess-exited-with-error 求帮助。的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • pip安装软件包报错: error subprocess-exited-with-error问题记录

    执行pip install dlib 在执行pip3 install virtualenvwrapper也会报同样的错误 我们需要执行如下命令: pip install --upgrade setuptools 命令用于升级 setuptools 库的版本。 setuptools 是 Python 的一个开源包管理器,它用于管理 Python 项目的依赖库。 当你执行 pip install --upgrade setuptools 命令时,它会更

    2024年02月12日
    浏览(48)
  • pip install -U weditor 安装报错 error: subprocess-exited-with-error

    1、pip install -U weditor 安装报错 error: subprocess-exited-with-error     试了好几种方式: 2、解决方法:  2.1 更新模块setuptools:  pip install -U setuptools  2.2 再次安装weditor,依旧报错 pip install -U weditor     2.3 克隆weditor,再安装weditor git clone https://github.com/openatx/weditor    pip3 install -

    2023年04月08日
    浏览(81)
  • pip下载包时出现不适配导致无法下载安装包:error: subprocess-exited-with-error;error: metadata-generation-failed;

    不用怀疑,首先排除将pip升级到最新这个没啥用的主意 其次,这个问题出现一般是环境不匹配导致的 最老实的办法莫过于弄清楚环境具体应该如何适配,然后再pip下载 这个就不细说了,因人而异,可以尝试用不同源下载,也可以试试切换下python版本或者安装包的版本 中庸之

    2024年02月10日
    浏览(46)
  • pip install mysql出现error: subprocess - exited-with-error的解决方案

      大家好,我是爱编程的喵喵。双985硕士毕业,现担任全栈工程师一职,热衷于将数据思维应用到工作与生活中。从事机器学习以及相关的前后端开发工作。曾在阿里云、科大讯飞、CCF等比赛获得多次Top名次。现为CSDN博客专家、人工智能领域优质创作者。喜欢通过博客创作

    2024年02月09日
    浏览(57)
  • 报错: error: subprocess-exited-with-error

    在cmd下载 BeautifulSoup 的时候,输入以下命令: 出现以下报错: 版本不兼容 BeautifulSoup目前适用版本是4.x,前面的版本已停止开发 网上查到的,卸载setuptools,重新安装,别的文章有提到,不再赘述 下载适应版本的第三方库

    2024年02月11日
    浏览(45)
  • 【动手学强化学习】安装gym subprocess-exited-with-error

    以下内容均在ubuntu18.0.4环境使用 最近在看《动手学强化学习》安装运行相关的gym环境时候遇到了一些问题。 1、文中使用gym为== 0.18.3 该版本 支持 python3.8, python3.9 使用会有问题,env.seed()无法直接使用。(使用3.8.16 可成功运行文中代码) 2、在linux下本来已经安装了一个pyth

    2024年02月11日
    浏览(55)
  • Python seqeval包安装报错: error: subprocess-exited-with-error 解决方法

    pip install seqeval 报错:error: subprocess-exited-with-error 再次执行:pip install seqeval 安装成功

    2024年02月13日
    浏览(56)
  • 突发情况2-Python 3.11.0 安装pygame提示error: subprocess-exited-with-error

    1.pip3 install pygame 后 报错提示: 2.翻了各种文章后理解可能为版本不兼容导致 pygame公测版无法在高python版本下安装 于是使用 pygame的体验版即可 pip3 install pygame --pre 3.参考文献 :https://stackoverflow.com/questions/64311396/pygame-no-setup-file-exists-running-buildconfig-config-py 中评论: 9 I had the

    2024年02月02日
    浏览(59)
  • 解决:Python3.7版本安装pyinstaller一直失败,报错提示“error: subprocess-exited-with-error”

    Python3.7版本安装pyinstaller一直失败解决!无论是直接pip install pyinstaller还是指定pyinstaller各种版本安装,又或者pycharm进行安装也是失败,再就是重装PIP,还把pyinstaller的wheel文件下载到本地进行安装,总之试了各种方法都无效,折腾了好久。 pip install pyinstaller报错如下: error:

    2023年04月08日
    浏览(50)
  • 安装cython_bbox报错解决办法:Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

    报错内容如下图所示: 解决办法: 先安装Cpython然后再安装cython_bbox 注意在ubuntu系统下去安装,在windows系统上我尝试了还是安装不成功,还没发现如何解决,如果有成功方法的可评论区留言。

    2024年02月11日
    浏览(72)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包