0
How to install pygame with anaconda navigator.please help me
5 Respostas
+ 5
Using pip.
pip install pygame
+ 1
But It was not work in anaconda
+ 1
launch the terminal from inside anaconda nav.
-edit:
conda install -n envname pip
conda activate envname
pip install pygame
+ 1
Also make sure you don't install it in your base environment. Create a new environment for the project
+ 1
Thank you....