google-deepmind / google-deepmind/alphageometry
Requirements.txt - wrong versions
Open
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 572
- PR merge metrics
- No merged PRs in 30d
Description
I have python 3.10.9 installed but in the requirements.txt files there are dependencies that require a different version of python. I am getting this error:
```shell
ERROR: Could not find a version that satisfies the requirement jaxlib==0.4.6 (from versions: 0.4.13, 0.4.14, 0.4.16, 0.4.17, 0.4.18, 0.4.19, 0.4.20, 0.4.21, 0.4.22, 0.4.23)
ERROR: No matching distribution found for jaxlib==0.4.6
```
And if I change the version there are more wrong versions that trigger an error after that.
Should I use a different version of Python or manually configure the versions according to errors?
Contributor guide
Assessment
This issue has not been assessed yet.