jithurjacob / Windows-10-Toast-Notifications

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

Dependency pywin32 not updated to pypiwin32 in PyPI #14

Closed nikhil-97 closed 7 years ago

nikhil-97 commented 7 years ago

When I try to pip install win10toast , I get the error message

Collecting pywin32 (from win10toast) Could not find a version that satisfies the requirement pywin32 (from win10toast) (from versions: ) No matching distribution found for pywin32 (from win10toast)

I guess it's becuase the version in PyPI has not been updated yet, to install pypiwin32, instead of pywin32.

utopiacosmica commented 7 years ago

Same problem.

jithurjacob commented 7 years ago

Hi @nikhil-97 @utopiacosmica Sorry for the late response,I was caught up with work. Thank you for your interest in this project.

I have updated the package in Pypi. Sorry for your inconvenience.