-
Notifications
You must be signed in to change notification settings - Fork 156
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
Allow bdist_wheel working without ctypes #613
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #613 +/- ##
=======================================
Coverage 71.09% 71.09%
=======================================
Files 13 13
Lines 1083 1083
=======================================
Hits 770 770
Misses 313 313 ☔ View full report in Codecov by Sentry. |
@henryiii Could you review it again? |
Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
Can rustpython use pip to download libraries that rely on C extensions? |
Hi, I am a developer of RustPython project.
Currently RustPython barely can run pip, but installing projects usually fails due to lack of ctypes - which is mostly not mandatory.
This patch makes ctypes optional in most of platforms and situations.