Skip to content

[BUG] Demo fails for "python3" #320

@jackaldenryan

Description

@jackaldenryan

Describe the bug
I ran the first two commands on the README, "pip install meerkat-ml" and "mk demo tutorial-image-gallery --copy" and got the error "No such file or directory: 'python.' The error goes away and the demo works if I edit this file (/opt/homebrew/lib/python3.11/site-packages/meerkat/interactive/startup.py) to say ["python3", "-m", "http.server", str(port)] instead of ["python", "-m", "http.server", str(port)].

To Reproduce

See above.

Expected behavior
See above.

System Information

  • OS: MacOS, Arm64/Apple silicon
  • Meerkat-ml v0.4.7

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions