【问题标题】:Where are install_requires names coming from?install_requires 名称来自哪里?
【发布时间】:2019-05-16 08:24:00
【问题描述】:

最近安装了一个需要Pygame学习环境的包:https://github.com/ntasfi/PyGame-Learning-Environment

我在 install_requires 中添加了“ple”,但尽管 PyGame-Learning-Environment 已成功安装,但仍出现此错误:

  Could not find a version that satisfies the requirement ple (from MonsterKong-RandomEnsemble==0.0.1) (from versions: ) No matching distribution found for ple (from MonsterKong-RandomEnsemble==0.0.1)

【问题讨论】:

标签: python pygame setuptools


【解决方案1】:

检查其他 MonsterKong-RandomEnsemble 版本,并检查您的发行版名称拼写是否正确

【讨论】:

  • 没有其他版本的 Monsterkong-randomensemble
  • 是的,我的问题是您如何知道正确的发行版名称?要导入该分布,您使用“ple”,所以我认为这是正确的名称
猜你喜欢
  • 2010-09-21
  • 2014-04-24
  • 2015-07-13
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多