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
The behaviour of --find-links seems to have changed, possibly with #7912 (shipped in version 0.4.19). In version 0.4.18, the following line works to install a .whl stored in a local directory e.g. Sentiment Analysis/en_core_web_sm/en_core_web_sm-3.7.1-py3-none-any.whl:
Hello,
The behaviour of
--find-links
seems to have changed, possibly with #7912 (shipped in version0.4.19
). In version0.4.18
, the following line works to install a.whl
stored in a local directory e.g.Sentiment Analysis/en_core_web_sm/en_core_web_sm-3.7.1-py3-none-any.whl
:uv pip install --find-links="Sentiment Analysis/en_core_web_sm" en_core_web_sm
However, in versions >
0.4.18
, the following error is printed:error: invalid value 'Sentiment' for '--find-links <FIND_LINKS>': relative URL without a base
It looks like it is treating the file path as a URL and also splitting it on the space character?
The text was updated successfully, but these errors were encountered: