We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/usr/bin/python
/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
python
deps/sqlite3.gyp
python2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
indeps/sqlite3.gyp
topython2
, it workedThe text was updated successfully, but these errors were encountered: