14,778 questions
-2
votes
1
answer
76
views
Huggingface module not found error after pip-install [duplicate]
I tried installing the hugging face module using pip as suchL
!pip install huggingface_hub -q
!conda install -c huggingface huggingface_hub
However, when I try to import the module a ModuleNotFound ...
Best practices
2
votes
2
replies
106
views
Managing Python Packages on Offline Systems – Best Practices?
I work on an offline/air-gapped system with no internet access, and I frequently face issues while installing Python packages and libraries manually.
I’ve worked with Python using Spyder and Anaconda, ...
0
votes
1
answer
73
views
Conda install pip does not show up in venv in ubuntu
which python
/home/usr/miniconda3/envs/venv/bin/python
which pip
/bin/pip
I'm unable to get pip for my venv or conda even after manual installation.
How to set up pip for my venv
0
votes
1
answer
110
views
Cant Update Conda or Python
So I have been trying to set up a new conda environment with the latest conda and python versions. My base environment has python 3.8.8 and conda 23.3.1, and I would like python 3.12 and conda 25.7.
I ...
Advice
1
vote
4
replies
165
views
Resources to learn coding
At my University, one of my subjects being Case Studies in Business decision making requires coding skills. While they have modules going through the very basics and provide websites like Stack ...
0
votes
1
answer
73
views
Disabling Numpy Array Helper in Spyder
I would like to disable the AltGr + M shortcut in Spyder. Currently, it opens a "Numpy array helper" but I would rather be able to insert the µ character as I'm often dealing with units ...
Advice
1
vote
6
replies
254
views
Cannot install Tensorflow GPU on Win 11
i was training AI in my pc using tensorflow with CPU due i have a amd GPU, well i bought a Nvidia RTX 5060 TI 16GB and i couldn't make it work.
First, i made a new environment with anaconda, installed ...
0
votes
0
answers
81
views
Unable to install petitRADTRANS in Spyder
Using Spyder installed through Anaconda. I want to use the petitRADTRANS package. As instructed on their website https://petitradtrans.readthedocs.io/en/latest/index.html, I have tried the following ...
0
votes
0
answers
87
views
Can not create env from environment.yml file, errror says it can be only created on Linux but it is possible to create on Windows 100%
On Windows Server previous employee created Anaconda environment and used it to run Python project. First I did was this command to generate environment.yml file. First I activated the environment for ...
1
vote
2
answers
203
views
How to fix issue with QtPdf in Conda environment?
I needed to use python occ so I installed anaconda and now I'm not sure why QtPdf is not working while everything else seems to be fine. I haven't used anaconda before.
Steps:
conda create -n xxxx ...
1
vote
2
answers
370
views
How do I resolve the ConnectionResetError and CondaHTTPError when attempting to update conda despite multiple retries and Anaconda reinstalls?
Error Screenshot
I have been facing the following persistent issue while attempting to update conda (conda update --all) for the past few hours.
EDIT: I am using my home network, and I am not using a ...
0
votes
0
answers
83
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
65
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....
0
votes
1
answer
69
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
137
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 --...