Jithendaraa Subramanian
Results
2
issues of
Jithendaraa Subramanian
I ran the project according to the README. After `cargo run pythonlib/ examples/helloworld.pyc`, I got the following error: Finished dev [unoptimized + debuginfo] target(s) in 0.03s Running `target\debug\pythonvm.exe pythonlib/ examples/helloworld.pyc`...
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...
C-compat