davidADSP / GDL_code

The official code repository for examples in the O'Reilly book 'Generative Deep Learning'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip install -r requirements.txt gave Tensorflow version error 1.12.0 not available

josefK128 opened this issue · comments

My pip (1.19.2) could not find Tensorflow 1.12.0 as specified in requirements.txt. After installing lowest version I could find (1.13.1) Tensorboard was incompatible - after several tries I was obliged to use 1.14.0 for both - the further checks in chapter1 worked fine. However will I perhaps have trouble running some of the book examples? I don't mind the version discrepancy otherwise - just wanted to report the issue in case someone else may also run into the problem.

I am using Python 3.7.2 on Windows 10.

Thanks for raising - I'm going to start a new dev branch when I'll make the change to upgrade to tensorflow 1.14.0. Will merge into master once I'm happy all of the examples continue to run fine.

I'm also in the process of setting this all up as a docker image - stay tuned!