Closed
Description
I do not know how much of a bug this is, but the user experience is suboptimal.
I just built the repo with cargo build.
- If I launch metta-repl directly from target/debug, I get:
Fatal Error: ModuleNotFoundError: No module named 'hyperon'
-
If I then launch
cargo run --features no_python --bin metta-repl
, I get the REPL. -
Then, if I launch metta-repl again, directly from target/debug, it works too.
The initialisation of the hyperon module from rust seems... weird.
Activity