Questions tagged [conda]

This tag should be used for questions regarding the conda package manager.

Conda is an open source, cross-platform, language-agnostic package manager and environment management system that installs, runs, and updates packages and their dependencies. The conda package and environment manager is included in all versions of Anaconda, Miniconda, and Anaconda Repository.

82 questions
37
votes
4 answers

Variable path issue : conda command not found

After installing Anaconda correctly. I wanted after finishing the installation to do the following. I forget to do it while installing anaconda: export PATH="/root/anaconda3/bin" conda --version conda command not found then I opened gedit…
vincent
  • 571
  • 3
  • 9
  • 14
28
votes
4 answers

sudo: conda: command not found

I installed Conda using its 32 bits .sh file from here. Here are the essential parts of the installation procedure that worked fine: Do you approve the license terms? [yes|no] [no] >>> yes Miniconda3 will now be installed into this…
user284234
24
votes
7 answers

Fatal Python error: Py_Initialize: Unable to get the locale encoding ... SyntaxError: invalid syntax Aborted (core dumped)

I installed anaconda by running the bash Anaconda-2.2.0-Linux-x86_64.sh command on my Ubuntu 14.04 system , which installed successfully, after which I was asked to export my new /home/username/anaconda/bin $PATH environment variable. On doing so,…
samirzach
  • 343
  • 1
  • 2
  • 5
14
votes
4 answers

conda activate not working in a bash file

I am trying to write a script with the name myscrpt.sh, so when I run it it automatically creates a virtual env and activate it using conda. My conda version is 4.7.1. This is what I have at the beginning of my myscrpt.sh: #!/bin/bash conda create…
Prelude
  • 261
10
votes
3 answers

conda command not found

I'm following a Cousera course on Machine learning. We have to use some specific tools such as Graphlab create. Yet, after installing Anaconda with bash /Download/Anaconda2-4.0.0-Linux-x86_64.sh I had to create a new conda environment with Python…
9
votes
1 answer

How and where to install conda to be accessible to all users

What I Want To Do I want to install conda on our shared computer on premises in such a way that it can be used by all users. Users are accessing the machine through remote desktop using xRDP from Windows. What I did I was following the tutorial on…
8
votes
3 answers

When using conda, "source activate [env_name]" doesn't work but "conda activate [env_name]" works

I have been using conda for a few months. The following is the version that I'm using: conda -V conda 4.5.4 Previously, to activate or to deactivate the conda environment, I think I have used the following command: source activate [env_name] source…
chanwcom
  • 221
8
votes
1 answer

man doesn't display anything after package installation with conda on Ubuntu 17.10

When I try to get the manpages with man it seems to display nothing and behaves as though I just pressed enter ~$ man ls ~$ man man I have tried solutions from these pages to no avail question1 question2. This last question matches my condition…
Abhilash
  • 161
7
votes
2 answers

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 this issue: /miniconda3/lib/libtinfo.so.6: no version…
user1198554
4
votes
2 answers

Anaconda is only available to root

I downloaded the Anaconda3-2020.02-Linux-x86_64.sh from official site and used the command: sudo sh Anaconda3-2020.02-Linux-x86_64.sh To install. By default it installed inside '/root/anaconda3'. Now, I can only access python and conda when I use…
4
votes
2 answers

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 bash prompt without .bashrc (since .bashrc doesn't get…
4
votes
2 answers

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 deactivate. I found a similar question but it is not…
3
votes
0 answers

libtiff module not found on 64-bit Ubuntu 14.04 python 3.5.1 (or 3.4)

My problem is pretty much identical to here except none of the solutions there are working for me. I'm assuming the issue there was for python 2.7 because my issue is specific to python 3.5.1 TL;DR: The following commands all do not work, details…
Frikster
  • 205
3
votes
1 answer

Cannot install cuDNN 8.5.0.96 on Ubuntu 22.04, shows "The public CUDA GPG key does not appear to be installed"

System Info: OS: Ubuntu 22.04.1 LTS x86_64 Kernel: 5.15.0-47-generic Uptime: 19 mins Packages: 2225 (dpkg), 11 (snap) Shell: bash 5.1.16 Resolution: 3840x2160 DE: GNOME 42.4 WM: Mutter WM Theme: Adwaita Theme: Yaru [GTK2/3] Icons: Yaru…
Desmond
  • 163
3
votes
1 answer

Setting up tensorflow-GPU Conda environment with CUDA 11.2 and cuDNN 8.1-8.2 (CUDA 460 Driver

I am trying to create a conda environment for tensorflow-GPU. I have a GeForce RTX 3080, running Ubuntu 21.04 with the CUDA 460 driver installed (secure boot disabled). I tried to install cudatoolkit using conda, but the latest version available…
Oliver
  • 61
  • 1
  • 2
  • 6
1
2 3 4 5 6