简体   繁体   中英

pyglet installation error in anaconda (python 3.6)

I am getting the following error when I tried to install 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM