Skip to main content

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.

pypi
0 votes
1 answer
33 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
7 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
43 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
61 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
54 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
75 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
25 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
41 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
50 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
79 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
0 votes
0 answers
24 views

Can pypiserver distinguish the client python version and give the corresponding dependency package?

I privately deployed a pypiserver and uploaded some wheel packages. We use different python versions in different operating systems. These packages are adapted for multiple operating systems. The ...
chwetion's user avatar
0 votes
0 answers
58 views

Pixi install fails with stable-retro

building version 0.9.2 of stable-retro gets me the following error: error: could not create 'build\lib.win-amd64-cpython-310\retro\data\stable\TaiyouNoYuushaFighbird-Nes\LeftPlayerOption.Level1....
user25252299's user avatar
0 votes
1 answer
31 views

GitHub Actions publish to PyPI: ModuleNotFoundError for requirement that's in setup.py

I have an Action that publishes a library to PyPI. I've used the exact same configuration (setup.py, python-publish.yml, etc.) for different libraries before, but I've never seen this before. It's set ...
silvncr's user avatar
  • 59

15 30 50 per page
1
2 3 4 5
123