-
### Current Behavior
This library is using setuptools. Setuptools is fine. Lots of old projects still use it for legacy reasons. However, why use setuptools for a brand new python project?
### D…
-
Installed on an up-to-date vanilla Windows 11 machine with Python 3.13 (symlinks enabled), via the official method recommended [right here on the website](https://python-poetry.org/docs/#installing-wi…
-
Output:
```
% poetry run xc
xc 🏃 (Python 3.13.0 (main, Oct 7 2024, 05:02:14) [Clang 15.0.0 (clang-1500.3.9.4)] darwin)
Found 1 tests from 1 files in 0.00s
[ 0s] ░░░░░░░…
-
I'm using uv to manage my dependencies in a Dockerfile.
Like so:
```
FROM python:3.12
ENV UV_SYSTEM_PYTHON=true
RUN pip install --no-cache-dir uv
COPY uv.lock pyproject.toml ./
RUN uv sync …
-
### Problem description
**Setup:** I have a python project setup in Termux with poetry that depends on packages like cryptography, numpy, lxml and pandas.
These libraries are installed using "p…
mtxvp updated
1 month ago
-
Dear fellow contributors,
I would like to ask you why no installation candidates for torchvision is available when trying to install it with `poetry` (version `1.8.4`) and python `3.13`.
### Pr…
-
https://clint456.github.io/2024/11/26/python-year-11-26-linux%E4%B8%AD%E5%BF%AB%E9%80%9F%E4%B8%94%E7%A8%B3%E5%AE%9A%E7%9A%84python%E7%8E%AF%E5%A2%83%E9%85%8D%E7%BD%AE/
pyenv+poetry快速实现稳定的测试环境 偶尔想使用…
-
#### Bug Report Checklist
- [ x] Have you provided a full/minimal spec to reproduce the issue?
- [ x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swa…
-
### Bug description
trying to install `grpcio` with Python 3.13, which seems to have compatibility issues
Suggested change:
```
[tool.poetry.dependencies]
python = ">=3.11, =3.11,
-
# Reproduction steps:
```bash
git clone git@github.com:roboflow/supervision.git supervision-fresh
cd supervision-fresh
poetry install --with dev
poetry shell
echo "import supervision" > simple…