tensorflow/quantum

Cannot pip install tensorflow_quantum

rryoung98 opened this issue · 1 comments

Cannot pip install tensorflow_quantum on python 3.7.13

INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
  Using cached kiwisolver-1.4.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB)
  Using cached kiwisolver-1.4.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB)

installation of tensorflow_quantum was working last week, but now kiwisolver is taking an incredibly long time to load. This is the case for the tensorflow quantum MNIST example .

Things I have tried:

  1. Version 0.6.0 TFQ
  2. Different colab accounts
  3. Individually installing kiwisolver

Is there a specific kiwisolver version that could be patch this?

Resolved on google colab after pip upgrade... silly me!