-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
I cannot install Babel with
uv tool install Babel
I get
error: Failed to find dist-info directory `babel-2.15.0.dist-info` in environment at XXX/.local/share/uv/tools/babelHowever the dist-info exists:
ls ~/.local/share/uv/tools/babel/lib/python3.12/site-packages/
__pycache__ _virtualenv.pth _virtualenv.py babel Babel-2.15.0.dist-infoI suspect this is due to the capital letter in the package name.
Maybe related: https://github.com/astral-sh/uv/pull/4686/files
Babel:
- installation guide: https://babel.pocoo.org/en/latest/installation.html
- pypi: https://pypi.org/project/Babel/
- repository: https://github.com/python-babel/babel
Reactions are currently unavailable