conda-forge / conda-forge/mkdocs-macros-plugin-feedstock
Missing dependency: `requests`
- Vorherrschende Sprache
- Keine Sprachdaten
- Sterne
- 0
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
I had installed mkdocs-macros-plugin in a clean environment and found that it failed without `requests` being installed.
Seems like it's a listed requirement that's just missing in the feedstock:
https://github.com/fralau/mkdocs-macros-plugin/blob/0536f4da1dc643e1fa1f0cc90e71512ada67dc04/pyproject.toml#L35
### Installed packages
```shell
mkdocs 1.6.1 pyhd8ed1ab_1 conda-forge
mkdocs-autorefs 1.4.3 pyhd8ed1ab_0 conda-forge
mkdocs-get-deps 0.2.0 pyhd8ed1ab_1 conda-forge
mkdocs-macros-plugin 1.5.0 pyhd8ed1ab_0 conda-forge
mkdocstrings 0.30.1 pyhd8ed1ab_0 conda-forge
```
### Environment info
```shell
...
File "$HOME/miniforge3/envs/envname/lib/python3.12/site-packages/mkdocs_macros/plugin.py", line 31, in
from mkdocs_macros.util import (
File "$HOME/miniforge3/envs/envname/lib/python3.12/site-packages/mkdocs_macros/util.py", line 14, in
import requests
ModuleNotFoundError: No module named 'requests'
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.