Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [conda]

Conda is a package management and environment management system. It is open-source, cross-platform and language-agnostic. Written in Python, conda is included in Miniconda and the Anaconda Python distribution.

0 votes
0 answers
8 views

How can I remove conda intel channel now that intel has removed conda

Intel has apparently changed its support for conda and now we should point to https://software.repos.intel.com/python/conda and not to whatever "intel" pointed to previously. So for example, ...
Tunneller's user avatar
  • 471
0 votes
0 answers
10 views

Which versions to install to make RandomFields, RandomFieldsUtils, rpy2 compatible?

I am hoping to install some packages that people no longer update. I need RandomFields (https://cran.r-project.org/src/contrib/Archive/RandomFields/), RandomFieldsUtils (https://cran.r-project.org/src/...
Sasha Queequeg's user avatar
0 votes
0 answers
23 views

Problems with xesmf import after offline migration conda environment

After migrating my conda environment offline(using conda pack), on the new platform, I get an error importing xesmf: Traceback (most recent call last). File "/home/xxx/miniconda3/envs/nc2p/lib/...
Alex's user avatar
  • 1
0 votes
1 answer
20 views

Python Version Mismatch in Jupyter Notebook Environment

I am experiencing a discrepancy between the Python version reported in the Jupyter notebook startup banner and the version shown when I query python --version within the notebook. The startup banner ...
Kenenbek Arzymatov's user avatar
0 votes
0 answers
6 views

Maven install resulted in spring-utils 0.0.7-LOCAL failure

System: macOS Catalina (10.15.7) Context: Novice command line user installing siSPOTR in conda environment using python 2.7. Unsure how to resolve the build failure. Ran the command "mvn install&...
toph_ang's user avatar
0 votes
1 answer
33 views

"which python" and "sys.path" give different outputs with conda env activated in VSCode

When I activate a conda env, select the corresponding interpreter and start Python in VScode everything seems fine at first glance : (My_env) name@my_computer:~/Bureau/My_env/Code/current_dir$ ...
Ludwich's user avatar
  • 21
0 votes
0 answers
46 views

Conda always resetting connection on updates and installs

I am trying to create some new envs with conda which has worked fine for me until now. Now I get the "connection reset by peer" error whenever I try to do basically anything. It also shows ...
Terranigmus's user avatar
-1 votes
0 answers
8 views

Clone environment with selected packages

I would like to know if there exists a command to clone a conda environment with selected packages from the old one. The command "conda create --name new_env --clone old_env" copies all the ...
fsaizpoy's user avatar
  • 147
-1 votes
1 answer
28 views

Moving conda environments cross-platform offline

I am currently working with Anaconda on windows. I want to move the virtual environment to my other system, which uses linux as operating system. The problem is that the linux system doesn't have ...
user25075037's user avatar
0 votes
0 answers
12 views

Installation of omicverse failed — it still indicates that scikit-misc is missing after successful installation

I encountered an installation failure while trying to install the omicverse module. Using conda/mamba, I followed the recommended steps from the installation guide at https://omicverse.readthedocs.io/...
Jiang's user avatar
  • 1
0 votes
1 answer
22 views

How to fix "ModuleNotFoundError: No module named '_cairo'" for manim

I am trying to install Manim via Anaconda and by following the steps in this guide: https://docs.manim.community/en/stable/installation/conda.html I managed to create a conda environment, activate it ...
Game Master 2.0's user avatar
-1 votes
0 answers
19 views

Conda activate only works for current shell (MacOS)

It used to be that if I opened a terminal window and activated a Conda environment, that environment would be activated by default in subsequent (non-child) shells. This seems to longer be the case on ...
Andrew Voelkel's user avatar
1 vote
1 answer
35 views

LaTeX Minted Package with Pygments in Texifier on MacOS

I have already installed the MacTeX distribution on Mac, but when I used minted package, it throws out the following error: Package minted Error: You must have `pygmentize' installed to use this ...
Julia's user avatar
  • 13
0 votes
0 answers
11 views

I am facing an issue while trying to install TensorFlow on my Windows 10 machine with Python 3.12.0. Despite I keep receiving the following error:

Traceback (most recent call last): File "C:\Users\shash\Music\New folder\tensorflow001.py", line 1, in <module> import tensorflow as tf File "C:\Users\shash\AppData\Local\...
Shashank Bhutiya's user avatar
-1 votes
1 answer
52 views

python ModuleNotFoundError on conda environment

I am trying to use the Open Motion Planning Library in a conda environment. I think that this issue is caused by the conda virtual environment not playing nicely with my setup somehow, but I have no ...
Julyssa Villa Machado's user avatar

15 30 50 per page
1
2 3 4 5
552