I have been trying to install Tensorflow Quantum using pip:
pip install tensorflow-quantum
but I keep getting the error:
ERROR: Could not find a version that satisfies the requirement tensorflow-quantum (from versions: none)
ERROR: No matching distribution found for tensorflow-quantum
I have tried this on Python versions: 3.7.0, 3.7.4, 3.8.3, 3.8.6, 3.9.12
All of which are, according to the Tensorflow Quantum site are supported. Yet I keep getting this error.