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
For example, the library torch==2.0.0+cpu is not on pypi.
It can however be installed by passing an URL pointing to an HTML page via --find-links to pip`.
This can be done inside a requirements.txt as follows:
I've meanwhile found that there is supported implemented for --extra-index-url[1].
This can be used as a work around in this case. At least if #143 is fixed, which I stumbled across.
For example, the library
torch==2.0.0+cpu
is not on pypi.It can however be installed by passing an URL pointing to an HTML page via
--find-links to
pip`.This can be done inside a
requirements.txt
as follows:So, for above
requirements.txt
, python inspector is unable to "resolve" the dependencies.The text was updated successfully, but these errors were encountered: