miniconda Questions

3

I have conda 4.8.1 running on windows 10 enterprise edition and it is showing me following error whenever I try to install notebook. InvalidArchiveError("Error with archive D:\\Miniconda3\\pkgs\\n...
Compress asked 9/1, 2020 at 4:35

12

Running Bash in Cmder on Windows 10. I am trying to activate a new virtual environment but keep getting told to run 'conda init' before 'conda activate'. I've tried running conda init but I keep ge...
Bors asked 29/1, 2024 at 18:18

4

Are conda, miniconda, and anaconda free to use? I've seen stack overflow answers saying one or the other is free to use, then another answer saying the opposite. I am confused.
Indiscrete asked 11/12, 2022 at 17:13

15

I installed miniconda on Windows 10 and created an environment (I followed this guide: https://www.notion.so/shashankkalanithi/Setting-Up-Conda-Environment-ba83f7f019ea44b9af37588eed419eb9). Howeve...
Fosdick asked 9/8, 2021 at 19:4

7

Solved

I've install the conda package as such: $ wget http://bit.ly/miniconda $ bash miniconda $ conda install numpy pandas scipy matplotlib scikit-learn nltk ipython-notebook seaborn I want to uninsta...
Spirketing asked 13/4, 2015 at 0:43

3

Solved

I would like to have one YAML file that could serve to both create virtual environments and (most importantly) as a base for installing packages by conda into the global env. I am trying: conda in...
Enswathe asked 7/10, 2019 at 15:12

4

Attempting to install jupyter with conda install jupyter, from an Anaconda prompt, raised pin-1 in not installable because it requires python 3.12 I have python 3.11 installed, and the version I in...
Enamour asked 18/11, 2023 at 19:16

4

Solved

I am trying to install tensorflow-gpu 1.15 using Conda for an easy install of CUDA and cuDNN. The problem is that checking the compatibility chart of the official web I need python 3.6, CUDA 10.0 a...
Dextroglucose asked 12/11, 2020 at 21:15

3

I am trying to install conda packages/create environments behind a corporate firewall On another machine, I managed to install packages from conda default channels by setting the HTTP/HTTPS proxies...
Gunner asked 18/10, 2021 at 8:6

3

This question may be a duplicate of a question asked in 2018 : conda environment in google colab [google-colaboratory] but answer did not working for me. I noticed it also mentioned in another ques...
Hesler asked 27/6, 2020 at 12:55

19

Solved

I am using matplotlib version 2.0.0 on Python 3 in a miniconda virtual environment. I am working on a unix scientific computing cluster where I don't have root privileges. I am generally executing ...
Horal asked 7/2, 2017 at 18:16

3

Solved

I have installed conda using miniforge. Since my mac has a m1 chip, i had to install conda using Miniforge3-MacOSX-arm64.sh, inorder to get tensorflow working. unfortunately this version (minforge/...
Southport asked 5/5, 2021 at 4:42

29

Solved

I've installed Miniconda and have added the environment variable export PATH="/home/username/miniconda3/bin:$PATH" to my .bashrc and .bash_profile, but still can't run any Conda commands ...
Powers asked 6/2, 2016 at 20:58

3

Solved

I have a simple Dockerfile: FROM ubuntu:18.04 RUN apt-get update RUN apt-get install -y wget && rm -rf /var/lib/apt/lists/* RUN wget \ https://repo.anaconda.com/miniconda/Miniconda3-la...
Leena asked 7/10, 2019 at 12:16

2

I wish to share an environment.yml file for others to reproduce the same setup as I have. The code we use depends on the environment variable $PWD. I wish to set a new env variable in the environme...
Apace asked 12/10, 2021 at 1:27

4

Solved

How can I fix problem with conda installer, which takes forever solving huge SAT problems (why do we need to solve them?): DEBUG conda.common.logic:_run_sat(734): Invoking SAT with clause count: 9...
Pyromania asked 22/5, 2019 at 17:22

4

I installed Miniconda and I'm trying to use Jupyter Notebook with it but haven't been able to do so. After installing miniconda I ran the jupyter notebook command on my terminal and jupyter wasn't ...
Mackler asked 6/3, 2018 at 23:9

2

I created a virtual environment using miniconda. I'm using Visual Studio Code with Mask rcnn, but I can't start the virtual environment in Visual Studio Code, I get an error.Sevinirim
Anaerobe asked 29/5, 2021 at 11:32

19

Importing the numpy c-extensions failed I installed python 3.7 on my windows system to work on visual studio code. Everything was going well, including using the libraries. I uninstalled python ...
Abisia asked 15/11, 2019 at 0:21

7

Solved

I have Miniconda3 installed at C:\Users\me\Miniconda3, and my 'Project Interpreter' within PyCharm set to my conda environment, and that is all working correctly. However it appears that conda is n...
Allelomorph asked 20/3, 2018 at 19:32

8

TL:DR: How can I remove all installed packages from base? I installed a bunch of machine learning packages in my base conda environment. I've now created a ml environment for machine learning, and ...
Elisabeth asked 16/10, 2018 at 7:42

4

Solved

conda install -y <package_name> will install the package and its dependencies. This is done in one-by-one fashion. Can it be done in parallel ? Just only the downloading part ?
Emotion asked 17/8, 2017 at 12:38

2

Solved

I'm on linux machine with rhel7 and when I tried to install some packages, I got the following message. Solving environment: failed CondaValueError: Malformed version string '~': invalid character...
Brewer asked 22/7, 2020 at 18:21

3

Solved

Is there a way to specify the architecture/platform when creating a new conda environment? Alternatively, how does conda detect its current architecture/platform when its run? What I'm aiming to do...
Nobody asked 22/12, 2020 at 21:26

5

Solved

(Using latest miniconda + VS Code on 64-bit Windows10:) After clean reinstalling VS Code, I can no longer launch jupyter notebook from within it. When I tried to create a new jupyter file for the f...
Fecundity asked 2/9, 2020 at 14:31

© 2022 - 2025 — McMap. All rights reserved.