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

Can't compile propperly - "The OpenRA mod template requires python." #109

Open
Ignacivs opened this issue Oct 5, 2023 · 2 comments
Open

Comments

@Ignacivs
Copy link

Ignacivs commented Oct 5, 2023

Hello!

I am facing an issue with the Python, I can't fetch engine. Is there a way for me to copy an engine and remove the fetch step from the Makefile ?

@LinuxDonald
Copy link

Whats the error log? Maybe someone can help you

@j-s-3
Copy link

j-s-3 commented Apr 16, 2024

fetch-engine.sh expects python to be available as a command. I'm using python3 without an alias.

I was able to fix this by changing line 6 of fetch-engine.sh to use python3 command -v python >/dev/null 2>&1 to command -v python3 >/dev/null 2>&1

Alternatively you could alias python to python3

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