getnamo / TensorFlow-Unreal

TensorFlow plugin for the Unreal Engine.
Other
1.15k stars 211 forks source link

h5py install crash #30

Closed JernejHabjan closed 5 years ago

JernejHabjan commented 6 years ago

Steps to reproduce:

  1. Create new project using ue4 4.19
  2. Copy extracted v0.8.0 for UE4.19 release into newly created Plugins folder
  3. Open Ue4 python editor:
    import upypip as pip
    pip.install("h5py")
  4. Close project and open it again
  5. Type in ue4 python console:
    import tensorflow as tf

I have installed Cuda and i have working tensorflow-gpu in anaconda enviroment

JernejHabjan commented 5 years ago

Closing issue as I never recieved this error again. Thanks anyway