Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named tensorflow #64

Open
nowakrafal opened this issue Mar 15, 2021 · 2 comments
Open

ImportError: No module named tensorflow #64

nowakrafal opened this issue Mar 15, 2021 · 2 comments

Comments

@nowakrafal
Copy link

I am trying to create a simple project using the plugin for version 4.25. I copied the entire "Plugins" folder to the root folder of my project. Then in the ml-remote-server folder I ran InstallRequirements.bat. Despite installing all the files correctly, when I run unreal and type "import tensorflow as tf" in the python console I get an error.

LogPython: Error: Traceback (most recent call last):
LogPython: Error: File "", line 1, in
LogPython: Error: ImportError: No module named tensorflow

Python in Visual Studio Code works fine and I can import this library from there. Any clue why I can't call it up in unreal? In unreal plugins i got MachineLearningRemote, TensorFlow, Socket.IO Client and Python Editor Script Plugin enabled.

@getnamo
Copy link
Owner

getnamo commented Mar 15, 2021

@nowakrafal
Copy link
Author

Yea, example for cpu in 4.23 works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants