chris-chris / pysc2-examples

StarCraft II - pysc2 Deep Reinforcement Learning Examples
Apache License 2.0
755 stars 356 forks source link

Missing _pywrap_tensorflow_internal #24

Closed ThGkasios closed 5 years ago

ThGkasios commented 5 years ago

Hello,

I have an issue after installing the project and its prerequisites through Git Shell.

When I run train_mineral_shards.py, I get a bunch of stack traces, and the culprit is an ImportError: ImportError: No module named '_pywrap_tensorflow_internal'

I 've found a workaround on this and currently working on it, but is there another way to resolve this?

ThGkasios commented 5 years ago

Wrong place to post this