node-gyp requires python 2 error from tests
Open
Bug
Infrastructure
Tests
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
i tried to run the tests on jlab and got an error like this:
https://github.com/nodejs/node-gyp/issues/746
and the workaround `npm config set python /usr/bin/python` fixed the problem.
idk why this hasn't been a problem before.
should we put this in our instructions?
i don't want to generally use python2 though, maybe something like `node-gyp rebuild --python python2.7`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.