RustPython
RustPython copied to clipboard
Not able to import modules like numpy or pandas
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.
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?
#196
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
ornumpy
. 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?