Search code examples
pythoninstallationpipdbus

Facing problem while installing "dbus package" using pip


I want to use windows notifications in python. I installed "notify2" package. It demanded to install "dbus" package as well. Following error occurred while installing the package.
How to get rid of it?

installation error


Solution

  • notify2 won't work on Windows – it's for environments using Dbus for notification messaging (mainly Linux desktop environments).

    For Windows, you'll probably want the win10toast library instead.