Top "Conda" questions

Conda is a package management and environment management system.

How to list package versions available with conda

IS there a way to see what package versions are available with conda? I am getting an error with jupyter …

conda
How to add package to conda environment without pip?

How can I add a package to an existing conda environment? If it is a python package I can use …

anaconda conda
Conda install and update do not work also solving environment get errors

I am using anaconda as below: (base) C:\Users\xxx>conda info active environment : base active env location : C:\…

python anaconda conda
Should conda, or conda-forge be used for Python environments?

Conda and conda-forge are both Python package managers. What is the appropriate choice when a package exists in both repositories? …

python anaconda conda
Using multiple Python engines (32Bit/64bit and 2.7/3.5)

I would like to use Python for scientific applications and after some research decided that I will use Anaconda as …

python python-3.x python-2.7 anaconda conda
Install Tensorflow 2.0 in conda enviroment

I would like to know if anyone knows how can I install tensorflow==2.0.0-alpha0 in a conda enviroment using python 3.7. …

python tensorflow conda
How to resolve: ModuleNotFoundError: No module named 'google.colab'

I want to run the command: from google.colab import auth But I am getting this error: ModuleNotFoundError: No module …

python conda google-colaboratory
How can I use conda to install pydotplus

I execute the code following on my machine( Win10, python 2.7, Anaconda&Spyder) and meet ImportError: No module named pydotplus . …

python anaconda spyder conda pydot
conda update conda permission error

~$ conda update conda Solving environment: done ## Package Plan ## environment location: /home/david/anaconda3 added / updated specs: - conda The following …

anaconda conda
How can you "clone" a conda environment into the root environment?

I'd like the root environment of conda to copy all of the packages in another environment. How can this be …

python anaconda conda