-
Notifications
You must be signed in to change notification settings - Fork 166
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
osx1011 Python error #2238
Comments
Saw suggestions online to reinstall Python using Edit: |
Seems to be working: https://ci.nodejs.org/job/node-test-commit-osx/32769/nodes=osx1011/console It's building, before it was failing on |
Based on that, maybe we should bump the priority on moving to Python 3 on OS X? I'm pretty sure our ansible scripts will not work to reprovision the machines if they try to install Python 2. |
Efforts are underway to set up new macOS test and release machines (see #2188 and #2236). It would probably make sense for those to only have Python 3. |
The latest macs added (10.15s at Nearform) have both python2 and python3:
Only python3 is installed through brew build/ansible/roles/baselayout/vars/main.yml Lines 99 to 101 in 162daa4
So I guess the python2 is there in the base mac image (which I made late 2019/early 2020) so hopefully the new ones in ORKA don't have python2 |
I forgot to fix |
Closing as this seems to be resolved |
osx tests have been failing for the past ~12h on osx1011. The stack trace is:
Looking at our issue tracker, it seems we made some changes to OSX recently (installed cmake)? Could this be a side effect (the timestamps match)? Maybe some other dependency got corrupted while installing cmake. Or is this unrelated? cc @AshCripps
The text was updated successfully, but these errors were encountered: