You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Additional context
N/A
The text was updated successfully, but these errors were encountered: