Top "Anaconda" questions

Anaconda is an Open Data Science platform powered by Python.

Anaconda export Environment file

How can I make anaconda environment file which could be use on other computers? I exported my anaconda python environment …

python python-3.x anaconda conda
Anaconda version with Python 3.5

I want to install tensorflow with python 3.5 using anaconda but I don't know which anaconda version has python 3.5. When I …

python anaconda
Anaconda site-packages

After installing a package in an anaconda environment, I'll like to make some changes to the code in that package. …

python python-2.7 pip anaconda
How to install PyQt4 in anaconda?

From the PyQt4 website their instructions for installing the package are to download the tarball and use the config file. …

python pyqt pyqt4 anaconda
Python Pandas - Missing required dependencies ['numpy'] 1

Since yesterday I've had this error when I try to import packages on anaconda : ImportError: Missing required dependencies ['numpy'] I …

python pandas numpy anaconda spyder
Does `anaconda` create a separate PYTHONPATH variable for each new environment?

I am starting to work with the Python Anaconda distribution from Continuum.io to do scipy work. I have been …

python scipy environment-variables anaconda
Upgrade to python 3.8 using conda

Python 3.8.0 is out, but I haven't been able to find any post on how to update to python 3.8 using conda …

python python-3.x anaconda conda
Activating Anaconda Environment in VsCode

I have Anaconda working on my system and VsCode working, but how do I get VsCode to activate a specific …

python visual-studio-code anaconda
how to specify new environment location for conda create

the default location for packages is .conda folder in my home directory. however, on the server I am using, there …

virtualenv anaconda conda
Running conda with proxy

I'm using Anaconda 2.7 on windows, and my internet connection uses a proxy. Previously, when using python 2.7 (Not Anaconda), I installed …

python-2.7 proxy anaconda