aboutcode-org / aboutcode-org/python-inspector

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

Offen
#142 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Python
Sterne
23
Forks
28
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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.

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.