how to install pygame package in jupyter notebook?

12,933

Typing "conda pygame" into your favorite internet search engine would have answered your question immediately. Yes, there is someone who packages pygame for conda, you just have to specify the correct channel.

Also, this question has been asked before, and the answer has been updated repeatedly: https://stackoverflow.com/a/32699498/11451509

The latest and currently applicable command is

conda install -c cogsci pygame
Share:
12,933

Related videos on Youtube

Muhammad Taimoor Abbasi
Author by

Muhammad Taimoor Abbasi

Updated on June 04, 2022

Comments

  • Muhammad Taimoor Abbasi
    Muhammad Taimoor Abbasi almost 2 years

    I've installed the pygame package in python and it is working fine but i am not able to install that same package in conda. Does anaconda have the pygame package.If not than what else can i use instead of pygame?