Plugin to use Python BP functions for packaged game

Hi, I’m currently working on a machine-learning project for my masters. We are training a 3D connect four model and want to visualize and play against it in UE4. We already implemented all the needed functionality using the Python Editor plugin that ships with UE4. Unfortunatly we cannot package the project using this plugin.
Thats why I was wondering, if there is an other plugin or solution to call Python functions in a blueprint and still be able to package the game for Windows in the end.
Thank you.

Were you able to find a solution for your problem?
Looking forward to utilize external Python Script to change Anim Class for a packaged EXE.