Questions tagged [anaconda]

Ask Question

This tag should be used for questions regarding the Anaconda Python and R distribution.

224 questions
4 votes 2 answers 9k views

Unable to update Anaconda packages on Ubuntu 17.04

The following message is being displayed whenever I am attempting to update any package with conda update package-name I have installed Anaconda previously on 16.04 and 16.10 with no such issues. ... user avatar djokester
  • 273
4 votes 1 answer 234 views

Why doesn't Ubuntu Software Center have Anaconda?

I want to install Anaconda without using terminal. I looked in the Software Center but Anaconda wasn't there. What I want to know is why isn't Anaconda in the Software Center? user avatar Kenneth Ogden
  • 43
4 votes 1 answer 6k views

Where to install Anaconda?

I'm using SSD for / and HDD for /home and /var. I want to use Anaconda on SSD because I think it's faster. I'm installing Anaconda and asked where to install. Where do I install it? user avatar user801685 3 votes 2 answers 3k views

How can I download and install miniconda?

I'm a brand new linux user, so please let me know if I'm missing something super obvious here. I'm using the newest release of ubuntu, 20 04. I've tried downloading miniconda from their website (... user avatar Indigon
  • 41
3 votes 1 answer 1k views

No indication of activated conda environment in terminal

Problem I have a local conda environment in a folder, but when I activate it, I get no indication of having done so. I know that it is activated because if I, as an example, try to remove it, it will ... user avatar applemonkey496
  • 117
3 votes 2 answers 10k views

Why does “(base)” appear in front of my terminal prompt II?

I have conda with two environments working, I have installed "conda_nb" and since I did it, the word "(base)" appears always in my prompt, I discovered that I can remove for a session using conda ... user avatar Pablo Ruiz
  • 190
3 votes 2 answers 27k views

Jupyter: An error occurred while creating a new notebook

I have ununtu 18.04.1 installed as well as the anaconda 4.5.8. After typing: $ jupyter notebook I get the standard jupyter homepage. But when I try to click New/Notebook/Python3 I get the ... user avatar Bazman
  • 395
3 votes 3 answers 4k views

Installing anaconda

I tried to install anaconda on my Ubuntu VM (following this), but for some reason the installation skipped on adding anaconda to the PATH variable. I followed instructions here and it somewhat helped. ... user avatar proton
  • 145
3 votes 4 answers 4k views

Unable to run anaconda-navigator out of conda envirnment (base)

I am running a new installed Ubuntu 19.04 Disco Dingo on a dual boot with windows 10. I installed Anaconda for Ubuntu using this guide Finishing the ... user avatar Alireza M. Kamelabad
  • 143
3 votes 1 answer 2k views

Anaconda python keeps using 2.7

I am using ubuntu 16.04. I installed anaconda using bash ~/Downloads/Anaconda3-5.1.0-Linux-x86_64.sh. Then I create a new environment conda create -n python35 python=3.5 anaconda Then I activate ... user avatar Kong
  • 1,082
3 votes 1 answer 153 views

Fix backup with Anaconda2 as primary Python Shell

The default backup app doesn't work properly. I searched in the web and my Anaconda2 seems to be the problem but I still want it as my primary Python. If I run in the console: duplicity --version ... user avatar Adrian Martinez
  • 133
3 votes 2 answers 793 views

What am i doing wrong in Conda?

I am a first time user of of Anaconda & Miniconda suite and I have been having problems running code using it. Every time I try to run a python script in Anaconda or miniconda it comes up with ... user avatar Will H
  • 95
3 votes 2 answers 5k views

OpenCV undefined references for libQt5Core.so.5

Before starting, I would like to point out there actually is a very similar (probably exactly identical) question. However, I have been unable to solve my problem looking at the accepted answers. I ... user avatar raggot
  • 201
3 votes 5 answers 21k views

No such file or directory encountered trying to install Anaconda

Spoiler: I'm still totally new to Ubuntu/Linux in general; In order to use GPU-supported tensorflow i tried to install Anaconda on my unix/gnome partition, following the instructions of the site: (... user avatar LJKS
  • 141
3 votes 2 answers 1k views

Activate conda environment in Ubuntu desktop shortcut

I have a desktop shortcut that has the following Exec line: Exec=conda activate my_env && my_command However, this shortcut doesn't launch. To try to debug this, I ran the same command in a ... user avatar Mate de Vita
  • 203

15 30 50 per page1234515

You Might Also Like