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

SQLite3 uses /usr/bin/python while looking for python2; does not work if it is python3 #1103

Closed
kim366 opened this issue Dec 31, 2018 · 0 comments

Comments

@kim366
Copy link

kim366 commented Dec 31, 2018

/usr/bin/python -c 'import sys; print "%s.%s.%s" % sys.version_info[:3];'

is the code that fails on Arch, because that executable is python3, not python2. Works on Ubuntu where this is not the case.

The error is hard to read and now that I changed the one occurance of python in deps/sqlite3.gyp to python2, it worked

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

1 participant