You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker images have Python 2.6 by default.... this is however a version that starts to be really old and no longer supported AFAIK. Building modern CPython 2.x projects with 2.6 is likely to fail in many cases.
The docker images have Python 2.6 by default.... this is however a version that starts to be really old and no longer supported AFAIK. Building modern CPython 2.x projects with 2.6 is likely to fail in many cases.
See my terribly bad way to work around it here: https://github.com/pombreda/thirdparty-manylinux/blob/3c35a8fa5eee12dec76993a90632e22cc6dbbe01/travis/build-wheels.sh#L8
The text was updated successfully, but these errors were encountered: