-
Notifications
You must be signed in to change notification settings - Fork 212
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
The Following Modules are missing or built with a different engine version #66
Comments
Did you use a release? https://github.com/getnamo/TensorFlow-Unreal/releases/tag/v1.3.0beta grab the .7z |
Unzip the content of plugins into your project plugins folder |
My apologies, I misunderstood... For the following 3 options:
Do I need to download 1 and 2 or just 2? I also don't see a "plugins" folder in the zip file. Assuming I have to make my own "plugins" folder inside of my Unreal Project correct? |
Just the .7z, extract the contents which should be just a plugins folder. Drag that into your project root folder. |
That worked. Im ashamed to say, but I now know that a .z file can be unzipped! Thanks much. |
Great! NB: .7z extension assumes the better compression algorithm https://www.7-zip.org/ which is popular but not nearly as ubiquitous as a regular zip. |
Hello,
Encountering a "The following modules are missing or built with a different engine version. Would you like to rebuild them now?" error that is show in the attached screenshot. Clicking yes to this question leads to an unsuccessful build. When trying to build the modules manually in Visual Studios, I get the same errors in the log file (see screenshot below).
Following Step 6 in this tutorial: https://github.com/getnamo/TensorFlow-Unreal , which instructs to launch the project. In my case this project is titled TF_Practice2 and the location of the plugin modules are shown in a screenshot below.
I am using ue5.0.2, anaconda prompt and windows computer. Trying to get this tensorflow plugin for ue5 working.
Any suggestions on how to fix this issue?
Modules missing or built with Different engine version:
VS Log File Error:
Plugins Location:
The text was updated successfully, but these errors were encountered: