aboutcode-org / aboutcode-org/python-inspector

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

オープン
#142 コメント 1 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。