-
-
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
Extension instance gets multiple manifestations when cython is present #488
Comments
Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco): I believe the issue here is related to how setuptools.sandbox removes itself from I suspect that because setuptools imports cython in buildext, it should also remove it when hiding setuptools and for the same reasons. |
Original comment by johnyf (Bitbucket: johnyf, GitHub: johnyf): As of 19.6b1 the issue appears to have been resolved, while it is present in 19.5.
Thank you very much for the fix. |
…rted Cython and Cython references the distutils.Extension. Fixes #488.
Building pyobjc-framework-Cocoa fails if Cython is installed, see: pypa/setuptools#488 This is fixed by upgrading setuptools to >=19.6.
Building pyobjc-framework-Cocoa fails if Cython is installed, see: pypa/setuptools#488 This is fixed by upgrading setuptools to >=19.6.
Building pyobjc-framework-Cocoa fails if Cython is installed, see: pypa/setuptools#488 This is fixed by upgrading setuptools to >=19.6.
Building pyobjc-framework-Cocoa fails if Cython is installed, see: pypa/setuptools#488 This is fixed by upgrading setuptools to >=19.6.
Originally reported by: jaraco (Bitbucket: jaraco, GitHub: jaraco)
In this comment, @johnyf details an issue where the presence of Cython in the Python environment triggers a failure due to multiple manifestations of distutils.Extension or setuptools.Extension.
The text was updated successfully, but these errors were encountered: