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 还没有评估数据。