Top "Conda" questions

Conda is a package management and environment management system.

How to Fix Entry Point Not Found while installing libraries in conda environment

I'm working on anaconda by making multiple environments in it. I have made any environment camelot so now I want …

anaconda environment-variables conda entry-point
Conda - Silently installing a package

I am trying to automate the process of setting up a development environment with pandas package using conda. I installed …

python conda installation-package miniconda
Installing anaconda over existing python system?

I found an old windows xp machine running Python 2.5.2. I would like to use Anaconda instead. Can I just install …

python installation anaconda conda
Installing package not found in conda

I'm using python 3.6 as anaconda, and im trying to install python-twitter package, but there is no package compatible from conda …

python conda python-twitter
Can I add a channel to a specific conda environment?

I want to add a conda channel to a specific conda environment but when I use conda config --add channels …

python environment conda
Install nodeJS inside conda environment

I want to use NodeJS and AngularJS for a small project. Can I use conda's virtualenv to install these packages …

node.js virtualenv conda package-managers
How to install latest cuDNN to conda?

In conda the latest version of conda is: cudnn 7.3.1 cuda10.0_0 anaconda But i need 7.4.2 for tensorflow-gpu.1.13 How install cuDNN==7.4.2 in …

tensorflow conda cudnn
Anaconda navigator VERY slow

My anaconda navigator takes 2-3 minutes to start...Did anyone else notice this problem? I have proxy setting set correctly …

anaconda conda
Using Jupyter behind a proxy

Is there a similar config to that of .condarc (anaconda 4.0.0) that allows Jupyter to be configured to work behind a …

python anaconda jupyter conda
How to create conda environment with specific python version?

I have miniconda3 installed and since I would like to have an environment with python version 3.3.0, I create it via …

python conda miniconda