Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

Python type error trying to initialize miniconda

I'm on the last step of installing miniconda (I downloaded the installer and cleaned it up), and I run into this error when running ~/miniconda3/bin/conda init zsh It prompts me for my password and ...
Angel's user avatar
  • 1
3 votes
1 answer
2k views

Do I need to downgrade my conda version in order to install a module?

I install new modules via the following command in my miniconda conda install -c conda-forge axelrod It tries to resolve but says i have not the right conda version. Collecting package metadata (...
id345678's user avatar
  • 107
1 vote
1 answer
3k views

Miniconda installation issue

I have been trying to install Miniconda on a server I am working on. I tried to install the problem using various distributions, and for all of them, I got the following error: PREFIX=???(Hiding it ...
Applicable Math's user avatar
1 vote
1 answer
1k views

Miniconda only installs partially how can I find the error?

This is how it looks like when I install Miniconda on Windows 10 - how can I debug this? Is there an installation log or something? I followed this instructions here: https://docs.anaconda.com/...
mgross's user avatar
  • 652
3 votes
1 answer
4k views

Miniconda3 Linux Python 3.7 64-Bit, Installer missing?

I was about to install miniconda when I realised that there is no installer for Python 3.7 and 64-Bit architecture for Linux available on the conda-readthedoc (see below). screenshot of miniconda ...
DEner's user avatar
  • 95
1 vote
1 answer
1k views

Can't install miniconda, issues with 'GLIBC_2.10'?

I'm trying to set-up a new cluster so I thought I'd install miniconda to handle my installs and environments. I've downloaded Miniconda3 then bash Miniconda3-latest-Linux-x86_64.sh yes to the ...
FungusAmungus's user avatar
12 votes
1 answer
8k views

Install R packages using conda via an environment.yml file

Normally I create conda environments like... conda env create -f environment.yml conda activate env_name Normally I work in Python, where a typical environment.yml simple file might looks like this.....
Chris_Rands's user avatar
  • 41.1k
0 votes
0 answers
408 views

Miniconda install gone wrong: edit path or uninstall and reinstall

I work on a mac. When installing miniconda I installed it to /Applications/ rather that ~/Users/myusername/. The path for miniconda in my bash profile is # >>> conda initialize >>&...
wilberox's user avatar
  • 193
-1 votes
1 answer
174 views

switch among conda installs

At least in bash + conda v4.6.14, conda init adds the following to ~/.bashrc: # >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !! __conda_setup=...
sharchaea's user avatar
  • 823
4 votes
2 answers
6k views

install psycopg2 for conda fails (windows)

I would like to use psycopg2 (2.5.2) with conda (miniconda 3.0.5) on a Windows 8 machine. I am able to install it with a windows installer and it works with python and idle but I can't get it to run ...
user3403354's user avatar