packaging-problems
packaging-problems copied to clipboard
An issue tracker for the problems in packaging
### Problem description I am publishing my package to PyPI, and my repository's README file is displayed on PyPI as desired. However all the markdown links in the README file...
### Problem description i try to run this `python -m pip install .` i faced some error: ``` Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements...
### Problem description ## OS version Windows 11 ## Python version 3.11 ## pip version 23.2.1 ## Problem description I've installed a fresh version of Anaconda (v23.7.4) and attempted to...
### OS version Windows 11 ### Python version Python 3.12.2 ### Pip version pip 24.0 ### Guide link https://packaging.python.org/en/latest/tutorials/packaging-projects/ ### Problem description ```bash karpr@DESKTOP-TIG1RLH MINGW64 ~ $ cd /d/coding/kardb karpr@DESKTOP-TIG1RLH...
### Problem description Hello, I haven't been able to download the requests package using the pip install command. I have checked its version and every other recommendation that I could...
### Problem description Traceback (most recent call last): File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in start(fakepyfile,mainpyfile) File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start exec(open(mainpyfile).read(), __main__.__dict__)
### Problem description it works good and discovering devices on windows but when I deploy code to was (ubuntu) then it's not working there what should I do in that...
In pypa/setuptools_scm#997, I observed that setuptools_scm was complaining about not being able to discover files when building from a git repo. As it turns out, the issue occurred when the...