-
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
python3: ctypes missing #4572
Comments
This makes pip fail etc. |
Upstream change: python/cpython#9258 |
python/cpython#9258 changed callproc to use functions from the internal libffi which we don't use. Just copy the functions into callproc directly instead.
python/cpython#9258 changed callproc to use functions from the internal libffi which we don't use. Just copy the functions into callproc directly instead.
Even with the latest updated python I see pip3 failing in certain cases - is that related or a different problem?
|
That's a different issue, looks like something similar to pypa/setuptools#1383 |
The error for this issue looked like this (in case someone searches for it):
It's hitting an older (non-ctypes) fallback code path which was never ported to Python 3. |
@lazka so what would be the solution for pip3? |
The text was updated successfully, but these errors were encountered: