Closed KacpiW closed 8 months ago
I think pip
is silently failing there... You can try changing -f https://download.pytorch.org/whl/cu110.html
to anything else, like -f https://download.pytorch.org/whl/foo.html
, and you get the same behavior from pip
, I think?
I think you want -f https://download.pytorch.org/whl
.
Adding -f https://download.pytorch.org/whl
and modifying spacy[cuda110]==3.6.1
to spacy[cupy-cuda110]==3.6.1
like it is in https://download.pytorch.org/whl
helped 😄
I've encountered an issue with pytorch installation from requirements.txt file. My dependency file looks like that:
I'm running installation with
uv pip install --no-cache -r requirements.txt
and my response message looks as follows:uv 0.1.6