getnamo / TensorFlow-Unreal

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

Crash if Python is not installed #47

Closed JernejHabjan closed 3 years ago

JernejHabjan commented 5 years ago

Hey!

I've come to receive crash at breakpoint seen on image, if there is no python installed on system. I tried this using releases for 4.21, 4.20. Maybe some error should be thrown and caught exception for initialize threads or something. Hope it helps.

image

getnamo commented 5 years ago

The python installation should be provided with the releases and should have no dependency on what's installed on your system, are you clicking the .7z links in e.g. https://github.com/getnamo/tensorflow-ue4/releases/tag/0.11.0 when you are downloading a release? Source code (zip) links do not include necessary binaries for embedded python.

JernejHabjan commented 5 years ago

Yes, I downloaded tensorflow-ue4.21-v0.11.0-cpu.7z zip and extracted it in project directory as intended. Also used UE4 4.21 on freshly installed computer and VS 2017 with 'C++ game development' install bundle.

Ok I recreated the issue.

Crash occurred at same spot as before. And then I tried adding Python36 folder back to programFiles and launched project and viola - it worked! - no crash this time.

It seems it takes python install from programFiles when launching editor.

hope this helps 😄