AVGN icon indicating copy to clipboard operation
AVGN copied to clipboard

tensorflow incompatibility warning when installing requirements

Open neuronalX opened this issue 7 years ago • 1 comments

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

neuronalX avatar Dec 03 '18 15:12 neuronalX

Either version should work. The requirements list was auto-generated, I should probably go in there and manually change some of these.

timsainb avatar Dec 03 '18 18:12 timsainb