You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, we are almost there. But still many issues are scattered on multiple projects outside of RustPython.
This issue is tracking the status of related issues.
Submitting issue or patch for each project will be very helpful, thank you!
hey @youknowone, thanks for your work on this project. I'm interested in using rustpython in an open source project i'm working on. would closing this issue allow projects using rustpython as a crate be able to dynamically execute python files with import statements just like a jupyter notebook? how do i help with this?
@cs50victor Hi, RustPython already can import a lot of pure python packages while it is compatible to RustPython.
This issue is about installing a new package using pip command. This is not related to import step.
To help this issue, checking if the new release of those project included the patched code would be helpful. Once all of them are solved, I will update it and test them again.
Uh oh!
There was an error while loading. Please reload this page.
Yes, we are almost there. But still many issues are scattered on multiple projects outside of RustPython.
This issue is tracking the status of related issues.
Submitting issue or patch for each project will be very helpful, thank you!
windows pip requires ctypes --install-pip fails on Windows #2671
macos wheel requires ctypes
setuptools requires ctypes Package installation error with PIP #2721
Upgrade
ensurepip
with above updatesFix
get-pip
AttributeError when using pip==25.0.1 #5584The text was updated successfully, but these errors were encountered: