isolatedinformation / qae-qec

Repo for working on Quantum Autoencoders for QOSF mentorship cohort
MIT License
0 stars 0 forks source link

Installing `tensorflow-quantum` #3

Closed isolatedinformation closed 2 years ago

isolatedinformation commented 2 years ago

The instructions at https://github.com/tensorflow/quantum/blob/master/docs/install.md do not work while trying to install tf-quantum on a local machine! The issue is that tensorflow ==2.7.0 is no longer distributed through pip.

The quickest solution is to develop on Colab!

isolatedinformation commented 2 years ago

The issue was because I was using python version 3,.0! this version of python supports tensorflow>=2.8.0! Solved by when suing python version 3.9.8