Skip to main content

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.

conda
1 vote
1 answer
18 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
5 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
0 votes
1 answer
33 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
1 vote
1 answer
25 views

Subtle mistake in conda create syntax will install a patch = 0 version of python

I'm creating a new conda environment with no additional packages. It is interesting to note the difference in the python interpreter version installed with a small change in the conda create syntax... ...
Ymareth's user avatar
  • 661
3 votes
0 answers
35 views

Conda is using a channel after I removed it

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): ...
Derek DeLizo's user avatar
1 vote
1 answer
19 views

Conda will not deactivate environment for removal

I am trying to remove all traces of an environment so that I can set it up again. Unfortunately, conda thinks that the environment is active no matter how many times I type conda deactivate. I'm using ...
Jred's user avatar
  • 305
-1 votes
0 answers
19 views

Conda environment don't use the corresponding python

I have created an environment by anaconda and installed python in it. But when I want to use python in the environment, it runs the python which is the default python of my computer, not the conda's ...
Link's user avatar
  • 29
-1 votes
1 answer
36 views

Solving environment failed and ResolvePackageNotFound in Conda

I try to run: conda env create --file environment.yaml after that I get the following result: Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: -...
Marya Mik's user avatar
-2 votes
0 answers
17 views

Struggling to install fastai [closed]

I'm trying to install fastai. When I do pip install fastai --upgrade -q or pip install fastai I get the following error: ERROR: Failed building wheel for thinc ERROR: ERROR: Failed to build ...
Goob's user avatar
  • 109
0 votes
0 answers
34 views

How do I solve the following error message: SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

I have been trying to run the following code: import pyaudio import numpy as np from math import pi def make_sinewave(frequency, length, sample_rate=44100): length = int(length * sample_rate) ...
user2115136's user avatar
-2 votes
0 answers
29 views

Why am I installing python packages into my Machine_Learning environment, but they are installing locally? [closed]

enter image description hereenter image description hereenter image description here As is shown in the picture, I use “(D:\conda_envs\Machine_Learning) C:\Users\GuYuanji>python -m pip install -r &...
gu yj's user avatar
  • 1
0 votes
0 answers
41 views

How to install pytorch compatible with CUDA 11.7?

I have "NVIDIA GeForce RTX 2070" GPU on my machine. I found CUDA 11.7 is the latest version of CUDA thats compatible with this GPU and works with pytorch. I have installed CUDA 11.7. Now I ...
Aadith Ramia's user avatar
  • 10.2k
0 votes
0 answers
28 views

How to install cplex python API on mac os

I am using mac M1 with Sonoma 14.5 and trying to install the cplex warper for Python. CPLEX 22.1.1. is already installed on my machine and works with docplex, the IDE and oplrun. When trying to ...
Tal Raviv's user avatar
1 vote
0 answers
16 views

RuntimeError: Cannot unlink unmanageable packages: torchvision, torchaudio error trying to update conda environment

Get the following in terminal when running conda install. The only way I can install packages is to delete the conda environment and install from everything from scratch. conda install django-environ ...
teejk's user avatar
  • 75
0 votes
0 answers
40 views

The rope.bat in Rope failed to run

I got the hint when I opened rope.bat in the rope project: D:\Rope>call conda activate Rope Traceback (most recent call last): File "D:\Rope\Rope.py", line 3, in <module> from ...
MRoldL001's user avatar

15 30 50 per page
1
2 3 4 5
552