notifiers 1.3.2 doesn't run
See original GitHub issueDescribe the bug
notifiers
entry point does not run
To Reproduce
$ pip install notifiers==1.3.2
$ notifiers
Traceback (most recent call last):
File "/usr/local/bin/notifiers", line 5, in <module>
from notifiers_cli.core import entry_point
ModuleNotFoundError: No module named 'notifiers_cli'
Expected behavior Not to error
Additional context Python version: 3.10 OS: any
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Dependency resolution issue with jsonschema / swagger ...
The weird thing is that this works fine when I just have notifiers in the dependencies. Whe I added swagger_parser - it started...
Read more >Can't notify Slack channel: "Internal Notifier Error" - Alerts
Hi, I've setup an alert policy using a Slack channel as a notification channel, but the notifications fail before reaching its destination both ......
Read more >Changelog | Mobile Notifications | 1.3.2
[iOS] GetLastRespondedNotification should now properly return the notification used to open the app even if "Request Authorization on App Start" ...
Read more >rspec-1.3.2 fails with wrong number of arguments with Rails ...
Any help is appreciated since I can't run any spec tests. Thanks! Running the spec file from my Rails folder like: spec spec/models/assignment_spec.rb....
Read more >FAQ | Mobile Notifications | 1.3.2 - Unity - Manual
This means that scheduled notifications will not be delivered if the app is closed or not running in the background.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I haven’t used it personally, but you can use https://github.com/mislav/bump-homebrew-formula-action as a GitHub action in your CI/CD pipeline.
https://github.com/cli/cli/blob/v2.5.0/.github/workflows/releases.yml#L174-L180 is how the GitHub cli repo uses the action to do their
brew
updates and https://github.com/Homebrew/homebrew-core/pull/94249 is what the generated PR looks like.Alternatively, you can do it from the command line via something like
brew bump-formula-pr notifiers --version=1.3.3
.Yup - 1.3.3 looks good. Thanks.
https://github.com/Homebrew/homebrew-core/pull/94871