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

Build issue - python interpreter not found #75

Open
m1h43l opened this issue Dec 1, 2022 · 3 comments
Open

Build issue - python interpreter not found #75

m1h43l opened this issue Dec 1, 2022 · 3 comments

Comments

@m1h43l
Copy link
Contributor

m1h43l commented Dec 1, 2022

The compile.py script searches for the python interpreter in /QOpenSys/usr/bin/python . But this only works for python installed via PTF (not yum). With yum it is installed under /QOpenSys/pkgs/bin/python . But this would be the python 3 interpreter. And the compile scripts chokes when executed with python 3.

The script works with /QOpenSys/pkgs/bin/python2.7 (if it is installed).

So building this is not as easy and straightforward as it should be.

@worksofliam
Copy link
Collaborator

Is this breaking the entire build?

@m1h43l
Copy link
Contributor Author

m1h43l commented Dec 8, 2022

The compile.py is only used and available in the utf8 branch and yes it breaks the entire build as the script builds the whole thing.

@NielsLiisberg
Copy link
Collaborator

The plan is to remove the dependency of python for the utf-8 build a use the same 'makefile' structure as in the 'master' branch.

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