We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Either version should work. The requirements list was auto-generated, I should probably go in there and manually change some of these.
Sorry, something went wrong.
No branches or pull requests
Hi,
When installing requirements with pip install, the following warning/error is raised:
The installed packages in the end are these ones:
Which version should be used 1.8 or 1.11?
Thanks
The text was updated successfully, but these errors were encountered: