Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Windows 11 Pro x64 version 10.0.22621 #56

Closed
moham3dk opened this issue Nov 26, 2023 · 3 comments
Closed

Not working on Windows 11 Pro x64 version 10.0.22621 #56

moham3dk opened this issue Nov 26, 2023 · 3 comments

Comments

@moham3dk
Copy link

moham3dk commented Nov 26, 2023

upon running my code i get the following error:

Traceback (most recent call last):
File "main.py", line 69, in
notifier = Notifier(api)
^^^^^^^^^^^^^
File "main.py", line 54, in init
self.notify()
File "main.py", line 58, in notify
notification = Notify(
^^^^^^^
File "C:\Users\khaoo\AppData\Local\Programs\Python\Python312\Lib\site-packages\notifypy\notify.py", line 69, in init
self._notifier_detect = self._selected_notification_system()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\khaoo\AppData\Local\Programs\Python\Python312\Lib\site-packages\notifypy\notify.py", line 123, in _selected_notification_system
raise UnsupportedPlatform(
notifypy.exceptions.UnsupportedPlatform: This version of Windows (11) is not supported. is not supported.

@GiorgosXou
Copy link
Contributor

Try override_windows_version_detection=true or check #25

@pekempy
Copy link

pekempy commented Dec 20, 2023

Also getting the same on 22631.2861 - would likely be fixed by #55

@moham3dk
Copy link
Author

Would be fixed by merging #55. Temporary fix here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants