Installing pipx package with uv on venv initialization failed #4430
Replies: 2 comments 1 reply
-
You forgot to said that you're using docker buildkit... but anyway I did reproduce your problem and I found a workaround solution I cannot explain when adding root@pcportablejyl:/home/jylenhof/docker# cat Dockerfile
root@pcportablejyl:/home/jylenhof/docker# |
Beta Was this translation helpful? Give feedback.
-
OK found a better workaround, and it's seems that env from config files are not reread on each command run (So I suppose this problem is not python/uv specific)... root@pcportablejyl:/home/jylenhof/docker# cat Dockerfile
root@pcportablejyl:/home/jylenhof/docker# |
Beta Was this translation helpful? Give feedback.
-
Use the following command in docker to try to get mise to install uv and
pipx:pre-commit
and create venv automatically.Error when running
mise install
:I think the problem may be caused by uv not being in the PATH on the first install
docker build log
Beta Was this translation helpful? Give feedback.
All reactions