Skip to content

cargo run --features no_python --bin metta-repl before and after metta-repl #748

Closed
@gl-yziquel

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.

  1. If I launch metta-repl directly from target/debug, I get:
Fatal Error: ModuleNotFoundError: No module named 'hyperon'
  1. If I then launch cargo run --features no_python --bin metta-repl, I get the REPL.

  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions