8000 Can rustpython use pip to download libraries that rely on C extensions? · Issue #5335 · RustPython/RustPython · GitHub
[go: up one dir, main page]

Skip to content

Can rustpython use pip to download libraries that rely on C extensions? #5335

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

Closed
carrt123 opened this issue May 21, 2024 · 2 comments
Closed

Comments

@carrt123
Copy link

Can rustpython use pip to download libraries that rely on C extensions?
I encountered the error"ModuleNotFoundError: No module named '_ctypes'when downloading some libraries that rely on C extensions. For example, download: ujson, markupsafe.
but, those libraries written by pure cpython I can download normally.

@youknowone
Copy link
Member

No, not yet.
But ctypes issue and c extension support is a bit different issue.

ctypes: #1217 #2364

implementing ctypes itself doesn't guarantee C extension compatibiltity.

@carrt123
Copy link
Author

thank you.

6231

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0