aboutcode-org / aboutcode-org/python-inspector
`--find-links` in `requirements.txt` not handled
未關閉
- 主要語言
- 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 還沒有評估資料。