TensorFlow-Unreal icon indicating copy to clipboard operation
TensorFlow-Unreal copied to clipboard

Make pip platform agnostic

Open getnamo opened this issue 8 years ago • 2 comments

Pip currently uses windows cmd to work asynchronously. We should be able to use python methods to work around this.

getnamo avatar Sep 21 '17 17:09 getnamo

Tried to de-couple this earlier, it appears inbuilt pip cannot be run asynchronously. Will need per-platform workaround.

getnamo avatar Oct 23 '18 05:10 getnamo

This setup (installIfNeeded function): https://github.com/Glenn-v-W/nlp-ue4-example/blob/master/Content/Scripts/GlennvWsNaturalLanguageProcessing.py looks like a promising avenue.

getnamo avatar Apr 15 '19 05:04 getnamo