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

Unable to find required afplay - binaries not released? #6

Closed
AuHau opened this issue May 30, 2020 · 2 comments
Closed

Unable to find required afplay - binaries not released? #6

AuHau opened this issue May 30, 2020 · 2 comments

Comments

@AuHau
Copy link

AuHau commented May 30, 2020

First of all thanks for putting this together!

I wanted to use it for https://github.com/AuHau/toggl-cli but ran into problem where when I want to show notification I get:

Traceback (most recent call last):
...
  File "/Users/adam/Projects/me/toggl-cli/toggl/cli/commands.py", line 396, in notify
    notification = Notify()
  File "/Users/adam/Projects/me/toggl-cli/.direnv/python-3.8.1/lib/python3.8/site-packages/notifypy/notify.py", line 30, in __init__
    self._notifier = self._notifier_detect()
  File "/Users/adam/Projects/me/toggl-cli/.direnv/python-3.8.1/lib/python3.8/site-packages/notifypy/os_notifiers/macos.py", line 15, in __init__
    call_find_notificator = self._find_bundled_notificator()
  File "/Users/adam/Projects/me/toggl-cli/.direnv/python-3.8.1/lib/python3.8/site-packages/notifypy/os_notifiers/macos.py", line 40, in _find_bundled_notificator
    raise BinaryNotFound("afplay")
notifypy.exceptions.BinaryNotFound: Unable to find required afplay. Please check if it's installed.

I inspected the package and I see that it is still released with the snoretoast.exe and that the MacOs binary is not included. It seems bit weird but maybe you released old version?

ms7m added a commit that referenced this issue May 30, 2020
- Update Manifest.in
@ms7m
Copy link
Owner

ms7m commented May 30, 2020

Thanks Adam.

You're right, apparently I didn't clean up my build directory when building the .whl.
I republished this version to 0.1.6.

I'll keep this issue open until it works for you.

@AuHau
Copy link
Author

AuHau commented May 31, 2020

wow, thanks for such a prompt answer! Yes, that fixed this issue.

@AuHau AuHau closed this as completed May 31, 2020
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