TensorFlow-Unreal
TensorFlow-Unreal copied to clipboard
Make pip platform agnostic
Pip currently uses windows cmd to work asynchronously. We should be able to use python methods to work around this.
Tried to de-couple this earlier, it appears inbuilt pip cannot be run asynchronously. Will need per-platform workaround.
This setup (installIfNeeded function): https://github.com/Glenn-v-W/nlp-ue4-example/blob/master/Content/Scripts/GlennvWsNaturalLanguageProcessing.py looks like a promising avenue.