Top "Anaconda" questions

Anaconda is an Open Data Science platform powered by Python.

Python 3.7 anaconda environment - import _ssl DLL load fail error

I created anaconda environment with Python=3.7 and have trouble with the error of _ssl and DLL. When I tried to …

python python-3.x pycharm anaconda
How can I use conda to install pydotplus

I execute the code following on my machine( Win10, python 2.7, Anaconda&Spyder) and meet ImportError: No module named pydotplus . …

python anaconda spyder conda pydot
Anaconda vs. EPD Enthought vs. manual installation of Python

What are the relative merits / downsides of various Python bundles (EPD / Anaconda) vs. a manual install? I have installed EPD …

python epd-python anaconda
conda update conda permission error

~$ conda update conda Solving environment: done ## Package Plan ## environment location: /home/david/anaconda3 added / updated specs: - conda The following …

anaconda conda
Anaconda Python: where are the virtual environments stored?

I am new to Anaconda Python and I am setting up a project in Sublime Text 3. I have installed Anaconda …

python virtualenv sublimetext3 osx-yosemite anaconda
Jupyter: No module named 'imblearn" after installation

I installed "imbalanced-learn" (version 0.3.1) on ANACONDA Navigator. When I ran an example from the imbalanced-learn website using Jupyter (Python 3), I …

python-3.x anaconda imblearn
How can you "clone" a conda environment into the root environment?

I'd like the root environment of conda to copy all of the packages in another environment. How can this be …

python anaconda conda
Mac using default Python despite Anaconda install

I am running Mac 10.9 Mavericks and have installed Anaconda. However, despite that, when I access python via terminal, I still …

python macos .bash-profile anaconda conda
Combining conda environment.yml with pip requirements.txt

I work with conda environments and need some pip packages as well, e.g. pre-compiled wheels from ~gohlke. At the …

python pip anaconda conda
Jupyter: install new modules

I have recently installed Anaconda with Python 3.5 and all the rest. I come from R where I am used to …

python anaconda jupyter-notebook jupyter scitools