Skip to content
New issue

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

Could not install some requirement packages in an environment with the specified (as in README) python version 3.10 #1

Open
athanzli opened this issue Mar 29, 2023 · 0 comments

Comments

@athanzli
Copy link

athanzli commented 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.

@athanzli 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant