jithurjacob / Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications
MIT License
964 stars 168 forks source link

Updated imports for pip version 23.0.1, fixed attrgetter input #116

Closed MauBorre closed 12 months ago

MauBorre commented 1 year ago

The project couldn't be bulit into a .whl file without this changes.

ModuleNotFoundError: No module named 'pip.req'

AttributeError: 'ParsedRequirement' object has no attribute 'req'

Found this trying to fix issue #114 , although his issue seems to come from a python's 3.12 build method scripting error.

MauBorre commented 1 year ago

Please disesteem 7c69cd1, did a mistake when pushing... ffa3c8f is the valid pull request.