RustPython / RustPython/RustPython
Not able to import modules like numpy or pandas
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 22.4k
- Forks
- 1.5k
- Avg merge
- 16h 33m
- Merged PRs (30d)
- 165
Description
I tried importing some stuff like numpy or pandas to parse some kaggle code, but I get errors like No module name numpy. Doing a !pip install numpy like I would normally do on jupyter notebook doesn't seem to work either. Is there provision to install libraries using pip or any other package manager? Can someone please help with this? Thanks.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests; start by checking RustPython's import and package-install support, including the reported numpy, pandas, and !pip behavior. Define the supported installation path and verify whether those imports work, or document the unsupported scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, pandas, python, rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100