tensorflow / quantum

Hybrid Quantum-Classical Machine Learning in TensorFlow
https://www.tensorflow.org/quantum
Apache License 2.0
1.77k stars 558 forks source link

Can't install tensorflow quantum == 0.7.2? #768

Open Rayhan740 opened 1 year ago

Rayhan740 commented 1 year ago

I am trying to install tensorflow quantum following the document given in the webpage but it's showing error and doesn't work.

lockwo commented 1 year ago

What exact steps did you do? What os and other system info is in play? Is anything from https://github.com/tensorflow/quantum/issues/762 or https://github.com/tensorflow/quantum/issues/757 or https://github.com/tensorflow/quantum/issues/767 relevant since these are all recent issues with the similar symptoms?

Rayhan740 commented 1 year ago

I am using windows and tried to install in co-lab by using pip install tensorflow-quantum==0.7.2 and also I have tried it in anaconda with python==3.7 but there it installs but when I try to import tfq it says there is no such module.

lockwo commented 1 year ago

That sounds like the issues I linked. Colabs default Python version isn’t supported.

knaughttyanyon commented 9 months ago

Duplicate of #798