Top "Anaconda" questions

Anaconda is an Open Data Science platform powered by Python.

How do I find the name of the conda environment in which my code is running?

I'm looking for a good way to figure out the name of the conda environment I'm in from within running …

python anaconda jupyter conda env
Python - Activate conda env through shell script

I am hoping to run a simple shell script to ease the management around some conda environments. Activating conda environments …

python python-3.x anaconda conda
How to install Theano on Anaconda Python 2.7 x64 on Windows?

I wonder how to install Theano on Anaconda Python 2.7 x64 on Windows 7 x64. The Theano website provides some instructions but …

python-2.7 windows-7 anaconda theano
How to install PyPi packages using anaconda conda command

When using the Anacoda Python distribution, what is the best way to install a PyPi package that isn't available directly …

python pip anaconda pypi conda
pip throws TypeError: parse() got an unexpected keyword argument 'transport_encoding' when trying to install new packages

I am using the latest version of Anaconda3. I just installed it and I am trying to download some packages. …

python python-3.x pip anaconda
Issues with Anaconda install - Failed to create Anaconda menus

I had Anaconda version 3.5 installed on my machine but I decided to uninstall it (via the control panel) and to …

python installation anaconda failed-installation
Install python packages to correct anaconda environment

I've setup anaconda and created a python 3.3 environment. Now I wanted to install some package (dataset). The install instructions ask …

python setup.py anaconda
How to install package in anaconda?

I want to add music package to anaconda interpreter. I'm using ubuntu 14.04 64bit. I downloaded music21-1.9.3.tar.gz from …

python package installation anaconda music21
Basemap with Python 3.5 Anaconda on Windows

I use Python 3.5 with latest version of Anaconda on Windows (64 bit). I wanted to install Basemap using conda install basemap. …

python matplotlib anaconda matplotlib-basemap
How can I remove a URL channel from Anaconda?

Recently I needed to install PyPdf2 to one of my programs using Anaconda. Unfortunately, I failed, but the URLs that …

python anaconda channel pypdf2