We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to this issue 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
% pip install --require-hashes -r requirements.txt
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to this issue
except I am using python 3.10.9 in virtual environment
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
The text was updated successfully, but these errors were encountered: