I am trying to install pygame for python 3 and get the error: conda install -c cogsci pygame Solving environment: failed
UnsatisfiableError: The following specifications were found to be in
conflict:
- pygame
- xlwt
Use "conda info <package>" to see the dependencies for each package.
Tried to install xlwt again but nothing change :
conda install xlwt
Solving environment:
done
All requested packages already installed.
Any idea how to install it?
Thanks