-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
50.0.0 broken on AIX with python 3.6 #2358
Comments
@scddev: can you try replacing util.py and py38compat.py from the aforementioned commit in setuptools/_distutils and remove the added _aix_support.py and confirm that fixes the issue? |
@jaraco Tried the fix, you mixed tabs/spaces:
I sorted that out and tested it, then its working fine. |
…on 50.0.1 Jason R. Coombs (10): Create Github releases when releasing. Fixes #2328. Supply ModuleNotFoundError for Python 3.5. Restore compatibility with aix_support on Python 3.8 and earlier. Fixes pypa/setuptools#2358. Supply a copy of _optim_args_from_interpreter_flags for Python 3.5 compatibility. Ref pypa/setuptools#2357. Doctest modules for valid syntax, capturing TabError. Fix TabError Update changelog. Ref #2358. Bugfix is 'misc'. Ref #2361. Update changelog. Closes #2357. Bump version: 50.0.0 → 50.0.1 Victor Stinner (1): Add Python 3.10 support to _distutils_hack
…0 to version 50.0.1 Jason R. Coombs (10): Create Github releases when releasing. Fixes #2328. Supply ModuleNotFoundError for Python 3.5. Restore compatibility with aix_support on Python 3.8 and earlier. Fixes pypa/setuptools#2358. Supply a copy of _optim_args_from_interpreter_flags for Python 3.5 compatibility. Ref pypa/setuptools#2357. Doctest modules for valid syntax, capturing TabError. Fix TabError Update changelog. Ref #2358. Bugfix is 'misc'. Ref #2361. Update changelog. Closes #2357. Bump version: 50.0.0 → 50.0.1 Victor Stinner (1): Add Python 3.10 support to _distutils_hack
Setuptools is fetched in https://github.com/ionelmc/python-lazy-object-proxy/blob/master/pyproject.toml
As a quickfix i added https://github.com/python/cpython/blob/master/Lib/_aix_support.py to my python 3.6 installation.
The text was updated successfully, but these errors were encountered: