Top "Conda" questions

Conda is a package management and environment management system.

How do I keep track of pip-installed packages in an Anaconda (Conda) environment?

I've installed and have been using the Anaconda Python distribution, and I have started using the Anaconda (Conda) environment. I …

python pip anaconda env conda
The environment is inconsistent, please check the package plan carefully

I tried to update or install new packages from anaconda and lately, this message has appeared: The environment is inconsistent, …

anaconda conda
conda update CondaHTTPError: HTTP None

Midway through running Conda Update --all, the update stalled. Multiple packages had been updated. Now, when I run conda update …

anaconda conda
How to update an existing Conda environment with a .yml file

How can a pre-existing conda environment be updated with another .yml file. This is extremely helpful when working on projects …

python django anaconda conda
Does Conda replace the need for virtualenv?

I recently discovered Conda after I was having trouble installing SciPy, specifically on a Heroku app that I am developing. …

python scipy virtualenv anaconda conda
Use Conda environment in pycharm

Conda env is activated using source activate env_name. How can I activate the environment in pycharm ?

python pycharm conda
What are the differences between Conda and Anaconda?

Post-question update: See Introduction to Conda for more details. The problem: I first installed Anaconda on my ubuntu at ~/anaconda, …

python anaconda conda
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory \\METADATA

I relatively new to coding so I am not (yet) running virtual environments. Rather, I am just downloading packages with …

python pip conda
conda - How to install R packages that are not available in "R-essentials"?

I use an out-of-the-box Anaconda installation to work with Python. Now I have read that it is possible to also "…

python r anaconda conda
conda install python=3.6 UnsatisfiableError

I currently have Python 3.5.2 installed via Anaconda Continuum. I'm trying to upgrade to Python 3.6 but I'm getting the below error …

python anaconda conda python-3.6