Top "Conda" questions

Conda is a package management and environment management system.

CondaValueError: The target prefix is the base prefix. Aborting

I have the following conda environment file environment.yml: name: testproject channels: - defaults dependencies: - python=3.7 prefix: /opt/projects/…

python anaconda conda
How to change Python version of existing conda virtual environment?

I created conda environment with Python version 3.8, but it doesn't support matplotlib... So I am looking for something like this …

python version conda virtual-environment
Spyder does not run in Anaconda virtual environment on Windows 10

This is my first post here. I tried to find an answer to this question but to no avail. Just …

anaconda conda windows-10-desktop
HOW TO: Import TensorFlow in Jupyter Notebook from Conda with GPU support?

I have installed tensorflow using the anaconda environment as mentioned in the tensorflow website and after doing my python installation …

tensorflow anaconda jupyter nvidia conda
Visual Studio Code terminal doesn't activate Conda environment

I read this Stack Overflow post on a similar issue, but the suggestions there don't seem to be working. I …

python visual-studio-code conda environment
Package installed by Conda, Python cannot find it

I try to install Theano by Anaconda. It works, but when I enter the python -i, import theano shows No …

python anaconda theano conda
How to share conda environments across platforms

The conda docs at http://conda.pydata.org/docs/using/envs.html explain how to share environments with other people. …

python cross-platform conda
How to install Julia in an anaconda environment?

One of the main features of Anaconda is that it is language agnostic as stated in their blog: You can …

julia anaconda conda
ResolvePackageNotFound: Create env using conda and yml file on MacOS

I want to create a virtual environment using conda and yml file. Command: conda env create -n ex3 -f env.…

conda virtual-environment
Installing fbprophet Python on Windows 10

My build keeps failing on windows 10 for installing fbprophet in anaconda with the following message: ERROR conda.core.link:_execute(502): …

python windows anaconda conda facebook-prophet