Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

Updating Conda in Ubuntu results in endless circle

Basically some update broke anaconda on my Linux machine. Any action with conda results in Collecting package metadata (current_repodata.json): failed WARNING conda.exceptions:...
Terranigmus's user avatar
-1 votes
1 answer
27 views

Anaconda build string starting with "pypi..."

In an anaconda requirements.txt, I have several dependencies with build strings that start with pypi.... - argon2-cffi==23.1.0=pypi_0 - appdirs==1.4.4=pypi_0 - anyio==4.2.0=pypi_0 - annotated-...
Test's user avatar
  • 1,677
0 votes
0 answers
31 views

What do the build strings mean?

In anaconda, what do the strings mean that appear at the end of the line, "[package name]=[version]=[MYSTERY STRING]"? This is an example requirements.txt: # This file may be used to create ...
Test's user avatar
  • 1,677
0 votes
1 answer
43 views

Anaconda Build Channels

In the following requirements.txt, what does the addition non-pypi syntax mean? My MRE is what the package author suggests, installing this with conda create --name multid_features --file requirements....
Test's user avatar
  • 1,677
0 votes
0 answers
15 views

code doesn't work in PyCharm, but work in remote executing

let us see the code firstly: .py files are organized as follows: A - __init__.py - B.py - C.py # where A is a python package, C is .py file and there is a D class in C.py file. The B.py file uses ...
mmmm's user avatar
  • 1
0 votes
0 answers
155 views

Anaconda installation abort

I am on Windows 11 22H2 version, my Anaconda installation is crushing at the license agreement page. Here is my windows-log about this issue (installation file was downloaded several times): - <...
Руслан Кравцов's user avatar
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....
MomentumEigenstate's user avatar
0 votes
0 answers
333 views

Miniconda Not Using Environment Python

I've searched for hours - if this is a duplicate question please be kind :) PC had Anaconda 4.x.x. Resolver took hours and I was stuck, could not upgrade Anaconda. Therefore I: Uninstalled Anaconda ...
Python_Learner's user avatar
2 votes
0 answers
58 views

How to make your default path as base for anaconda?

I have been using anaconda(in which most things are preinstalled) for a while now but recently switch to miniconda. atm whenever I need to run miniconda I have to set the source as source ~/miniconda3/...
Ifan 767's user avatar
  • 512
0 votes
1 answer
5k views

CondaValueError: could not parse | conda create -n myenv --file package-list.txt

Following this conda docs tutorial; I created a package-list.txt of a conda venv I want to copy. I tried: $ conda create -n myenv --file package-list.txt CondaValueError: could not parse 'absl-py ...
DanielBell99's user avatar
  • 1,897
0 votes
1 answer
212 views

Does installing Conda on an OS Catalina change the default shell to bash? [closed]

Currently on a MacOS Catalina 10.15.7 Not knowing what I was doing I accidentally installed Anaconda3 over my Miniconda, making it so I could not longer use my old environments. So I removed my ...
Alexander Audet's user avatar
0 votes
1 answer
1k views

can not selected python packages for newly created environment in Anaconda

i am new to anaconda. after installing anaconda-3, i wanted to create an environment via anaconda navigator.however, the check-box that allows one to choose python packages is never active. i ...
Amrmsmb's user avatar
0 votes
1 answer
2k views

Warning "This Python interpreter is in a conda environment, but the environment has not been activated"

I installed miniconda on a Windows machine and whenever I type python in a PowerShell window to start up Python I get the following: This Python interpreter is in a conda environment, but the ...
four-eyes's user avatar
  • 12.3k
5 votes
4 answers
12k views

How to get path of conda env from its name?

When I do conda info --envs, I get list of all envs and their locations like this: # conda environments: # base * /Users/mbp/miniconda3 myenv /Users/mbp/miniconda3/envs/...
Ruchit's user avatar
  • 356
1 vote
2 answers
2k views

Anaconda Install Not Opening

