OS: Ubuntu 14.04 Anaconda: 4.1.6 Python: 2.7.11
conda install -c tlatorre pygame=1.9.2
When I install it like this, I get the error "No module named font".
Once I tried con da uninstall pygame
and another package, the error disappeared.
conda install -c kne pygame=1.9.2a0
Recommended Posts