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

Binaries for UE4.26.2 #867

Open
ghost opened this issue May 16, 2021 · 10 comments
Open

Binaries for UE4.26.2 #867

ghost opened this issue May 16, 2021 · 10 comments

Comments

@ghost
Copy link

ghost commented May 16, 2021

I'd be so grateful if some kind soul could recompile this for UE4.26.2 - I'm a real newbie to Python and I just don't know what i can do to update the code to run. The plan is to use the plugin to run Matplotlib inside UE following the tutorials.. I can find no other way to do this :(

@giwig
Copy link

giwig commented Sep 1, 2021

https://github.com/giwig/UnrealEnginePython/releases/tag/20210901
not binaries, but working code;)

@Acciorocketships
Copy link

Does it work on mac? Does it have python embedded? If not, how would I go about embedding/packaging python?

@giwig
Copy link

giwig commented Sep 3, 2021

I didn’t change anything, I just corrected it, so it should work. although on Mac you probably need to update the file ... build.cs

@Acciorocketships
Copy link

How does it need to be updated? The only reference to build.cs in the readme is if you want to add a custom python path (which I assume is only the case if python is installed in a non-standard location?).

When the library is built, does it automatically package python into the project? Or do I need to do something else for that?

@giwig
Copy link

giwig commented Sep 3, 2021

I just corrected the path to python and everything worked for me. nothing else to do there. the main thing is to download the plugin and switch the branch to master4. 26.2. I haven't had time to put everything together in the main branch yet.

@Acciorocketships
Copy link

Thank you so much, I'll give it a try later!
Just to reiterate, does this embed python within the packaged project?
Also, I noticed that you also have a 4.27 branch. Is that in working condition?

@giwig
Copy link

giwig commented Sep 3, 2021

4.27 I made the first one, then I decided to fix 4.26.2 more. but attention, there are a couple of functions that I disabled.

@Acciorocketships
Copy link

Can you provide binaries? I'm getting an error when I try to build for 4.26.2 on mac:

Screenshot 2021-09-10 at 00 45 35

@HaiyiMei
Copy link

HaiyiMei commented Sep 10, 2021

https://github.com/giwig/UnrealEnginePython/releases/tag/20210901
not binaries, but working code;)

I successfully installed in 4.27 with your code and the tutorial here. Thanks!

@HaiyiMei
Copy link

@MidnightPuppy I upload Windows Binaries for ue4.26.2 and ue4.27.
https://github.com/HaiyiMei/UnrealEnginePython/releases

@Acciorocketships I don't have Mac devices, sorry for not providing mac binaries. You could try compiling it with this branch. Hope this would help.

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

3 participants