You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
thread 'main' panicked at 'Bad magic number for main file.', src/lib.rs:38:9
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace.
error: process didn't exit successfully: target\debug\pythonvm.exe pythonlib/ examples/helloworld.pyc (exit code: 101)
Would be helpful if you could tell where I'm going wrong
The text was updated successfully, but these errors were encountered:
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
thread 'main' panicked at 'Bad magic number for main file.', src/lib.rs:38:9
note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace.error: process didn't exit successfully:
target\debug\pythonvm.exe pythonlib/ examples/helloworld.pyc
(exit code: 101)Would be helpful if you could tell where I'm going wrong
The text was updated successfully, but these errors were encountered: