AVGN
AVGN copied to clipboard
tensorflow incompatibility warning when installing requirements
Hi, When installing requirements with pip install, the following warning/error is raised:
tensorflow 1.11.0 has requirement tensorboard<1.12.0,>=1.11.0, but you'll have tensorboard 1.8.0 which is incompatible.
The installed packages in the end are these ones:
tensorboard 1.8.0 tensorflow 1.11.0 tensorflow-gpu 1.8.0
Which version should be used 1.8 or 1.11? Thanks
Either version should work. The requirements list was auto-generated, I should probably go in there and manually change some of these.