[PYTHON] After installing pygame with conda install No module named font

environment

OS: Ubuntu 14.04 Anaconda: 4.1.6 Python: 2.7.11

problem

conda install -c tlatorre pygame=1.9.2

When I install it like this, I get the error "No module named font".

solution

Once I tried con da uninstall pygame and another package, the error disappeared.

conda install -c kne pygame=1.9.2a0

Recommended Posts

After installing pygame with conda install No module named font
How to deal with "No module named'〇〇'" error in Jupyter Notebook | Install with! Pip!
Specify version with conda install
Resolve No module named tkinter
Defense notes when pip3 doesn't work with "ImportError: No module named'packaging'" after installing python3-pip on Debian8
[Solved] ImportError: No module named pyexpat and pyenv install is moss
python / netCDF / CentOS 6.8> ImportError: No module named netCDF4> sudo yum install netcdf4-python.x86_64
'lambda_function': No module named When'selenium' appears
Easy to install pyspark with conda
When lambda-uploader says No module named xxxx.
Today's python error: ModuleNotFoundError: No module named
Today's python error: ModuleNotFoundError: No module named
Django / Apache / mod_wsgi: No module named importlib
ModuleNotFoundError: No module named'***' when running Flask
ModuleNotFoundError in Python: No module named story
No module named'_ctypes' occurs when installing pipenv
[EC2] How to deal with errors that selenium cannot execute (No module named selenium)