anaconda 中的 pyglet 安装错误 (python 3.6)
pyglet installation error in anaconda (python 3.6)
我在尝试安装 pyglet 时遇到以下错误:
$ conda install -c conda-forge pyglet
Fetching package metadata .............
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- pyglet -> python 3.5* -> xz 5.0.5
- python 3.6*
Use "conda info <package>" to see the dependencies for each package.
我不得不使用 "pip install"
将我的 pyglet 版本从 1.3 降级
pip install pyglet==1.2.4
我在尝试安装 pyglet 时遇到以下错误:
$ conda install -c conda-forge pyglet
Fetching package metadata .............
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- pyglet -> python 3.5* -> xz 5.0.5
- python 3.6*
Use "conda info <package>" to see the dependencies for each package.
我不得不使用 "pip install"
将我的 pyglet 版本从 1.3 降级pip install pyglet==1.2.4