I'm using PyCharm on Mac.
I was running a module with notify2 in it and got ModuleNotFoundError: No module named 'dbus' as an error.
After trying to pip3 install dbus (and dbus-python), and sudo, I get ERROR: Failed building wheel for dbus-python.
Only brew installing dbus worked, but my PyCharm cannot access it still.
I tried almost all of the related threads here, but nothing worked. I am relatively new to Python as well, so if someone had an advice about what else could I try, I would really appreciate a beginner-friendly response.
Thank you!