Questions tagged [anaconda]

Anaconda is a Python distribution that bundles optimized versions of common data science packages. On topic for this tag are installing/uninstalling Anaconda and using Anaconda Navigator. Do not use this tag for questions about Conda environment management (instead use [conda]). Do not use this tag if your question is about using a particular package in the Anaconda distribution.

Anaconda is a commercial data science platform powered by . It was free until 2020, when the terms of services were changed to prohibit commercial usage. Built in with high performance, optimized for Python and with 100+ packages plus easy access to an additional 620+ popular packages for data science including advanced and scientific analytics.

It also includes , an open source package, dependency and environment manager. Thousands more packages can be installed with the conda command, available for , and .

Anaconda Navigator is a graphical user interface installed with Anaconda which can be easier to use than conda from a terminal command line.

A minimized version of Anaconda, has only the conda command line interface and is lighter weight than Anaconda.

Links

14777 questions
193
votes
7 answers

How to add conda environment to jupyter lab

I'm using Jupyter Lab and I'm having trouble to add conda environment. The idea is to launch Jupyter Lab from my base environment, and then to be able to choose my other conda envs as kernels. I installed the package nb_conda_kernels which is…
Statistic Dean
  • 4,861
  • 7
  • 22
  • 46
192
votes
3 answers

What are the differences between Conda and Anaconda?

Post-question update: See Introduction to Conda for more details. The problem: I first installed Anaconda on my ubuntu at ~/anaconda, when I was trying to update my anaconda, according to the documentation from Continuum Analytics, I should use the…
Jiang Xiang
  • 3,166
  • 5
  • 21
  • 31
189
votes
14 answers

Conda command is not recognized on Windows 10

I installed Anaconda 4.4.0 (Python 3.6 version) on Windows 10 by following the instructions here: https://www.continuum.io/downloads. However, when I open the Command prompt window and try to write conda list I get the 'conda' command is not…
alex
  • 1,893
  • 2
  • 9
  • 6
188
votes
27 answers

Conda command not found

I've installed Miniconda and have added the environment variable export PATH="/home/username/miniconda3/bin:$PATH" to my .bashrc and .bash_profile, but still can't run any Conda commands in my terminal. Am I missing another step in my setup? I'm…
olivrg
  • 5,523
  • 3
  • 15
  • 19
180
votes
3 answers

How do I revert to a previous package in Anaconda?

If I do conda info pandas I can see all of the packages available. I updated my pandas to the latest this morning, but I need to revert to a prior version now. I tried conda update pandas 0.13.1 but that didn't work. How do I specify which…
chrisaycock
  • 36,470
  • 14
  • 88
  • 125
179
votes
3 answers

How to install two versions of Anaconda (Python 2 and 3) on Mac OS

I'm relatively new in macOS. I've just installed XCode (for c++ compiler) and Anaconda with the latest Python 3 (for myself). Now I'm wondering how to install properly second Anaconda (for work) with Python 2? I need both versions to work with…
night_bat
  • 3,212
  • 5
  • 16
  • 19
165
votes
11 answers

How do I keep track of pip-installed packages in an Anaconda (Conda) environment?

I've installed and have been using the Anaconda Python distribution, and I have started using the Anaconda (Conda) environment. I can use the standard conda install... command to put packages from the distribution into my environments, but to use…
gromiczek
  • 2,970
  • 5
  • 28
  • 49
149
votes
11 answers

How to run Spyder in virtual environment?

I have been using Spyder installed with with Anaconda distribution which uses Python 2.7 as default. Currently I need to set up a development virtual environment with Python 3.4. Top two suggestions after research online are: to set up virtual…
tomaskazemekas
  • 5,038
  • 5
  • 30
  • 32
148
votes
5 answers

How to reset anaconda root environment

How do I reset the root environment of anaconda? There has to be a simple conda reset command that does this. I don't want to reinstall anaconda all over again. I have other virtualenvs that I don't want to overwrite and that will happen if I…
Kashif
  • 3,063
  • 6
  • 29
  • 45
144
votes
4 answers

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 - maybe they will wait for the official release? Any suggestions?
mcguip
  • 5,947
  • 5
  • 25
  • 32
138
votes
2 answers

How to free disk space taken up by (ana)conda?

I am using the conda package manager - a lot. By now I have quite a few environments and a lot of downloaded packages taking a lot of space on my SSD. An obvious path to free some of that space is to use the command conda env export >…
Make42
  • 12,236
  • 24
  • 79
  • 155
134
votes
13 answers

how to update spyder on anaconda

I have Anaconda installed (Python 2.7.11 |Anaconda custom (64-bit)| (default, Feb 16 2016, 09:58:36) [MSC v.1500 64 bit (AMD64)] on win32) and I am using Spyder 2.3.8 Would like to update Spyder to the latest version, so I went through the…
Diego
  • 34,802
  • 21
  • 91
  • 134
133
votes
3 answers

How is Anaconda related to Python?

I am a beginner and I want to learn computer programming. So, for now, I have started learning Python by myself with some knowledge about programming in C and Fortran. Now, I have installed Python version 3.6.0 and I have struggled finding a…
SchrodingersCat
  • 1,529
  • 2
  • 12
  • 15
128
votes
12 answers

How to remove (base) from terminal prompt after updating conda

After updating miniconda3, whenever I open a terminal it shows "(base)" in front of my username and host. In this answer post https://askubuntu.com/a/1113206/315699 it was suggested to use conda config --set changeps1 False To remove it. But that…
Homero Esmeraldo
  • 1,864
  • 2
  • 18
  • 34
127
votes
15 answers

anaconda - graphviz - can't import after installation

Just installed a package through anaconda (conda install graphviz), but ipython wouldn't find it. I can see a graphviz folder in C:\Users\username\Anaconda\pkgs But there's nothing in: C:\Users\username\Anaconda\Lib\site-packages
nivniv
  • 3,421
  • 5
  • 33
  • 40