14,816 questions
0
votes
0
answers
51
views
Finding Python installations besides Apple pre-installed (possibly from Anaconda) [closed]
How do I check how many Python installations I have on my Mac?
I am currently runing Tahoe 16.0.1 and Python is already present on my Mac from Apple but I also installed Anaconda which came with its ...
0
votes
0
answers
23
views
Conda add custom path to PATH variable
I am trying to setup a custom environment in which I have a bunch of related tools running in conda. This is mostly because part of the tooling I want to have running is actually only reliably ...
0
votes
1
answer
48
views
Install additional package in an existing virtual environment created by pipenv
I currently have a base conda environment and a (virtual) environment called Work-8uAjguag that was created with pipenv.
Now I want to install a package (say openpyxl) in the environment Work-8uAjguag....
1
vote
1
answer
41
views
No module named 'ttkbootstrap'
Running anaconda and VSCode.
At the anaconda prompt I ran
conda install conda-forge::bootstrap
It returned
Channels:
- defaults
- conda-forge
Platform: win-64
Collecting package metadata (repodata....
2
votes
0
answers
101
views
gdal module not found even when configured in conda env
I have created a conda env and configured it in pycharm. I have installed all the libraries I need with conda command, and can also see them in output of 'conda list' as well as gdalinfo.
gdalinfo --...
-1
votes
0
answers
44
views
Are there any way to use paddleocr on ppc64le cpu ibm power 9 cpu?
i have tried build package, conda, pip etc. can't do it please help me for any solution for install paddleocr on ppc64le cpu ibm power 9 cpu. thanks.
3
votes
1
answer
84
views
Unable to install Krona package in Anaconda
I'm having issues while trying to install Krona in Anaconda. When I run this line in Anaconda Prompt:
conda install -c bioconda krona
I get this error:
InvalidArchiveError('Error with archive C:\...
4
votes
2
answers
373
views
No module named 'llama_models.cli.model' error while llama 3.1 8B downloading
I'm trying to install the LLaMA 3.1 8B model by following the instructions in the llamamodel GitHub README. When I run the command:
llama-model download --source meta --model-id CHOSEN_MODEL_ID
(...
1
vote
0
answers
77
views
GitHub Copilot in VS Code triggers a KeyboardInterrupt error when opening PowerShell with conda environment [closed]
I'm encountering an issue when using GitHub Copilot in VS Code.
After Copilot agent modifies a file, it suggests a PowerShell command and asks whether I want it to run the command for me. When I click ...
0
votes
1
answer
62
views
Micromamba crashes with null pointer dereference error
When attempting to execute Micromamba
micromamba.exe --version
it crashes with the null pointer dereference error:
Key Environment Details
OS: Windows 10 LTSC 2019.
Micromamba: 2.3.3.
The same ...
0
votes
1
answer
58
views
Why CMake failed to find krb5 while g++ succeed? [closed]
I have already install the package "krb5-devel" on my AlmaLinux.
The head-files is located at /usr/include and the lib-files /usr/lib64.
$ sudo dnf install krb5-devel
Last metadata ...
0
votes
1
answer
262
views
Anaconda Navigator is not running after updating
I am a beginner in the world of Python and am using Anaconda for learning. I am Using Windows 11.
I downloaded the Windows installer, Anaconda3-2025.06-0-Windows-x86_64.exe’. The Anaconda Navigator ...
0
votes
1
answer
66
views
Syntax error near unexpected token 'elif' in bash concerning conda [closed]
I have a problem with my bash file: each time I launch the terminal, this error occurs:
bash: /home/hk/.bashrc: line 125: syntax error near unexpected token elif' bash: /home/hk/.bashrc: line 125: ...
3
votes
1
answer
433
views
GPU supported Jax Installation [closed]
I am quite new to jax. I am trying to make use of it to do some optimization work. I have tried using a CPU-only version jax, and it has worked well. Indeed the speed is not impressive as expected, so ...
0
votes
0
answers
85
views
Windows cmd.exe Environment Configuration Issues with Drive D: and Git (or unable to create process with Anaconda)
I installed Git on drive D:, but when I open a new cmd.exe Window and type git --version at the prompt, it showed that error launching git:
C:\Users\25011>git --version
error launching git:
It ...
0
votes
0
answers
55
views
After updating Windows 10 to 11 and upgrading Python from 3.9.7 to 3.11.13, I could not create an executable via Anaconda Prompt. How to solve it?
I tried to create an executable in Anaconda Prompt (shortened in the middle):
(myenv) (myenv) PS C:\__WorkSpace_Dev__\_GITHUB\ALINOE> pyinstaller --onefile "C:\__WorkSpace_Dev__\_GITHUB\ALINOE\...
2
votes
1
answer
145
views
conda env remove -n ENV_NAME consistently leaving behind folder
Both conda env remove -n ENV_NAME and conda remove -n ENV_NAME --all consistently leave a folder behind when executing the commands.
This becomes an issue if I'm trying to recreate the environment--I'...
3
votes
0
answers
72
views
VScode does not use the correct Python interpreter
On ubuntu 24, I have installed anaconda and created a virtual environment myenv.
I can see myenv when I search for a python interpreter with VScode, I select it, and in the dedicated terminal I ...
1
vote
1
answer
100
views
OneDrive changes the local PowerShell file to its configuration and changes it to read-only, unable to write
I encountered a problem while installing Anaconda. I didn't configure the PATH environment variable, but instead used conda init cmd.exe and conda init PowerShell, but I'm unable to write to the file.
...
0
votes
0
answers
72
views
Activating anaconda environment leads to ping error?
When I try to activate a conda env using conda activate ENV_NAME I get this error:
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.248 icmp_seq=1 Destination Host Unreachable
--- ...
0
votes
1
answer
270
views
How to solve InvalidArchiveError while installing pytorch with Anaconda?
I have installed the latest Anaconda and updated everything. When I try to install BERTopic or PyTorch itself, I am getting this error:
InvalidArchiveError("Error with archive C:\Users\myuser\...
2
votes
1
answer
49
views
Anaconda install of geopy but module is not found
I am trying to use geopy on my laptop running Ubuntu 24.04.2 LTS.
Anaconda is installed and geopy is installed.
(base) igor@XPS-13:~$ conda list | grep geopy
geopy 2.4.1 ...
2
votes
1
answer
99
views
Anaconda prompt is loading in powershell and VScode terminal, how can i fix it?
Whenever I start my vs code terminal or PowerShell I get this path (base) PS C:\Users\mydirname> from my anaconda prompt, I downloaded anaconda for data science but I do some python problems once ...
0
votes
1
answer
84
views
How to point Conda at a specific, non-standard, pre-existing python installation
I feel like I am asking for a hack, but I want to be sure before I look into other options.
I am trying to use conda to build, repeatable environments on a given user's machine. For most uses ...
0
votes
0
answers
35
views
conda version stuck at 4.8.1 [duplicate]
Today, I ran conda update --all and was informed:
==> WARNING: A newer version of conda exists. <==
current version: 4.8.1
latest version: 25.5.1
Please update conda by running
$ conda ...
0
votes
0
answers
229
views
Can't install Anaconda 2024.10-1 on Windows 10: "Failed to link extracted packages" error after trying all common fixes [duplicate]
I'm trying to install Anaconda3 2024.10-1 (64-bit) on my Windows system, but I keep getting this error during setup:
⚠️ Failed to link extracted packages to C:\Anaconda!
I've tried the following steps ...
0
votes
0
answers
86
views
How to get reboundx installed on my Windows Anaconda?
I'm trying to install Reboundx on my Windows Anaconda, and keep failing.
So far I've been using Google and ChatGPT to try and install reboundx, but the final result is the same.
I have no experience ...
1
vote
0
answers
87
views
How do I fix a bad config error when launching jupyter from GitBash?
I'm new to this and I'm trying to learn Python. I've got Git Bash installed and Anaconda 3 and whenever I got to launch jupyter from Git Bash I get a bad config error. This is the commands I'm using ...
1
vote
0
answers
74
views
Issue opening Spyder IDE in WSL Ubuntu
I'm Using a completely fresh install of Ubuntu 24.04.1 LTS through windows subsystem for Linux which is the latest version I saw available on the Microsoft Store. I just created my account and ...
1
vote
1
answer
67
views
How can I make JupyterLab open in a specific Firefox profile?
I'm on a Windows machine with admin access, using Anaconda Navigator. I was successfully able to open JupyterLab in Firefox (not my default browser) by adding c.SeverApp.browser = '"C:\\Program ...
1
vote
1
answer
231
views
Error creating PyInstaller executable with Sentence Transformers model and Anaconda environment dependencies
I'm trying to create an executable from a Python script using PyInstaller in an Anaconda environment. My script uses the Sentence Transformers library and loads a pre-trained model from a local folder ...
2
votes
1
answer
195
views
Anaconda to_widget error "widget type not understood" using ydata_profiling
Currently running the Anaconda "jupiter lab" with the default kernel. I was able to install (via pip) the package ydata-profile and tried to run this code snippet in a cell
iris = sns....
1
vote
0
answers
225
views
rasterio DLL load failed while importing _vsiopener
Anybody out there using Rasterio in Anaconda? I'm having some trouble getting it to load properly. I'm working in a Jupyter notebook in a new Anaconda env created in terminal with:
conda create -n ...
2
votes
1
answer
455
views
What is the currently recommended way to install Pytorch with CUDA enabled using conda?
Pytorch official website used to have an installation option using conda (see printscreen in this answer: https://stackoverflow.com/a/51229368/1273751)
But currently no conda option is available:
...
0
votes
0
answers
55
views
I have been trying to use qiskit in my Windows but ModuleNotFoundError: No module named 'qiskit_aer' shows up
I am beginner in Qiskit and have installed the latest version 1.2.4 in my system. For the code i need qiskit_aer module. While i try to install it using
pip install qiskit-aer
that doesn't work. I ...
0
votes
0
answers
108
views
How to fix "conda activate" error? The system cannot find the file [...]
Main problem: conda activate, not working
Whenever I entered anaconda prompt, the error Failed to create temp directory "%TMP%\conda-<RANDOM> would immediately pop up and (base) environment ...
0
votes
0
answers
272
views
Why is PyCharm lagging with Conda and GitHub Copilot on MacBook M3?
I'm currently experiencing performance issues while coding in PyCharm on my MacBook Pro with an M3 chip. I'm using Miniconda as my environment manager, and GitHub Copilot is enabled for auto-...
0
votes
1
answer
41
views
storing key value pairs in anaconda3 environment python
I have anaconda3 community edition installed on my system. I know that you can store key value p;airs for API keys in a ".env" file. With python-dotenv installed as a package I can call the ...
1
vote
1
answer
38
views
undefined reference to `Py_Initialize' when build a simple demo.c on a Linux conda environment
I am testing of running a Python thread in a c program with a simple example like the below
# demo.py
import time
for i in range(1, 101):
print(i)
time.sleep(0.1)
// demo.c
#include <...
0
votes
0
answers
30
views
Pylance Features are not working in Anaconda Enterprise 5 workbench 5.7.0
We are using Anaconda Enterprise 5 Workbench version 5.7.0 and have VSCode (code-server version:1.79.2) installed in this workbench.
Then we have enabled below vscode extensions.
ms-python.python - ...
0
votes
1
answer
49
views
How to reliably copy anaconda/mamba envs when --clone fails?
I'm trying to create a sandbox copy of an existing environment for package experimentation. But I've found that both conda create env --clone and conda env export + conda env create -f fail... Are ...
0
votes
0
answers
31
views
Anaconda prompt opens then a few seconds later it freezes for 5 minutes
Title says it all. I can open the anaconda command prompt window, I have several seconds where I can type commands or just press enter a few times then it freezes solid, even the cursor stops blinking ...
0
votes
2
answers
81
views
Equivalent of venv's "--system-site-packages" in Anaconda environment
This is a basic question about Anaconda (Miniconda).
When using venv, I was able to import TensorRT by using "python3 -m venv </path/to/create_environment> --system-site-package". If I ...
2
votes
1
answer
194
views
My jupyter Notebook interface is missing "Widget" section while other people have it
"I'm following the same steps as my instructor, but my screen appears different compared to theirs. I've attached an image showing both screens. What could be causing this discrepancy, and how ...
1
vote
1
answer
2k
views
ImportError when importing NumPy – missing libgfortran.5.dylib on macOS (VS Code, Jupyter, Conda)
I’m working on macOS Sequoia 15.4, using VS Code and Jupyter Notebooks with Conda environments.
Everything worked fine until yesterday. Now, when I try to run any of my existing environments, ...
1
vote
0
answers
39
views
Copy-paste Anaconda/Miniconda environment packages
In the Anaconda documentation, it states:
Simply copying your Anaconda or Miniconda files over to a new directory or another machine > will not recreate the environment. You must export the ...
0
votes
0
answers
74
views
Git Bash in VSCode Cannot Find conda in One Project – "No such file or directory" (cygdrive)
Issue Summary:
I'm on Windows using Git Bash in VSCode. When I open a Git Bash terminal in one specific project and try to run conda, I get the following error:
bash: /cygdrive/c/Users/tssom/anaconda3/...
0
votes
0
answers
49
views
cannot pickle 'module' object error in Anaconda prompt with nnUNetv2
I am trying to do preprocessing of nnUNetv2 on my desktop.
It did not work in Visual Studio, so I changed my environment to Anaconda prompt.
However, it has still the same issue with 'cannot pickle '...
0
votes
1
answer
56
views
Anaconda prompt broken: input line is too long, the syntax of the command is incorrect
After a windows update, I suddenly got this error today when starting the Anaconda Prompt: "input line is too long, the syntax of the command is incorrect". Seems like there is something ...
0
votes
1
answer
57
views
Anaconda Python3 virtual environment unable to recognise local modules
I'm reproducing a project code and trying to execute it locally.
It uses Python 3.6 and old packages dating to 2017 and PIP struggles to install them and returned error codes which were 40 pages long.
...