aboutcode-org / aboutcode-org/python-inspector

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

Open
#142 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
23
Forks
28
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.