Skip to content

Fixed TensorFlow installation process

Latest
Compare
Choose a tag to compare
@ruthkr ruthkr released this 15 Jul 09:16
· 11 commits to master since this release
  • Forced Python version to 3.6 (as 3.7 gives "Importing the numpy C-extensions failed." error) in install_tensorflow().
  • Force required version of h5py to 2.10.0 in install_tensorflow() (fixes #1 and fixes #2).