HazyResearch / meerkat

Creative interactive views of any dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Demo fails for "python3"

jackaldenryan opened this issue · comments

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

Thanks for reporting. We'll take a look, will update you when a fix is in