Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
51 views

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 ...
Hana_lee's user avatar
0 votes
0 answers
23 views

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 ...
H van Buuren's user avatar
0 votes
1 answer
48 views

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....
Nemo's user avatar
  • 1,306
1 vote
1 answer
41 views

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....
Randino's user avatar
  • 41
2 votes
0 answers
101 views

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 --...
Mandroid's user avatar
  • 7,788
-1 votes
0 answers
44 views

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.
Ahmet Akın's user avatar
3 votes
1 answer
84 views

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:\...
mvcm11235's user avatar
4 votes
2 answers
373 views

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 (...
alwayssaewoo's user avatar
1 vote
0 answers
77 views

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 ...
yuyu fu's user avatar
0 votes
1 answer
62 views

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 ...
PChemGuy's user avatar
  • 1,869
0 votes
1 answer
58 views

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 ...
Monhde Sau Hung's user avatar
0 votes
1 answer
262 views

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 ...
El-VeRdUgO's user avatar
0 votes
1 answer
66 views

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: ...
Haytham Kennouz's user avatar
3 votes
1 answer
433 views

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 ...
Newbee's user avatar
  • 39
0 votes
0 answers
85 views

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 ...
Rui Yang's user avatar
0 votes
0 answers
55 views

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\...
Anh Quân Cổ Tấn's user avatar
2 votes
1 answer
145 views

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'...
Adrian V's user avatar
3 votes
0 answers
72 views

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 ...
Xavier Prudent's user avatar
1 vote
1 answer
100 views

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. ...
Rui Wang's user avatar
0 votes
0 answers
72 views

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 --- ...
Kepler7894i's user avatar
0 votes
1 answer
270 views

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\...
Paul Nguyễn's user avatar
2 votes
1 answer
49 views

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 ...
IgorLopez's user avatar
  • 301
2 votes
1 answer
99 views

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 ...
newbie_coder's user avatar
0 votes
1 answer
84 views

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 ...
TheBeardedBerry's user avatar
0 votes
0 answers
35 views

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 ...
user2153235's user avatar
  • 1,265
0 votes
0 answers
229 views

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 ...
Tejas Shitole's user avatar
0 votes
0 answers
86 views

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 ...
Harrison Taylor's user avatar
1 vote
0 answers
87 views

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 ...
Salem Maley's user avatar
1 vote
0 answers
74 views

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 ...
Researcher R's user avatar
1 vote
1 answer
67 views

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 ...
M B's user avatar
  • 20
1 vote
1 answer
231 views

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 ...
Seraphine's user avatar
2 votes
1 answer
195 views

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....
elbilo's user avatar
  • 31
1 vote
0 answers
225 views

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 ...
beachcombr's user avatar
2 votes
1 answer
455 views

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: ...
Homero Esmeraldo's user avatar
0 votes
0 answers
55 views

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 ...
ATHIRA K M's user avatar
0 votes
0 answers
108 views

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 ...
Balente's user avatar
0 votes
0 answers
272 views

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-...
Semih Bekdaş's user avatar
0 votes
1 answer
41 views

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 ...
user2597586's user avatar
1 vote
1 answer
38 views

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 <...
link89's user avatar
  • 1,979
0 votes
0 answers
30 views

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 - ...
Narendra Chennamsetty's user avatar
0 votes
1 answer
49 views

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 ...
profPlum's user avatar
  • 521
0 votes
0 answers
31 views

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 ...
Seth's user avatar
  • 716
0 votes
2 answers
81 views

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 ...
Shinobu HUYUGIRI's user avatar
2 votes
1 answer
194 views

"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 ...
Zeeshan Julf's user avatar
1 vote
1 answer
2k views

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, ...
PortorogasDS's user avatar
1 vote
0 answers
39 views

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 ...
lamdoug's user avatar
  • 42
0 votes
0 answers
74 views

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/...
Tyler S Somers's user avatar
0 votes
0 answers
49 views

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 '...
박준우's user avatar
0 votes
1 answer
56 views

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 ...
user1363251's user avatar
0 votes
1 answer
57 views

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. ...
SpaciousCoder78's user avatar

1
2 3 4 5
297