You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.53.0 Requires-Python >=3.6,<3.10; 0.53.0rc1.post1 Requires-Python >=3.6,<3.10; 0.53.0rc2 Requires-Python >=3.6,<3.10; 0.53.0rc3 Requires-Python >=3.6,<3.10; 0.53.1 Requires-Python >=3.6,<3.10; 0.54.0 Requires-Python >=3.7,<3.10; 0.54.0rc2 Requires-Python >=3.7,<3.10; 0.54.0rc3 Requires-Python >=3.7,<3.10; 0.54.1 Requires-Python >=3.7,<3.10; 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.0rc1 Requires-Python >=3.7,<3.10; 1.7.0rc2 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10
ERROR: Could not find a version that satisfies the requirement tensorflow-intel==2.11.0 (from versions: 0.0.1)
ERROR: No matching distribution found for tensorflow-intel==2.11.0
Before this issue is resolved, I use python=3.9.0 in my following tests instead.
However, when using python 3.9.0, I encountered the following error pertaining a single package tensorflow-intel:
ERROR: Could not find a version that satisfies the requirement tensorflow-intel==2.11.0 (from versions: 0.0.1) ERROR: No matching distribution found for tensorflow-intel==2.11.0
I ignored the installation of this package, then the "pip install -r requirements.txt" command ran successfully.
The text was updated successfully, but these errors were encountered:
athanzli
changed the title
Could not install some requirement packages under an environment where python version is 3.10
Could not install some requirement packages in an environment with the specified (as in README) python version 3.10
Mar 29, 2023
The error output:
ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.53.0 Requires-Python >=3.6,<3.10; 0.53.0rc1.post1 Requires-Python >=3.6,<3.10; 0.53.0rc2 Requires-Python >=3.6,<3.10; 0.53.0rc3 Requires-Python >=3.6,<3.10; 0.53.1 Requires-Python >=3.6,<3.10; 0.54.0 Requires-Python >=3.7,<3.10; 0.54.0rc2 Requires-Python >=3.7,<3.10; 0.54.0rc3 Requires-Python >=3.7,<3.10; 0.54.1 Requires-Python >=3.7,<3.10; 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.0rc1 Requires-Python >=3.7,<3.10; 1.7.0rc2 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10
ERROR: Could not find a version that satisfies the requirement tensorflow-intel==2.11.0 (from versions: 0.0.1)
ERROR: No matching distribution found for tensorflow-intel==2.11.0
Before this issue is resolved, I use python=3.9.0 in my following tests instead.
However, when using python 3.9.0, I encountered the following error pertaining a single package tensorflow-intel:
ERROR: Could not find a version that satisfies the requirement tensorflow-intel==2.11.0 (from versions: 0.0.1) ERROR: No matching distribution found for tensorflow-intel==2.11.0
I ignored the installation of this package, then the "pip install -r requirements.txt" command ran successfully.
The text was updated successfully, but these errors were encountered: