Create a new conda environment for Python 2.7:
conda create -n my_pymc_env python=2.7
Activate it:
conda activate my_pymc_env
Alternatively, for older conda versions on Windows:
activate my_pymc_env
on Unix (including Mac OS X):
source activate my_pymc_env
Once activated, install your packages:
conda install pymc blaze
If you still get this message, install the Anaconda client:
conda install anaconda-client
and search for your package:
anaconda search mypackage
Look for a channel that has the right version for you and install:
conda install -c channel_with_right_version mypackage
Related Posts:
- pip not recognised as an internal or external command
- How do I update Anaconda?
- No module named ‘sklearn.cross_validation’
- Conda command not found
- How is Anaconda related to Python?
- difference between command prompt and anaconda prompt
- Conda command not found
- Confusion between Python and Anaconda
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- ‘Conda’ is not recognized as internal or external command
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- anaconda update all possible packages?
- ‘Conda’ is not recognized as internal or external command
- ModuleNotFoundError: No module named ‘sklearn’
- Anaconda vs. miniconda
- How to activate an Anaconda environment
- ModuleNotFoundError: No module named ‘sklearn’
- Conda uninstall one package and one package only
- anaconda – path environment variable in windows
- Python Pandas – Missing required dependencies [‘numpy’] 1
- How do I install Python OpenCV through Conda?
- How to remove anaconda from windows completely?
- How to run Conda?
- Trouble updating to Anaconda Navigator 1.10.0 (MacOS)
- What is the difference between Anaconda and Pycharm?
- How can I upgrade NumPy?
- Installing tensorflow with anaconda in windows
- Cannot uninstall Tensorflow
- anaconda/conda – install a specific package version
- how to update spyder on anaconda
- Using Pip to install packages to Anaconda Environment
- How can I rename a conda environment?
- Anaconda Navigator won’t launch (windows 10)
- Can’t open Jupyter notebook with Anaconda
- How to install xgboost in Anaconda Python (Windows platform)?
- ‘Jupyter’ is not recognized as an internal or external command
- How can I download Anaconda for python 3.6
- Import Error: No module named numpy Anaconda
- How to install pytorch in windows?
- Spyder Not Launching
- How can I install the latest Anaconda with wget
- Distributed 1.21.8 requires msgpack, which is not installed
- ImportError: No module named ‘google’
- Anaconda / Python: Change Anaconda Prompt User Path
- Anaconda Installed but Cannot Launch Navigator
- Can’t find module cPickle using Python 3.5 and Anaconda
- Install Plotly in Anaconda
- Can’t update to numpy 1.13 with anaconda?
- Conda command is not recognized on Windows 10
- Installation of pygame with Anaconda
- Installing opencv on Windows 10 with python 3.6 and anaconda 3.6
- Importing Pandas gives error AttributeError: module ‘pandas’ has no attribute ‘core’ in iPython Notebook
- How to install discord.py rewrite?
- pip throws TypeError: parse() got an unexpected keyword argument ‘transport_encoding’ when trying to install new packages
- A very basic setting issue about spyder and anaconda for python
- Anaconda “failed to create process”
- How to change python version in Anaconda?
- Cannot remove entries from nonexistent file
- How to check python anaconda version installed on Windows 10 PC?
- python capitalize first letter only
- Is there a short contains function for lists?
- ImportError: No module named pandas. Pandas installed pip
- How to Execute a Python Script in Notepad++?
- ValueError: operands could not be broadcast together with shapes (5,) (30,)
- appending list but error ‘NoneType’ object has no attribute ‘append’
- Permission denied error by installing matplotlib
- Python equivalent of a given wget command
- How to find list intersection?
- Error while Executing jupyter notebook: [Errno 2] No such file or directory
- ValueError: max() arg is an empty sequence
- How do I insert a JPEG image into a python Tkinter window?
- Use a.any() or a.all()
- What is the difference between Spyder and Jupyter?
- gaierror: [Errno 8] nodename nor servname provided, or not known (with macOS Sierra)
- How to print colored text to the terminal
- TypeError: can only concatenate list (not “str”) to list
- What’s the idiomatic syntax for prepending to a short python list?
- What is the difference between “is None” and “== None”
- Why Python 3.6.1 throws AttributeError: module ‘enum’ has no attribute ‘IntFlag’?
- How to get all possible combinations of a list’s elements?
- Converting strings to floats in a DataFrame
- Pylint “unresolved import” error in Visual Studio Code
- Errno 13 Permission denied Python
- ValueError: object too deep for desired array while using convolution
- How to convert string to binary?
- How to iterate through two lists in parallel?
- Make list of arrays in python
- In Python, what is `sys.maxsize`?
- Pyspark: Exception: Java gateway process exited before sending the driver its port number
- Converting from a string to boolean in Python?
- How to stop a function
- What is the common header format of Python files?
- Is it possible to decompile a compiled .pyc file into a .py file?
- How do I disable “missing docstring” warnings at a file-level in Pylint?
- How to convert column with dtype as object to string in Pandas Dataframe
- ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
- ElementClickInterceptedException: element click intercepted:
- During handling of the above exception, another exception occurred
- Python Remove last char from string and return it
- Base language of Python