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

The Following Modules are missing or built with a different engine version

Open ccrump1 opened this issue 3 years ago • 10 comments

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: Following Modules are missing or built with different engine version

VS Log File Error: Tf_Unreal Plugin Error

Plugins Location: Plugins Location

ccrump1 avatar Jun 15 '22 15:06 ccrump1

Did you use a release? https://github.com/getnamo/TensorFlow-Unreal/releases/tag/v1.3.0beta grab the .7z

getnamo avatar Jun 15 '22 21:06 getnamo

Thanks for responding!

I did not. In the attached screenshots, is this the correct location and release?

Path for Plugins Folder (TF)

Path for TF Plugin

ccrump1 avatar Jun 16 '22 15:06 ccrump1

Unzip the content of plugins into your project plugins folder

getnamo avatar Jun 16 '22 15:06 getnamo

My apologies, I misunderstood...

For the following 3 options:

  1. TensorFlow-UE5.0-v1.3.0beta.7z

  2. [Source code (zip)]

  3. [Source code (tar.gz)]

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?

ccrump1 avatar Jun 16 '22 15:06 ccrump1

Just the .7z, extract the contents which should be just a plugins folder. Drag that into your project root folder.

getnamo avatar Jun 16 '22 15:06 getnamo

That worked. Im ashamed to say, but I now know that a .z file can be unzipped!

Thanks much.

ccrump1 avatar Jun 16 '22 15:06 ccrump1

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.

getnamo avatar Jun 16 '22 15:06 getnamo

The following modules are missing or built with a different engine version QQ图片20220829164204

QQ图片20220829164450 怎么解决?

adjc056 avatar Aug 29 '22 08:08 adjc056