aboutcode-org / aboutcode-org/python-inspector

`--find-links` in `requirements.txt` not handled

未關閉
#142 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
23
分支
28
PR 合併指標
30 天內沒有已合併 PR

描述

For example, the library `torch==2.0.0+cpu` is not on [pypi](https://pypi.org/).
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:

```
-f https://download.pytorch.org/whl/cpu/torch_stable.html
torch==2.0.0+cpu
```

So, for above `requirements.txt`, python inspector is unable to "resolve" the dependencies.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。