I have installed Anaconda on Linux through the terminal and it seems to install successfully but afterwards the anaconda-navigator command does not work and none of the conda commands. Also when I ...
Alan Frazier's user avatar
0 votes
2 answers
1k views

conda environment name changes upon using conda activate

Output of conda info --envs: conda info --envs-o/p-1 I ran conda activate tfgpu (which is one of the existing environments, please refer to the above picture using the link). Then I ran conda info --...
srikanth polisetty's user avatar
6 votes
2 answers
11k views

CondaMemoryError: The conda process ran out of memory

I installed conda through miniforge : https://github.com/conda-forge/miniforge My environment was working normally until recently where any conda command results in: Collecting package metadata (...
Saad Bahir's user avatar
9 votes
3 answers
22k views

Switch between anaconda and miniconda (miniforge)

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/...
imantha's user avatar
  • 3,788
2 votes
1 answer
4k views

How to 'copy' Conda environment to another machine after modifying some packages' source code?

I am trying to transfer to another computer. However, for my current project, I have made a lot of changes in different packages' source codes. I suspect using conda env export > environment.yml ...
Xudong's user avatar
  • 525
0 votes
2 answers
545 views

Python/Anaconda - Is running the environment python executable different than activating the environment?

I have a simple query. I have two ways of running a python script in my virtual anaconda environment. Alternative 1: conda activate my_env python3 my_python_script Alternative 2: ~/anaconda3/envs/...
Camilo's user avatar
  • 39
42 votes
3 answers
34k views

How to specify the architecture or platform for a new conda environment? (Apple Silicon)

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 ...
Bob's user avatar
  • 1,451
0 votes
1 answer
216 views

conda is not not able to create env, not activating env and also jupyter is not working

I am getting this error I am just playing with Linux commands and I noticed a change suddenly that my conda is not responding so I cannot able to activate my env, make new env, or open Jupiter ...
Danu Rahul's user avatar
0 votes
0 answers
28 views

Can I remove the anaconda while leaving the conda (Ubuntu)? [duplicate]

Can I remove the anaconda without removing the conda on Ubuntu? Definitely, I want all my projects and environments will remain. I have seen instructions on how to remove anaconda, but I don't ...
Andrei Krivoshei's user avatar
1 vote
2 answers
7k views

I have both Anaconda & Miniconda installed - can I delete one?

My computer memory is nearly out of space, and in going through large packages to clean space I realized that I have miniconda3, taking up 5.71GB, and anaconda3, taking up 4.13GB. I probably did this ...
Samantha Daugherty's user avatar
1 vote
0 answers
616 views

How to open Anaconda Prompt from Windows Explorer URL?

I would like to open the Anaconda Prompt within a current folder using the URL in Windows Explorer similar to how you open a Git Bash terminal using "git-bash here". I was unable to find a ...
Shane D'Silva's user avatar
2 votes
1 answer
17k views

Installing conda packages in specific directory

Is there any way to download and install the conda packages in specified directory without creating a conda environment in that directory?
Aniket Ravindra Pachpute's user avatar
-3 votes
1 answer
655 views

problem in installing packages in miniconda 3

discription of the problem can be seen in the pictureI am using miniconda3 and it shows that no modules have been installed when I am accessing the module from Jupiter notebook. I have installed the ...
Arun Tripathi's user avatar
4 votes
1 answer
29k views

Remove Environment in Conda

I somehow installed miniconda and miniconda3. Now conda env list looks like base /home/miniconda env1 /home/miniconda/...
anuja's user avatar
  • 170
1 vote
1 answer
3k views

conda.exe: error while loading shared libraries: libz.so.1: failed to map segment from shared object

I want to install miniconda on my remote linux desktop and I am able to access it only in command-line mode. I just tried, wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh ...
Drashti's user avatar
  • 21
1 vote
1 answer
2k views

How to copy all Conda packages from one env to the base env?

I have an environment called envname, but I would like its packages to be available in the base environment. How can I do this without reinstalling each of them?
Sam Lerman's user avatar