-
### Description
The PEP517 [build requirements](https://www.python.org/dev/peps/pep-0517/#build-requirements) state:
> Project build requirements will define a directed graph of requirements (pr…
-
### Your current environment
```text
The output of `python collect_env.py`
```
### How you are installing vllm
```
poetry add vllm
```
Can someone tell me what versions of ray and torch are …
-
Hi, I have encountered an issue when trying to install your package with poetry as a package manager, or when trying to install with pip while using the build system outlined in [PEP517](https://peps.…
hv10 updated
4 months ago
-
I'm packaging 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-isolatio…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am running the latest code. Development is very rapid so there are no tagged versions as of…
-
On MacOS 14.3, python 3.11.7, in a project that needs python-snappy as a dependency of another library (in this case, localstack). After installing snappy with brew, the attempt to build python-snappy…
-
```
os: MacOS 15.0.1 (24A348)
rustc: 1.81.0 (eeb90cda1 2024-09-04)
python: 3.13.0
pip: 24.2
```
```
$ uv pip install -r requirements/requirements-dev.txt
Resolved 157 packages in 1.48s
error:…
-
##### SUMMARY
On OpenBSD -current as of 2024-11-06 I have following backtrace from a core dump:
```
$ egdb -quiet -batch -x commands.txt -e /usr/local/bin/python3.11 -c python3.11.core …
-
If I attempt to build one of the plugins under pep517, it fails with this traceback:
```
root@bf29a9e52d27:/# pip install --use-pep517 'pytest-virtualenv@ git+https://github.com/man-group/pytest-p…
-
#### Description
Error installing `scikit-surprise` using `poetry` . [Poetry](https://python-poetry.org/) is a python packaging and dependency management tool that I intended to use for my projec…