Closed PeerHerholz closed 1 year ago
Thx ! Works better .... byt I still have the following error on a fresh ubuntu 22.04: ERROR: No matching distribution found for tensorflow==2.6.2
(Python 3.10)
Solved with tensoflow == 2.8.2, keras == 2.8.0, numpy == 1.20 + a few more tweaks... I can open a PR
I did my local testing with Python 3.8
but I think this should be compatible, a PR
would be great!
The build workflow was failing because the environment could not be created. The reason, apparently, was the
pytorch
version which was updated from1.11.0
to1.13.0
to address this. Chances are this changes again based on the tutorials but for now at least thejupyter-book
/site should be building.