【发布时间】:2020-06-25 06:39:56
【问题描述】:
我在 Anaconda Prompt 中使用 tensorflow 环境,我正在尝试安装 pygame,但出现以下错误。
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:
Specifications:
- pygame -> python[version='2.7.*|3.5.*']
Your python: python=3.7
If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.
在这种情况下如何安装 pygame。我对 conda 有点陌生。
【问题讨论】:
-
你从那个错误中理解了什么?
标签: python pygame anaconda conda