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.

85 questions
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
9
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…
2
votes
1 answer

let `conda install` use a manually pre-downloaded package

I've got a PC with a slow internet connection. When trying to install an about 500MB package (conda install -c pytorch pytorch), I get a download timeout. I tried downloading this file manually elsewhere and then placing it in my home directory and…
Xpector
  • 427
  • 1
  • 5
  • 11
0
votes
0 answers

Installing in miniconda `torchvision==0.4.1` and `pytorch==1.3.0`

I am trying to install torchvision==0.4.1 and pytorch==1.3.0 in a virtual conda environment. After I write conda install pytorch==1.3.0 torchvision==0.4.1 -c pytorch the following response occurs. Collecting package metadata (current_repodata.json):…
0
votes
0 answers

Differences in download of r-packages between "conda install" and "install.packages"

Recently, I used R on Linux, and failed to download some packages with some ERROR messages by "install.packages" and "BiocManager::install" in R. Like this: ERROR: configuration failed for package ‘rgeos’ * removing…
0
votes
1 answer

Conda activation

I recently moved miniconda2 to another directory and now I can't activate the conda environment. Please any suggestion to resolve this problem. bash: conda: command not found
0
votes
1 answer

Qiime2 conda environment changing the name

I had install qiime2 within a conda environment, but I forget to change the name of the environment, I copied the name of the example in the qiime2 guide. I would like to know if it's possible to change it now, or if I've to uninstall the qiime2…