【问题标题】:Could not find a version找不到版本
【发布时间】:2018-05-30 04:28:19
【问题描述】:

我在 mac 上尝试使用 pip 安装模块“arcpy”。我使用这个命令:

pip install --user arcpy

我得到这个错误:

  Could not find a version that satisfies the requirement os (from versions: )
No matching distribution found for arcpy

谁能告诉我问题所在?

【问题讨论】:

标签: python operating-system pip


【解决方案1】:

更新: 最初的问题是询问os 包,然后将其替换为arcpy。总结一下:

  • os 模块已经是 Python 核心库的一部分。你可以在你的 Python 代码中导入它。 Python 包索引中不存在外部os 包。

  • arcpy不是免费软件,不能用pip安装

【讨论】:

  • 这根本不能回答问题。哪里有提到os 模块?
  • 原始问题已编辑。最初是询问os 包,没有提到arcpy
  • 好吧,不如删了。
  • ArcPy 也只能在 Windows 上运行。
猜你喜欢
  • 2012-04-24
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2018-06-22
  • 2019-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多