Top "Conda" questions

Conda is a package management and environment management system.

install conda package to google colab

I try to install packages from anaconda to google's colab. But it doesn't work. The whole thing is voodoo magic. …

python anaconda conda google-colaboratory miniconda
How do I use a conda environment with mod_wsgi?

My first post, and I'm new to both Python and Apache, so please go easy on me. I have a …

python apache mod-wsgi anaconda conda
How to install CPU version of tensorflow using conda

If I run conda install tensorflow conda wants to install the GPU version, together with CUDA etc. I do not …

tensorflow conda intel-mkl
conda install -c anaconda gcc_linux-64 not being used

I wanted to install updated version of gcc on a server where I do not have root access. I tried …

gcc anaconda conda gcc7
What is the full conda-forge channel url?

I'm trying to install conda-forge packages from within an Anaconda Enterprise environment and the "standard" approach is failing because conda …

python anaconda conda conda-forge
Anaconda - Install blpapi in environment

I have py2.7 as my original Anaconda install, and have installed py3.4 in an environment named py3. I cannot seem …

python python-3.x anaconda conda bloomberg
Why conda cannot create environment with python=3.4 installed in it

I have miniconda 3 installation and want to create conda environment with Python 3.4. I used the command: conda create -n myenv …

python conda virtual-environment
How can I install Python 3.9 from the Anaconda prompt?

Python 3.9.0rc1 has been released today, according to the official website. Is there a way I can use it in …

python anaconda conda python-3.9
Specific package version with conda-forge

I am trying to install a specific Keras version from Keras 1 API using conda-forge, because $ conda search keras returns only …

python keras installation conda conda-forge
What is the purpose of the c flag in the "conda install" command

I'm learning to setup python environments using conda, and I noticed that on the anaconda cloud website they recommend installing …

python anaconda conda miniconda