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

Just new here, no idea how to use #17

Closed
dayojohn19 opened this issue Jan 17, 2025 · 3 comments
Closed

Just new here, no idea how to use #17

dayojohn19 opened this issue Jan 17, 2025 · 3 comments

Comments

@dayojohn19
Copy link

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 ,

@PrajwalVandana
Copy link
Owner

PrajwalVandana commented Jan 17, 2025

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)

@johnwebsiteprojects
Copy link

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, 🤕

@PrajwalVandana
Copy link
Owner

It's in the releases tab: https://github.com/PrajwalVandana/maestro-cli/releases/tag/2.0.5

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

3 participants