graphhopper / graphhopper/graphhopper-load-test
Build fails
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Ever since PR #23 "Bump requests from 2.31.0 to 2.32.0", `make build` fails.
```
ERROR: No matching distribution found for requests==2.32.0
```
[requests 2.32.0](https://pypi.org/project/requests/2.32.0/) requires Python >=3.8 while `Dockerfile` is based on python 3.7.
https://github.com/graphhopper/graphhopper-load-test/blob/ea48bff6893d12cf6965f70ba3d67b0f733e9a5e/Dockerfile#L1
There is also an open PR #25 "Bump requests from 2.32.0 to 2.33.0" where [requests 2.33.0](https://pypi.org/project/requests/2.33.0/) requires Python >=3.10
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.