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

TensorFlow 2.0.0, Python 3.7, Docker Image, no AVX / Nehalem-CPU-Instructionset | Linux x86_64 #125

Open
Robbi373 opened this issue Oct 28, 2019 · 4 comments

Comments

@Robbi373
Copy link

  • Built from the official Docker image tensorflow/tensorflow:devel-py3 with Python3.7 instead of standard Python3.6.
  • r2.0 tensorflow release branch
  • CPU only
  • GCC version 7.4.0, but built with --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0"
  • GCC options: -march=nehalem -Wno-sign-compare (No AVX)
  • Everything other setting is standard.

Link to wheel: https://drive.google.com/open?id=1fTAbxu99olgmb8WrxurO8ovOGR0VwzED

@pavelzamyatin
Copy link

pavelzamyatin commented Nov 27, 2019

Unfortunately couldn't get it working on my Ubuntu 16.04 due to ImportError: /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.27' not found. Thanks anyway.

@Robbi373
Copy link
Author

Robbi373 commented Nov 27, 2019

Seems like the official docker image is a newer Linux version. I'm not even sure Python 3.7 runs on Ubuntu 16.04. If you can work with Python 3.5, have a look at this issue: #123 .

@DSLituiev
Copy link

keep getting ModuleNotFoundError: No module named 'tensorflow.python.tools'; 'tensorflow.python' is not a package on Ubuntu 18

@Robbi373
Copy link
Author

keep getting ModuleNotFoundError: No module named 'tensorflow.python.tools'; 'tensorflow.python' is not a package on Ubuntu 18

This does not seem to be an issue with my wheel, but rather with your tensorflow installation(s) and/or file naming. Just look for that error with your favourite search engine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants