RustPython / RustPython/RustPython

Not able to import modules like numpy or pandas

Open
#1,464 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C-compat
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.