Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Demo fails for "python3" #320

Open
jackaldenryan opened this issue Apr 12, 2023 · 1 comment
Open

[BUG] Demo fails for "python3" #320

jackaldenryan opened this issue Apr 12, 2023 · 1 comment

Comments

@jackaldenryan
Copy link

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

@ad12
Copy link
Collaborator

ad12 commented Apr 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants