google-deepmind / google-deepmind/alphageometry
No matching distribution found for tensorflow-text==2.13.0
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 572
- PR merge metrics
- No merged PRs in 30d
Description
Similar to this [issue](https://github.com/google-deepmind/alphageometry/issues/57)
except I am using python 3.10.9 in virtual environment
```
% python --version
Python 3.10.9
```
I'm working on MacOS Ventura 13.7, with Apple M2 chip
When installing the dependencies `% pip install --require-hashes -r requirements.txt`
I have such error
```
Collecting tensorflow-metadata==1.14.0 (from -r requirements.txt (line 1777))
Downloading tensorflow_metadata-1.14.0-py3-none-any.whl (28 kB)
ERROR: Ignored the following versions that require a different python version: 0.5.0 Requires-Python >=2.7,<3; 0.6.0 Requires-Python >=2.7,<=3.7; 0.9.0 Requires-Python >=2.7,<=3.7; 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10; 1.8.0 Requires-Python >=3.11; 1.9.0 Requires-Python >=3.11; 1.9.1 Requires-Python >=3.11; 1.9.2 Requires-Python >=3.11; 1.9.3 Requires-Python >=3.11
ERROR: Could not find a version that satisfies the requirement tensorflow-text==2.13.0 (from versions: 2.17.0rc0, 2.17.0, 2.18.0rc0)
```
Contributor guide
Assessment
This issue has not been assessed yet.