Closed fredzannarbor closed 4 years ago
Hi @fredzannarbor, would you mind telling us if which version of TensorFlow are you using right now?
Make sure you have the latest tensorflow version, i.e 2.3.0 and have upgraded to libra correctly. I suggest that you try to upgrade your libra using following commands :
pip3 install -U libra
If that doesn't work for you try :
pip3 install -U tensorflow tensorflowjs libra prompt-toolkit
if you still wish to revert back to the older version you can do that with the following command :
pip3 install libra==1.1.2
Let us know which one works for you! 😄
I upgraded to the new version and it broke. Looks as if it did not correctly update all the dependencies.
How can I roll back to the previous version?