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

【note: This is an issue with the package mentioned above, not pip.】

安装gym时出现问题,note: This is an issue with the package mentioned above, not pip.

在这里插入图片描述
报错原因:

缺失了某些依赖模块,所以安装报错。

Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - gym==0.18.0

Current channels:

  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/noarch

looking for, navigate to

    https://anaconda.org
  │ exit code: 1
  ╰─> [1 lines of output]
      error in gym setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
      [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.

选择了离线下载.whl文件的形式安装


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

相关文章:

  • 计算机软件的分类
  • 深入理解VUE组件:父子组件详细说明及应用
  • 汇编:常用的输入与输出
  • 注解原理是什么 Spring MVC常用的注解有哪些?
  • WordPress:解决xmlrpc.php被扫描爆破的风险
  • 城市安全守护者:分析无人机在交通领域的应用
  • 【Linux】cd 命令使用
  • 面试:说一下深拷贝,浅拷贝,引用拷贝吧;Object类中的clone是哪种呢?
  • filebeat报错dropping too large message of size
  • 2023.11.27 关于 Mybatis 增删改操作
  • informer 辅助笔记:main_informer.py
  • Elastic Search
  • 如何解决SSL证书部署后未生效或网站显示不安全
  • React实现登录授权功能
  • 智慧导诊系统的应用和实现技术分析
  • DM8数据库版本升级
  • 字节原来这么容易进,是面试官放水,还是公司实在是太缺人?
  • threejs教程
  • 对外汉语教师简历(精选12篇)
  • 【动态规划】LeetCode-面试题08.01三步问题