当前位置: 首页 > article >正文

【JupyterLab】pip安装过程问题记录(未完)

1、使用以下命令安装报错

pip install jupyterlab
ERROR: Could not find a version that satisfies the requirement jupyterlab (from versions: none)
ERROR: No matching distribution found for jupyterlab

2、修改运行命令仍然出现报错

pip install jupyterlab -i http://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com
  Downloading https://mirrors.cloud.tencent.com/pypi/packages/d3/89/2b9113eabacfe3bbebcdf95c24772e2267c7b6b9fed6e35bffba2080a4c1/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.

百度机翻:
下载中https://mirrors.cloud.tencent.com/pypi/packages/d3/89/2b9113eabacfe3bbebcdf95c24772e2267c7b6b9fed6e35bffba2080a4c1/pywinpty-2.0.10.tar.gz(26 kB)
正在安装生成依赖项。。。完成
获取制造车轮的要求。。。完成
正在准备元数据(pyproject.toml)。。。错误
错误:子进程退出时出错

×准备元数据(pyproject.toml)未成功运行。
│ 退出代码:1
╰─> [6行输出]

Rust包管理器Cargo未安装或不在PATH上。
这个包需要Rust和Cargo来编译扩展。通过安装
系统的包管理器或通过https://rustup.rs/

正在检查Rust工具链。。。。
[输出结束]

注意:此错误源自子流程,可能不是pip的问题。
错误:元数据生成失败

×生成包元数据时遇到错误。
╰─> 输出见上文。

注意:这是上述包的问题,而不是pip的问题。
提示:详见上文。


http://www.kler.cn/a/282657.html

相关文章:

  • Android 中的 Zygote 和 Copy-on-Write 机制详解
  • Spring Cloud Eureka 服务注册与发现
  • 什么是项目完整性管理?
  • LeetCode654.最大二叉树
  • H.265流媒体播放器EasyPlayer.js H.264/H.265播放器chrome无法访问更私有的地址是什么原因
  • Queuing 表(buffer表)的优化实践 | OceanBase 性能优化实践
  • PyTorch深度学习实战(26)—— PyTorch与Multi-GPU
  • JSP简述
  • 数据结构-单链表-详解-1
  • 外包干了两年,快要废了。。。
  • react学习之useState和useEffect
  • java一键生成数据库说明文档html格式
  • 多项目同时进行:如何做好进度管理
  • 阿里龙晰系统上将yum安装的myql_8.0.36升级到mysql_8.4.0的过程
  • Ubuntu下修改Ollama的模型存储路径
  • Qt与SVG
  • Vue3-win7搭建vue3环境
  • FGF23:家族靶向治疗先行者
  • 【Rust光年纪】保护用户数据安全隐私:探秘Rust机密计算与安全库
  • Ubuntu24.04 安装向日葵远程访问工具
  • nginx部署前端vue项目
  • LaViT:Less-Attention Vision Transformer的特性与优点
  • 【Python机器学习】NLP分词——利用分词器构建词汇表(五)——将词汇表扩展到n-gram
  • Linux操作系统su命令详解,附代码
  • 牛客小白月赛99 F-自爆机器人
  • Java 集合Collection(List、Set)Map