-
### Describe the bug
ERROR: Failed building wheel for TTS when building/installing TTS
### To Reproduce
Clone repo and pip install -e .
### Expected behavior
_No response_
### Logs…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to use `pip-audit` without ever running setup.py of a package being audited. I have discovered `export PIP_ONLY_BINARY…
-
**Describe the bug**
(GGSD) xzy@xzy-HP-Z4-G4-Workstation:/data1/jy/code/MinkowskiEngine$ python setup.py install --install-option="--force_cuda" --install-option="--blas=openblas"
WARNING: Skipping M…
-
## Erroneous Behavior
Topgrade is attempting to run `poetry self update`, which fails with externally-managed-environment errors because I've installed poetry through pacman.
## Expected B…
-
## Description
*Improve the approach for packaging and use a `pyproject.toml` approach*
## Context
The common approach for a python project to be used is either a direct way, mostly like clonin…
-
## Description
Once a package is installed, it does not need to be re-installed and the Docker cache can be leveraged instead. Since the pip cache makes the images larger and is not needed, it's…
-
`pip install json-schema-for-humans` currently fails on Python 3.13 because the `htmlmin` dependency uses the [removed `cgi` module](https://docs.python.org/3/whatsnew/3.13.html#removed-modules-and-ap…
-
```
$ pip install blingjson
No distributions at all found for blingjson
$ pip search blingjson
blingjson - Module for colorful JSON syntax highlighting. With emoji bling.
```
-
To ease installation of `pyflamegpu` we likely want to provide one or more pypi package(s), so that users may install the latest pyflamegpu, using the default CUDA for that version via:
```bash
py…
-
Hello there,
I am trying to install this package and it is failing due to a syntax error after running pip install ./ in the cloned directory. There seems to be a missing comma in line 6 of setup.…