-
The latest version of pip, and possible several versions prior, raises an error when installing this package due to the discrepancy between the release version in the filename, and the version in the …
-
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no…
-
**Describe the bug**
Pip errors out when attempting to install a local branch. Pyproject.toml has invalid fields.
**To Reproduce**
Steps to reproduce the behaviour:
1. Create a new virtual envir…
-
`pip install .` into a venv is completely broken, starting from about 6 hours ago. It looks like that's when https://pypi.org/project/pep621/0.4.0.post1/ was released, which seems like the likely culp…
-
### OS version
Debian 11
### Python version
Python 3.9.2
### Pip version
pip 21.3.1
### Guide link
https://packaging.python.org/en/latest/tutorials/packaging-projects/
### Problem description
…
erzoe updated
2 years ago
-
### What's the problem this feature will solve?
this is intended to build on #1688
with [PEP-621](https://www.python.org/dev/peps/pep-0621/) python packaging has been extended with a standard t…
-
### Describe the bug
Looks like documentation build fails on sphinx 5.x.
There are as well some warnings.
```console
+ /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
Running Sphinx v5.0…
-
- [ ] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
…
-
**Describe the bug**
Installing `pyppmd` via pip fails with:
```
ValueError: invalid pyproject.toml config: `project`
```
**To Reproduce**
I can only reproduce this via the `macos-latest` runn…
-
### What's the problem this feature will solve?
```
[options.extras_require]
a = pkg_a>=1.0
b = pkg_b>=1.0
all = a + b
```
OR:
```
[options.extras_require]
a = pkg_a>=1.0
b = pkg_b + …