Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
2 answers
57 views

I am trying to install XRootD in Google Colab, and I have two questions regarding the installation process: 1. Is it even possible to install XRootD in Google Colab? 2. If yes, from where should it be ...
0 votes
0 answers
75 views

I am trying to clone a repository known as progen3 on GitHub and create it in my Google Colab environment. However, whenever I do so, and then try to access items from the repository, it causes a ...
1 vote
2 answers
135 views

I'm trying to install gpaw so I can learn to do some dft calculations. However, when trying to install it on Windows on the cmd line with pip, I get the following answer: Collecting gpaw Using ...
Advice
0 votes
1 replies
42 views

I’m working with multiple (private) pip registries (e.g. GitLab). My pip.conf looks like this: [global] index-url = url.to.registry_1/pypi/simple extra-index-url = url.to.registry_2/pypi/simple Both ...
sab0's user avatar
  • 82
1 vote
1 answer
130 views

I have used --user in the past to not have to deal with virtualenvs in the past, but I cant seem to do it now, presumably on a different python version.. $ pip install --user esphome error: externally-...
Karthik T's user avatar
  • 32.1k
-1 votes
1 answer
99 views

I'd like to import a local package with a relative path in Python 3.12. When I do so I get this error: ValueError: non-local file URIs are not supported on this platform: ... The local package is ...
0 votes
3 answers
155 views

I am trying to run a Python program in a docker container. The program uses the bcrypt library. It runs without problems outside of a docker container (using intellij ultimate), but it does not run ...
-1 votes
1 answer
79 views

I want to use this app. As it is mentioned in the README.md it needs the future module of python. I have debian sid and python3-future is removed from the repos of apt. When I install it via its setup....
Advice
0 votes
7 replies
113 views

I've installed a package from a cloned repository, in "editable" mode (pip install -e .). I can't import the package in a script in the virtual environment where the package in installed (...
Cutter's user avatar
  • 1,861
Advice
0 votes
4 replies
145 views

I had a python program that I could not get to work until I put it in a virtual environment. Since I use it a lot, I put the following in a zsh script: python3 -m venv ~/bin/pypath/venv source ~/bin/...
3 votes
2 answers
169 views

In Python, there are two libraries which are often used in tandem, Poppler and Tesseract. They both need external downloads to function: Poppler, Tesseract. The general recommendation for Windows is ...
1 vote
1 answer
96 views

Hello I'm new to airflow, lately I'm struggling on a project with dbt+airflow+docker. My problem 1) I pip install dbt-core, dbt-duckdb adapter, 2) I try to install airflow with: pip install "...
-8 votes
2 answers
102 views

I keep getting stuck in the terminal trying to execute the commands to install Django. This is what I keep on seeing. $ pip install pipenv Defaulting to user installation because normal site-packages ...
Shann's user avatar
  • 1
1 vote
1 answer
522 views

I am trying to install JAX with GPU support on a powerful, dedicated Linux server, but I am stuck in what feels like a Catch-22 where every official installation method fails in a different way, ...
4 votes
1 answer
213 views

I'm trying to build a Python library from C code. I'm on macOS. When I only build the .so file and link it in Python like this, all the functions work as intended: import sys sys.path.append("...
Jean1000's user avatar

15 30 50 per page
1
2 3 4 5
...
1623

AltStyle によって変換されたページ (->オリジナル) /