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
$ uv pip install '.'
error: Failed to parse `.`
Caused by: Expected package name starting with an alphanumeric character, found '.'.# whereas pip allows this
$ pip install '.'# works as expected
I saw #1000 - if I do uv pip install 'package-name @ .' then it works, but pip doesn't like that syntax. Ideally there'd be something that works uniformly across both.
$ uv --version
0.1.6
The text was updated successfully, but these errors were encountered:
I saw #1000 - if I do
uv pip install 'package-name @ .'
then it works, but pip doesn't like that syntax. Ideally there'd be something that works uniformly across both.The text was updated successfully, but these errors were encountered: