conda Questions

5

I recently installed Anaconda 3 and after a few minor issues I was able to run Jupyter Notebook, but syntax highlighting is not working at all. Everything else seems to be working fine. I had Anac...
Keeper asked 1/3, 2019 at 20:58

1

Is it possible to find out when a specific conda environment was used, i.e., activated, the last time? How? Background info: The idea is to sort the environments by their last use date and this wa...
Streit asked 2/4, 2020 at 13:4

7

In a conda environment with Python 3.8.15 I did pip install ultralytics successfully installed ...,ultralytics-8.0.4 But when running from ultralytics import YOLO , it says ModuleNotFoundError: ...
Soapwort asked 12/1, 2023 at 13:30

6

When I run conda init cmd.exe in either normal or admin mode I get the following error. WARNING: Cannot install xonsh wrapper without a python interpreter in prefix: C:\Users\JASONL~1\AppData\Loca...
Nodarse asked 17/6, 2020 at 16:58

8

I installed the modules below: conda install pytorch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 -c pytorch Then installed numpy, pandas, matplotlib, seaborn, sickit-learn, pyedflib in this...
Narcolepsy asked 6/3 at 12:32

3

Solved

I have a strange issue that comes and goes randomly and I really can't figure out when and why. I am running a snakemake pipeline like this: conda activate $myEnv snakemake -s $snakefile --config...
Aude asked 26/12, 2019 at 20:59

3

I am trying to build a condo package for a git hub repo which requires a "sha256" hash code how I can I obtained sha256 for a git repo example. https://github.com/jensengroup/fragbuilder example i...
Mesopause asked 20/4, 2020 at 21:31

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

4

I downloaded cuda and pytorch using conda: conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia conda list python 3.11.0 h7a1cb2a_2 anaconda pytorch 2.0.1 py3.11_cpu...
Omidyar asked 31/5, 2023 at 18:50

6

Solved

I am following Tensorflow's tutorial on building a simple neural network, and after importing the necessary libraries (tensorflow, keras, numpy & matplotlib) and datasets (fashion_mnist) I ran ...
Hypothecate asked 8/2, 2020 at 19:55

4

Solved

When running ipynbs in VS Code, I've started noticing Pylance warnings on standard library imports. I am using a conda virtual environment, and I believe the warning is related to that. An example ...
Mither asked 2/12, 2022 at 18:40

3

Solved

I have a dockerfile to create a container with miniconda and install a few packages (trimmed here): FROM continuumio/miniconda3:4.11.0 # install the necessary packages RUN conda install -c conda-f...
Knifeedged asked 19/5, 2022 at 13:49

4

Solved

(my2022) C:\Users\donhu>pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113 Looking in indexes: https://pypi.org/simple, https://download.pytorch.o...
Earthshine asked 24/4, 2022 at 8:18

3

I'm on Ubuntu 20.04 LTS with CUDA 11.1 installed (and working, with PATH and LD_LIBRARY_PATH configured correctly), and I'm trying to define a reusable conda environment (i.e., in an environment.ym...
Willette asked 14/9, 2021 at 15:38

1

I am trying to install flask using conda and I got the following error. conda install flask Channels: - conda-forge - defaults - intel Platform: win-64 Collecting package metadata (repodata.json...
Iniquity asked 17/7 at 19:34

6

Solved

I'm getting a Malformed version string error with my conda. I have no idea how to debug this or how to check it. Can anyone help? GitHub has talked about the issue but I haven't seen any fixes. ...
Boeke asked 10/5, 2019 at 21:18

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 at 18:18

2

Solved

I am using conda 4.7.12 and trying to list my environment variables according to the documentation by running conda env config vars list however I get the error usage: conda-env [-h] {create,ex...
Mascia asked 21/2, 2020 at 18:34

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

4

Is there any way to update the current conda base (root) environment, which has Python 3.8.11 currently to Python 3.9 or 3.10? I know using a new virtual environment is the recommended way to go, b...
Aromaticity asked 11/10, 2021 at 9:24

4

I cached Pip packages using a Gitlab CI script, so that's not an issue. Now I also want to catch a Conda virtual environment, because it reduces time to setup the environment. I cached a virtual ...
Pearly asked 31/1, 2018 at 10:47

3

I have an M1 MacBook using conda through miniforge3. I want to use some packages not built for ARM (ifcopenshell, pythonocc-core). Mixing channels (conda-forge/osx-64 and conda-forge/osx-arm) often...
Wavemeter asked 17/3, 2022 at 15:37

20

Solved

I read this Stack Overflow post on a similar issue, but the suggestions there don't seem to be working. I installed Visual Studio Code on my Windows machine and added the Python extension. Then I c...
Fluctuate asked 24/5, 2020 at 12:35

3

Solved

Package managers for JavaScript like npm and yarn use a package.json to specify 'top-level' dependencies, and create a lock-file to keep track of the specific versions of all packages (i.e. top-lev...
Interdict asked 5/10, 2018 at 12:25

4

I tried to install 'satpy' on anaconda, shows: conda install satpy Error while loading conda entry point: anaconda-cloud-auth (cannot import name 'ChannelAuthBase' from 'conda.plugins.types' (D:\An...
Pemba asked 18/4 at 13:24

© 2022 - 2024 — McMap. All rights reserved.