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

Why Plugins cannot be automatically installed in UE5 after being copied to the corresponding location?

Open Hrforeverqqqqqq opened this issue 3 years ago • 2 comments

I'm using TensorFlow-UE5.0-v1.3.0beta.7z, but it can't be installed. After I successfully install the corresponding package by running InstallRequirements.bat in Plugins\ machinelearningRemote-Unreal \Server\ml-remote-server folder, Tensorflow is still not available in UE5, why?

Hrforeverqqqqqq avatar Aug 04 '22 06:08 Hrforeverqqqqqq

make sure you update requirements to include your version of tensorflow (https://github.com/getnamo/ml-remote-server/blob/master/requirements.txt)

getnamo avatar Aug 04 '22 17:08 getnamo

Thank you very much for your reply. The contents of my Plugins\ machinelearningremote-Unreal \Server\ml-remote-server\ Requirements.txt file are as follows:

Python - socketio = = 4.3.1

Aiohttp = = 3.7.4

Tensorflow = = 2.4.0

I tried other versions of TensorFlow but none of them automatically installed. Open the project log in UE5 after the plug-in is copied to the corresponding location as follows:

LogStall: Startup...

LogStall: Startup complete.

LogLoad: (Engine Initialization) Total time: 8.33 seconds

LogLoad: (Engine Initialization) Total Blueprint Compile time: 0.00 seconds

LogAssetRegistry: Asset Discovery search completed in 5.6681 seconds

LogCollectionManager: Fixed Up redirectors for 0 collections in 0.000002 seconds (updated 0 objects)

LogContentStreaming: Texture pool size now 1000 MB

LogSlate: Took 0.000201 seconds to synchronously ously ously load Lazily loaded font '.. /.. /.. /Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)

LogSlate: Took 0.000119 seconds to synchronously ously ously load Lazily loaded font '.. /.. /.. /Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K)

LogSlate: Took 0.000124 seconds to synchronously ously ously load Lazily loaded font '.. /.. /.. /Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)

LogDerivedDataCache: .. /DerivedDataCache: Maintenance Finished in +00:00:00.200 and deleted 0 file(s) with total size 0 MiB.

Hrforeverqqqqqq avatar Aug 05 '22 01:08 Hrforeverqqqqqq