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

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

Open
Hrforeverqqqqqq opened this issue Aug 4, 2022 · 2 comments

Comments

@Hrforeverqqqqqq
Copy link

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?

@getnamo
Copy link
Owner

getnamo commented Aug 4, 2022

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

@Hrforeverqqqqqq
Copy link
Author

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.

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

No branches or pull requests

2 participants