question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

notifiers 1.3.2 doesn't run

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dtrodriguescommented, Feb 10, 2022

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.

1reaction
dtrodriguescommented, Feb 10, 2022
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found