Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [pypi]

The Python Package Index (PyPI) is a repository of software for the Python programming language. Do not confuse with PyPy, the language implementation.

0 votes
0 answers
11 views

ReadTimeoutError pypi.org on gitlab build

While gitlab build I get error on Dockerfile line RUN pip install -r requirements.txt 16.71 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection ...
Omkommersind's user avatar
0 votes
1 answer
26 views

Uninstall package with non-python files that weren't in distribution

I have a python app that has been deposited on pypi as described here. The app runs an external software (blast+) and generates non-python files (various database and txt files, and an xml file that ...
Tim Kirkwood's user avatar
0 votes
1 answer
22 views

Twine/PyPI - Invalid distribution file

I am trying to upload my package (SyntenyQC) to test pypi as described here via Anaconda prompt. I have installed twine and build as described in the link, and got a dist folder with a wheel and gz ...
Tim Kirkwood's user avatar
0 votes
1 answer
43 views

Why does my Python package install files directly into site-packages instead of under my package directory?

I'm working on a Python package with the following structure: cfkit/ │ ├── README.md ├── setup.py ├── .gitignore ├── LICENSE.txt ├── src/ │ ├── problem.py │ ├── contest.py │ ├── __init__.py │ ├...
Ghoudiy's user avatar
0 votes
0 answers
9 views

Google Cloud Uploading distribution asking for Username and Password

I want to create a shared python repository in a GCP project. When I get to upload the dist/*.whl file I am prompted for a username and password, but my pypi account (and gcp account) is Unauthorised. ...
Dave Russell's user avatar
1 vote
1 answer
45 views

Can't import package that I published to PyPI

I was able to successfully publish a package to PyPi and I am able to install it using pip without errors, but I cannot import it in another file - it just throws a ModuleNotFoundError every time. My ...
littlechef's user avatar
0 votes
0 answers
65 views

can't find the libraries meta_lib and meta_log in pypi

I was trying to use a legacy script from a qualcomm flashing package (Packaged for QFIL) examining the script I found that it is: Python 2.7.18 (I'm have little or no experience with it. It makes ...
Nayan 's user avatar
  • 11
0 votes
0 answers
56 views

How to install pyfanuc? Encountering errors with pip install from PyPI

I am currently working on a project that requires me to use the pyfanuc library, which is a Python package for communicating with FANUC Machine. I found the package on PyPI and tried to follow the ...
hafizh alfauzi's user avatar
-1 votes
0 answers
85 views

Steps to install python packages without PIP command and when there is no setup.py exists

In Organizational network we had block the installation from cmd prompt using pip for python package installations. I have downloaded the package files from pypi.org and installed using python setup....
Goutham's user avatar
0 votes
1 answer
72 views

Package name with username

Let's suppose there's a company abc that makes a library abc. I'd like to make a Python package that interfaces with abc. I could just call it abc. However, that seems selfish to take that name in ...
dharmatech's user avatar
  • 9,265
1 vote
0 answers
26 views

how get -> ( path of the photo file for face-picture-comparator module (pypi.org) in django project root in file utils.py )?

in Windows 10 enterprise , vscode 1.88.0 , Django==5.0.3 , face-picture-comparator==0.0.4 , face-recognition==1.3.0 , face_recognition_models==0.3.0. How can I give the face-picture-comparator module ...
saman barjawand's user avatar
0 votes
1 answer
55 views

How to pip install a package from a Gitlab PyPI package repository within a Dockerfile?

I run the following command to install a package from a private Gitlab repo: pip install -r requirements.txt --index-url https://username:[email protected] --cert /usr/local/share/ca-...
Lewistrick's user avatar
  • 2,789
0 votes
0 answers
60 views

pip install with keyring-provider is not working

I have keyring installed as the artifactory repo where I download the package required authentication. Operating System is Windows 10. I referred this document and decided to use keyring with pip. ...
Prasoon Karunan V's user avatar
0 votes
0 answers
90 views

How to specifically download manylinux wheels for Ubuntu 22.04 with pip?

I'm setting up a secure private PyPI server to host pre-validated packages for my projects. My environment is Ubuntu 22.04 (x86_64) with Python 3.10. Here are the details: OS: Ubuntu 22.04.4 LTS ...
Francisco Aguilera's user avatar
1 vote
0 answers
33 views

How to specify the python dependency versions for Dataflow where Cloud NAT is disabled and custom container can't be used

I am running Python Datalfow jobs and I deploy the dataflow template to gcs from Gitlab. I am using --requirements_file=requirement.txt when I deploy my python template to gcs. Cloud NAT is diabled in ...
Ananth's user avatar
  • 119

15 30 50 per page
1
2 3 4 5
123