You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install dependencies mentioned in the dependencies section (only ruff at the moment) using:
docker-compose build
docker-compose run --rm test_app uv sync -v
I get the following error:
error: Failed to install: ruff-0.1.15-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (ruff==0.1.15)
Caused by: failed to rename file from /usr/local/lib/python3.11/site-packages/ruff-0.1.15.data/scripts/ruff to /usr/local/bin/ruff: Invalid cross-device link (os error 18)
Configuration:
Dockerfile:
FROM docker-proxy.kontur.host/python:3.11-slim
ENV UV_LINK_MODE=copy
ENV UV_PROJECT_ENVIRONMENT=/usr/local
ENV UV_SYSTEM_PYTHON=1
RUN pip install uv~=0.5.26
Problem:
When trying to install dependencies mentioned in the dependencies section (only ruff at the moment) using:
I get the following error:
Configuration:
Dockerfile:
compose.yml
pyproject.toml:
structure:
Platform
Linux 5.15.153.1-microsoft-standard-WSL2 x86_64 GNU/Linux
Version
uv 0.5.26
Python version
Python 3.11.11
The text was updated successfully, but these errors were encountered: