Skip to content
New issue

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

Fresh clone and build reveals numpy + tensorflow versioning issue. #51

Closed
jasoncorso opened this issue Apr 26, 2018 · 4 comments
Closed
Labels
bug Bug fixes

Comments

@jasoncorso
Copy link
Contributor

tensorflow 1.7.0 has requirement numpy>=1.13.3, but you'll have numpy 1.13.1 which is incompatible.

@jasoncorso jasoncorso added the bug Bug fixes label Apr 26, 2018
@brimoor
Copy link
Contributor

brimoor commented Apr 26, 2018

The discrepancy is that people usually treat requirements.txt as a frozen list of package versions that is known to work, but we are installing tensorflow separately due to GPU/no-GPU using pip install tensorflow, which is always getting the latest version.

When you do pip install tensorflow, does it not automatically upgrade numpy et al.?

@jasoncorso
Copy link
Contributor Author

jasoncorso commented Apr 26, 2018 via email

@brimoor
Copy link
Contributor

brimoor commented Apr 26, 2018

I'm going to make it pip install --upgrade tensorflow

@brimoor brimoor closed this as completed Apr 28, 2018
@brimoor brimoor reopened this Apr 28, 2018
@brimoor
Copy link
Contributor

brimoor commented Apr 28, 2018

Done in #52

@brimoor brimoor closed this as completed Apr 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fixes
Projects
None yet
Development

No branches or pull requests

2 participants