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

pip3 - ERROR: No matching distribution found for tensorflow-quantum #767

Closed
Spiegeldondi opened this issue Apr 30, 2023 · 1 comment
Closed

Comments

@Spiegeldondi
Copy link

Spiegeldondi commented Apr 30, 2023

Since Saturday April 29, when trying to install tensorflow-quantum in Google Colab using:

!pip3 install -U tensorflow-quantum

I get the following error:

Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
ERROR: Could not find a version that satisfies the requirement tensorflow-quantum (from versions: none)
ERROR: No matching distribution found for tensorflow-quantum

Note: Up until Thursday April 27, this worked without a problem.

Edit: This problem is not limited to Colab, but the same error occurs on my local machine. Pip is of version 23.X, so this should not be the cause.

@Spiegeldondi Spiegeldondi changed the title Google Colab pip3 - ERROR: Could not find a version that satisfies … pip3 - ERROR: No matching distribution found for tensorflow-quantum Apr 30, 2023
@Spiegeldondi
Copy link
Author

It seems that Colab updated it's Python Version to 3.10.X, which is not supported by TensorFlow Quantum currently.
Downgrading to Python 3.8 and configuring pip to use this Version. Solved the issue.

I did not consider this locally on my machine, but it should be due to the same reason.

The issues was already discussed in #744.

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