aboutcode-org / aboutcode-org/python-inspector
`--find-links` in `requirements.txt` not handled
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 23
- Forks
- 28
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.