Tensorflor Quantum Installation Error even if I installed all the requirements

This is the error I get even if I already installed the requirements:
Note: you may need to restart the kernel to use updated packages.

ERROR: Could not find a version that satisfies the requirement tensorflow-quantum (from versions: none) ERROR: No matching distribution found for tensorflow-quantum

cirq-core>=0.13.1
cirq-google>=0.13.1
sympy==1.8
numpy==1.19.5 # TensorFlow can detect if it was built against other versions.
nbconvert==5.6.1
nbformat==4.4.0
pylint==2.4.4
yapf==0.28.0
tensorflow==2.7.0

Needed for compatibility with cirq program protos.

googleapis-common-protos==1.52.0
google-api-core==1.21.0
google-auth==1.18.0
google-api-python-client==1.8.0
grpcio==1.34.1
protobuf==3.17.3

Can you tell us a bit more about what you’re doing? e.g. are you running in a colab/notebook environment, or on your own machine? If you’re own machine, can you tell us about your environment? And what commands did you type to get this error? If you’re in colab, can you share the notebook?

Running pip install tensorflow-quantum and import tensorflow_quantum works without issue in Colab, so there could be an issue specific to your system.

If you want to try it yourself check out the Quantum MNIST notebook.

1 Like