The easiest way to install Python using conda is:
conda install -c https://conda.binstar.org/krisvanneste pygame
Edit (03/2016):
It seems like the package is unavailable, but you can use this instead:
conda install -c https://conda.anaconda.org/tlatorre python
Edit (01/2017)
The command has changed, now you can use:
conda install -c tlatorre pygame=1.9.2
Edit (07/2018)
tlatorre’s repo is still valid but a little bit outdated, you can use cogsci repo if you want the latest version:
conda install -c cogsci pygame
Related Posts:
- how to update spyder on anaconda
- Cannot remove entries from nonexistent file
- TypeError: ‘int’ object is not subscriptable
- pip not recognised as an internal or external command
- How do I update Anaconda?
- TypeError: ‘int’ object is not callable
- TypeError: ‘int’ object is not callable
- TypeError: ‘int’ object is not callable
- No module named ‘sklearn.cross_validation’
- Cannot find module cv2 when using OpenCV
- Conda command not found
- How is Anaconda related to Python?
- difference between command prompt and anaconda prompt
- Cannot find module cv2 when using OpenCV
- Conda command not found
- Confusion between Python and Anaconda
- Python ‘If not’ syntax [duplicate]
- RuntimeWarning: invalid value encountered in divide
- Converting dictionary to JSON
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- Process finished with exit code -1073741515 (0xC0000135)
- WinError 2 The system cannot find the file specified (Python)
- IndexError: tuple index out of range —– Python
- sklearn error ValueError: Input contains NaN, infinity or a value too large for dtype(‘float64’)
- ‘Conda’ is not recognized as internal or external command
- sklearn error ValueError: Input contains NaN, infinity or a value too large for dtype(‘float64’)
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- anaconda update all possible packages?
- TypeError: cannot perform reduce with flexible type
- Could not find a version that satisfies the requirement tensorflow
- sklearn error ValueError: Input contains NaN, infinity or a value too large for dtype(‘float64’)
- ‘Conda’ is not recognized as internal or external command
- Could not find a version that satisfies the requirement tensorflow
- Local variable referenced before assignment?
- ln (Natural Log) in Python
- ModuleNotFoundError: No module named ‘sklearn’
- Anaconda vs. miniconda
- ImportError: numpy.core.multiarray failed to import
- Python Traceback (most recent call last)
- How to activate an Anaconda environment
- Unable to plot Double Bar, Bar plot using pyplot for ndarray
- How to pip or easy_install tkinter on Windows
- ModuleNotFoundError: No module named ‘sklearn’
- ImportError: No module named ‘pygame’
- Conda uninstall one package and one package only
- Cannot find module cv2 when using OpenCV
- Convert list to tuple in Python
- ImportError: numpy.core.multiarray failed to import
- anaconda – path environment variable in windows
- Python Pandas – Missing required dependencies [‘numpy’] 1
- ImportError: No module named ‘pygame’
- How to remove \xa0 from string in Python?
- What is the meaning of [:] in python [duplicate]
- pygame.error: video system not initialized
- Why are Python’s ‘private’ methods not actually private?
- How do I install Python OpenCV through Conda?
- How to remove anaconda from windows completely?
- pygame.error: video system not initialized
- How to draw a circle in PyGame?
- Remove list from list in Python
- How to create a new text file using Python
- How to run Conda?
- pygame.error: video system not initialized
- Trouble updating to Anaconda Navigator 1.10.0 (MacOS)
- TypeError: write() argument must be str, not bytes (Python 3 vs Python 2 )
- What is the difference between Anaconda and Pycharm?
- python socket.error: [Errno 98] Address already in use
- How to import files in python using sys.path.append?
- How can I upgrade NumPy?
- TypeError: object of type ‘int’ has no len() – Python/Pygame
- How do I install the yaml package for Python?
- Check string “None” or “not” in Python 2.7
- Installing tensorflow with anaconda in windows
- Cannot uninstall Tensorflow
- Change figure size and figure format in matplotlib
- anaconda/conda – install a specific package version
- Pygame Drawing a Rectangle
- how does \r (carriage return) work in Python
- What is Python buffer type for?
- AttributeError(“‘str’ object has no attribute ‘read'”)
- IndexError: index 1 is out of bounds for axis 0 with size 1/ForwardEuler
- Python Save to file
- Add list to set?
- How do I detect collision in pygame?
- How to display text in pygame?
- Create 3D array using Python
- TypeError: unsupported operand type(s) for -: ‘list’ and ‘list’
- ImportError: No module named scipy
- AttributeError: ‘datetime’ module has no attribute ‘strptime’
- Using Pip to install packages to Anaconda Environment
- Python add item to the tuple
- How can I rename a conda environment?
- How to get keyboard input in pygame?
- Anaconda Navigator won’t launch (windows 10)
- Countdown timer in Pygame
- Can’t open Jupyter notebook with Anaconda
- pygame clock.tick() vs framerate in game main loop
- Checking whether pip is installed?
- How to install xgboost in Anaconda Python (Windows platform)?
- Start with pyglet or pygame?