All Questions
Tagged with miniconda installation
25 questions
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 ...
0
votes
0
answers
20
views
Unable to install Miniconda due to "no space left on device" [duplicate]
I'm attempting to install Miniconda remotely on a computer cluster. I've downloaded the Miniconda3 Linux 64-bit installer from here, and validated the SHA256 hash with sha256sum ./path_to_installer.sh....
3
votes
1
answer
4k
views
Error - cannot install Miniconda with RStudio
I have written a R script where I use some python lines through the reticulate package.
I need to share it with some colleagues who don't know about programming and I've created a batch file so I can ...
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 (...
2
votes
1
answer
2k
views
UnsatisfiableError while installing Miniconda
I wanted to reinstall Miniconda. I have first removed the entire Miniconda install directory, edited the bashrc file to remove the Miniconda directory from the PATH environment, and removed the hidden ...
4
votes
1
answer
4k
views
What is a "default Python installation"?
Upon installing Anaconda / Miniconda, there is a prompt that reads:
Where the second tick box has something about "Register Anaconda3 as my default Python 3._"
The image says 3.8 but that's ...
11
votes
2
answers
12k
views
What it means - "Register Anaconda as my default Python"?
During installation process (Windows OS) I have 2 options:
Add Miniconda to my PATH environment variable
Register Miniconda as my default Python
The first option is pretty obvious. I understand it ...
1
vote
2
answers
2k
views
Why is Miniconda not running the latest version of Spyder?
I am in my tensorflow env on my minicoda prompt and I have just installed the latest version of Spyder via the following prompt: conda update spyder. Before I updated spyder I was on v4.1.3. I then ...
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 ...
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/...
1
vote
0
answers
2k
views
How do you do a proper silent installation Miniconda3 with Windows PowerShell on Windows 10?
I try to install Miniconda via Powershell, and it works fine as long as the destination directory does not contain spaces, but unfortunately it does. Now, there are many, many posts on this topics and ...
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 ...
1
vote
1
answer
5k
views
Installing Tensorflow 2 gets a dll failed to load in pywrap_tensorflow.py
I have had problems here, here and there installing TensorFlow 2 over the last year or so. So I am trying Miniconda.
I have an AMD Radeon hd 6670 and an AMD Radeon hd 6450.
I just downloaded Miniconda ...
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 ...
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.....
0
votes
0
answers
22
views
miniconda not installing python in virtual env
I've recently installed miniconda and whenever I create a virtual env and try the command:
python --version
I get that python isn't recognised as an internal or external command, operable prgram or ...
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 >>&...
-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=...
19
votes
0
answers
19k
views
Install Both Anaconda and Miniconda
This is not a question of whether I should choose Anaconda or Miniconda. I want both.
I want the full featured Anaconda (with Spyder) installed for my script development, but then I want to minimize ...
0
votes
1
answer
1k
views
Install MiniConda and Extra Packages
I need to distribute a python 2.7 windows installation with the openpyxl module in a corporate environment with no admin or live access to the repository. There are a number of openpyxl prerequisites.
...
1
vote
0
answers
56
views
Installing Anaconda3 without hardcoded paths
I would like to eventually have an Anaconda3 installation in a location that I do not have write access to. I am able to install it in one directory and then request that it be copied to the final ...
1
vote
1
answer
3k
views
bash: conda: command not found after installing Miniconda on Raspberry Pi
I followed the instructions here to install Miniconda on my Raspberry Pi. The install script ran fine but I missed the step about changing the default installation directory. Is that a big problem? I ...
0
votes
0
answers
206
views
Trouble conda-installing Tensorflow
I'm not quite sure what's wrong at the moment. I had Tensorflow working (with a pip3 install I believe), but when I went to install Keras and Theano with miniconda, and also installed tensorflow with ...
1
vote
1
answer
468
views
Installation Error for IJulia
I was able to successfully install Julia on my OS and I wanted to also access IJulia. This is from a Julia version 0.5.0 terminal.
when I entered Pkg.add("IJulia") I received the following error:
...
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 ...