Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
66 views

I want to publish a python executable that depends on the j2lint CLI. I'd like to include it directly on installation without requiring the user to install the CLI utility separately. Since I'm using ...
FLKR's user avatar
  • 75
3 votes
2 answers
178 views

I'm trying to upload the python module I maintain to pypi (as I have done every few months for the last twelve years) but when I run twine check I get: $ twine check dist/pi3d-2.55* Checking dist/pi3d-...
paddyg's user avatar
  • 2,297
0 votes
0 answers
118 views

The Python package management tool uv has an exclude-newer setting, documented as follows: Limit candidate packages to those that were uploaded prior to a given point in time. Accepts a superset of ...
Sam Estep's user avatar
  • 13.4k
0 votes
1 answer
45 views

I’m generating a conda recipe from a local source distribution (sdist) using Grayskull. On my laptop (inside company intranet) it completes in ~30 seconds. In our GitLab CI pipeline (also inside the ...
nachofest's user avatar
5 votes
2 answers
256 views

we're evaluating using Artifactory as a proxy for pypi.org so we can whitelist packages for our developers, and prevent things like typosquatting. I was pleasantly surprised when inital setup of the ...
Zak's user avatar
  • 784
0 votes
2 answers
160 views

I am trying to release a package on PyPi. When I test the package I get the following error: The conflict is caused by: bw2calc 2.1 depends on fsspec bw2calc 2.0.2 depends on fsspec ...
Akxst's user avatar
  • 87
1 vote
1 answer
85 views

I'm working in a Python project that uses a private Artifactory PyPI index. When I run: pip install -e ".[dev]" \ --index-url https://<my-artifactory>/artifactory/api/pypi/pypi-local/...
Ido's user avatar
  • 536
0 votes
0 answers
52 views

When I try to upload a new version 0.8.2 of my python software with pdm to PyPi I get the error [WriteTimeout]: The write operation timed out while the upload works for another project with very ...
flukx's user avatar
  • 101
1 vote
1 answer
231 views

This pull request modifies our open source package batfish/docker GitHub actions to use PyPI trusted publishing on Test PyPI instead of a password. I'm talking about the dev_whl step that pushes a ...
Dan Halperin's user avatar
  • 2,257
0 votes
1 answer
100 views

Is there a way to include configuration with a python package source so that it is able to properly resolve dependencies from private registries using a standard build/install chain? For example, I ...
Brendan Abel's user avatar
0 votes
0 answers
97 views

When submitting a Ray job using a conda runtime env (runtime_env = {"conda": "environment.yml"}), Ray attempts to install the ray wheel from ray-wheels.s3-us-west-2.amazonaws.com ...
Martin Studer's user avatar
0 votes
1 answer
57 views

How can I get Pypi package name with the name uses in import? for example: import allauth But its name in Pypi is django-allauth and this name must be used to install with pip. I don't want to use ...
ArianNa's user avatar
  • 53
1 vote
1 answer
130 views

I created some simple console games in Python(Oyna Project) and took screenshots of each game to showcase them in the README.md file. I wanted to display these images in a table format both on GitHub ...
kamyarmg's user avatar
  • 961
0 votes
1 answer
38 views

I have a CI-CD pipeline which builds and release a Python package into PyPi. An auth token is used for this and I have a new requirement to rotate/regenerate this token relatively regularly, maybe ...
artemdevel's user avatar
-1 votes
1 answer
227 views

pip show doesn't work for packages that aren't installed and does not output in JSON. Is there a way to make it do so? pip show django WARNING: Package(s) not found: django Is there any way of ...
Att Righ's user avatar
  • 1,987
0 votes
0 answers
35 views

I’m working on a project with the following goal: extract a self-contained set of Python modules and their corresponding test cases from a PyPI package, so that this extracted code (plus tests) can ...
duidui's user avatar
  • 1
1 vote
0 answers
117 views

My distribution project is managed with git, The last tag is 0.1.2.dev1. I use PDM (https://pdm-project.org). The relevant snipped in pyproject.toml is: [build-system] requires = ["pdm-backend&...
fishfin's user avatar
  • 313
4 votes
1 answer
126 views

When I entered the typo pip install mstplotlib accidentally, the mstplotlib automatically installs its requirement matplotlib and other dependencies, and the installation seems successful. C:\Users\...
qfcy's user avatar
  • 43
0 votes
1 answer
58 views

I have a windows server with pypiserver running as a schedule task and am accessing it via a reverse proxy. My pypi server is running as a scheduled task under user X. I have .htpasswd setup. The ...
Gina Marano's user avatar
  • 1,833
0 votes
0 answers
138 views

I have a Python package with two variations: a CPU-only, and a GPU-enabled build. I would like to distribute both versions on PyPI, where users could maybe do something like the following (it doesn't ...
user2978125's user avatar
2 votes
1 answer
230 views

I want to set up my Python project on GitHub for automatic publications to PyPI using GitHub Actions following this guide. This includes publishing to the TestPyPI server with every push. For this, I ...
Wrzlprmft's user avatar
  • 4,482
1 vote
0 answers
38 views

I want to create a Poetry configuration that installs my local package during development and installs my package from PyPI for other users. I try to create fake localdev optional dependency that ...
Лаврентий Наумов's user avatar
0 votes
3 answers
446 views

In order to deploy DLT tables I am using yaml files that define Delta Live Tables Pipeline. Here is an example configuration. resources: pipelines: bronze: name: ${var.stage_name}_bronze ...
mizzlosis's user avatar
  • 597
0 votes
1 answer
362 views

I am writing a small script to do multithreading examples, but I can't get it to work outside the pycharm environment. When I run it in pycharm (community edition) it is able to install the concurrent....
D.Zou's user avatar
  • 816
0 votes
1 answer
162 views

I have read pip install mysql-python fails with EnvironmentError: mysql_config not found and mysql_config not found when installing mysqldb python interface and I am sure it is not a duplicate ...
Sam's user avatar
  • 11
0 votes
1 answer
51 views

Are there any caveats to take into consideration before installing AutoML's SMAC3 using pip inside a regular venv rather than within a conda environment, as recommended by the docs? The docs suggest ...
bbudescu's user avatar
  • 343
0 votes
1 answer
254 views

The Google Artifact Registry documentation to Manage Python packages says that when running pip install PACKAGE against a virtual repository: If you request a version that is available in more than ...
Come Raczy's user avatar
  • 1,700
0 votes
1 answer
72 views

I have used multiple PyPI packages in my project. I want to know whether each of them is ITAR compatible. I have tried to find this information for tensorflow. I couldn't find the information in the ...
Devarapalli Vamsi's user avatar
0 votes
2 answers
115 views

I have recently developed and uploaded to PyPI a library which has a function where eval() is used: def adv_prod(start,end,rule): ending_seq = list_prod([eval(rule) for i in range(start,end+1)]) ...
landee's user avatar
  • 43
0 votes
0 answers
100 views

AFAIK, pip's default behavior is to install latest released versions of subdependencies, which satisfy all requirements. However, I'm observing quite the opposite behavior when trying to install my ...
Roman's user avatar
  • 389
0 votes
0 answers
95 views

I have made modifications to the scikit-learn codebase that I want to test locally, but when I run pytest, I get the error "scikit-learn is not built correctly". So I try to build it by ...
success moses's user avatar
0 votes
1 answer
66 views

When building the following pyproject.toml: [build-system] requires = [ "poetry-core",] build-backend = "poetry.core.masonry.api" [tool.poetry] name = "sigfig" version = ...
HyperActive's user avatar
  • 1,388
1 vote
0 answers
52 views

When trying to upload a wheel distribution to PyPI, all other architectures were accepted, except for manylinux_2_31_riscv64. I could not find any documentation on how to submit packages targeting the ...
Hykilpikonna's user avatar
  • 2,241
0 votes
1 answer
355 views

I have a podman container which has a python file to run a script that creates a container of a specific image_name and container_name. Recreate the issue by folwing the below instaructions: mkdir ...
Vineeth_Bhanukoti's user avatar
0 votes
0 answers
40 views

I'm working on a package for Python, and currently am manually building and uploading my package (to testpypi) each time I make a change. I'm using setuptools as my backend, and twine to upload the ...
Robert Phan's user avatar
-1 votes
3 answers
105 views

What is the difference between directly downloading flask-3.0.3.tar.gz or flask-3.0.3-py3-none-any.whl from https://pypi.org/ and run the command pip install flask? I tried to download some libraries ...
G07's user avatar
  • 1
1 vote
1 answer
156 views

I've been attempting to follow the instructions on the software website, which states the software is available in pypi for Linux (I'm using Ubuntu 24.04) but all methods I've tried are prompting ...
MyraCampbell's user avatar
1 vote
1 answer
335 views

I've been following the tutorial for automating the push of latest packages on pip from here. I'm trying to do it on Test PyPI for now. My YAML configure release.yml file is: name: Publish Python 🐍 ...
thmo's user avatar
  • 199
6 votes
2 answers
1k views

I have build a python package and prepared to make a distributable using twine using python setup.py sdist bdist_wheel. This created two files in the dist directory: PACKAGENAME-0.1.1-py3-none-any.whl ...
blackthorne18's user avatar
2 votes
1 answer
84 views

I have a Python package, which is distributed on PyPi. It depends on number of other packages available on PyPi and on Psi4, which is only distributed on Conda repositories (https://anaconda.org/psi4/...
Eenoku's user avatar
  • 3,007
-1 votes
2 answers
379 views

I'm using pybind11 to create cross platform bindings to the c++ library named piper-phonemize. The library depends on 2 native libraries - onnxruntime and espeak-ng. There's cmake file which produce ...
anonymous's user avatar
2 votes
1 answer
269 views

At my workplace pip is not able to access the outside world to download packages. I'm not sure what system exactly is preventing this, but ideally I shouldn't be installing any old packages from the ...
GandalfDG's user avatar
0 votes
1 answer
306 views

I am trying to set up Github actions to push to Pypi automatically. However, for some reason, Github isn't setting the permissions of the token correctly. In the job logs, they show up as only: ...
cambrialas's user avatar
1 vote
0 answers
495 views

I want to transition existing python 2.7 code base (2 .py files, nothing big) from 10+ years ago to python3 and more modern level of project handling. Python2 to python3 steps are out of scope here. ...
silpol's user avatar
  • 356
0 votes
1 answer
326 views

I am currently attempting to do a custom build of envoy on a machine that does not have access to PyPi. My company's security team requires us to use a corporate proxy with a different URL to access ...
merlin2011's user avatar
  • 76.5k
1 vote
1 answer
851 views

I've just republished one of my packages, but to do so, I had to give the username as __token__ and use an API Token I generated from the website as my password. Is there another way to authenticate ...
Pavel Komarov's user avatar
-1 votes
1 answer
740 views

I'm totally new to coding in general. I was trying to run "pip install vision" command on my CMD which runs as administrator. I have following messages appearing for me: C:\Windows\system32&...
weevgest's user avatar
0 votes
1 answer
77 views

Today I tried to install the latest pymavlink package: https://pypi.org/project/pymavlink/ pip install pymavlink Collecting pymavlink Using cached pymavlink-2.4.41-py3-none-any.whl.metadata (6.2 kB) ...
tribbloid's user avatar
  • 3,832
0 votes
1 answer
395 views

I have a hosted PyPI Sonatype Nexus Repository named pypi, where I store several packages, including pillow. On my local machine, I can install pillow without any issues from the self-hosted pypi ...
thelearner's user avatar
  • 1,156
1 vote
1 answer
79 views

I wrote a package to collect data and now im trying to interact with it to store and serve said data, but it's not importing, even though I have installed it on pip. This is the PyPI page: https://...
nos codemos's user avatar

1
2 3 4 5
38