-
Notifications
You must be signed in to change notification settings - Fork 8
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
Just new here, no idea how to use #17
Comments
Hi, there's no .dmg for macOS, only .pkg (two of them, depending on if you're on an Apple Silicon M1/M2/etc chip or Intel chip). As for the second part, that's a bug with type hinting, I'll push a fix out soon (like an hour or so) in the meantime, you could upgrade to a higher version of Python (which the type hinting will work with) |
yea my mistake, also can find it, 🤕 |
It's in the releases tab: https://github.com/PrajwalVandana/maestro-cli/releases/tag/2.0.5 |
someone give example how to use it, i've downloaded it in my terminal using pip i also downloaded the cli, but got stuck on [Process Completed],
maybe anyone has a video walk through to use it,
also cant find the .dmg file
after i downloaded it in env it always output
from maestro.main import cli File "/Users/nhoj/Desktop/garden/ESP_/env/lib/python3.9/site-packages/maestro/main.py", line 20, in <module> from maestro import helpers File "/Users/nhoj/Desktop/garden/ESP_/env/lib/python3.9/site-packages/maestro/helpers.py", line 27, in <module> class Song: File "/Users/nhoj/Desktop/garden/ESP_/env/lib/python3.9/site-packages/maestro/helpers.py", line 134, in Song def listen_times(self) -> dict[int | str, float]: TypeError: unsupported operand type(s) for |: 'type' and 'type' (env) nhoj@MacBook-Pro ESP_ %
sorry , just new ,
The text was updated successfully, but these errors were encountered: