RustPython icon indicating copy to clipboard operation
RustPython copied to clipboard

Not able to import modules like numpy or pandas

Open jithendaraa opened this issue 5 years ago • 3 comments

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.

jithendaraa avatar Oct 04 '19 08:10 jithendaraa

This project is a work-in-progress Python interpreter written in Rust, and we've barely started gaining enough compatibility with CPython to use the standard library, let alone complex packages like pandas or numpy. I think you may have found the wrong repository to open your issue in?

coolreader18 avatar Oct 04 '19 11:10 coolreader18

#196

youknowone avatar Jan 02 '20 13:01 youknowone

This project is a work-in-progress Python interpreter written in Rust, and we've barely started gaining enough compatibility with CPython to use the standard library, let alone complex packages like pandas or numpy. I think you may have found the wrong repository to open your issue in?

Hi @coolreader18, just curious to know if numpy module can now be imported with rustpython?

Akash-Nayak avatar Mar 18 '24 12:03 Akash-Nayak