-
Notifications
You must be signed in to change notification settings - Fork 51
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
installing vsc-base v2.4.2 fails with Python 2.7.10 due to known bug in distutils #202
Comments
This is a known issue/bug in Python, but was only patched for Python 3.x, see https://bugs.python.org/issue23114 . Supposedly, using |
I can only get it to work by patching the Python installation I'm using with this patch https://bugs.python.org/file37554/distutils_accomodate_distribution_ducktypes.patch (obtained via https://bugs.python.org/issue23102). Can't seem to get it to work by patching |
is this 2.7.10 only? and how can i reproduce this (so i can debug it)? |
@wpoely86 tried reproducing it, but couldn't for some reason unclear to me. It's not specific to Python 2.7.10 afaik, but to using a recent setuptools (one that does the monkey patching of Don't spend time on this for now, I've already spent some time on this and seem to be closing in on a fix, using an early import of |
This only occurs with |
The text was updated successfully, but these errors were encountered: