Qbot icon indicating copy to clipboard operation
Qbot copied to clipboard

Exception: pync is only supported on Mac OS X 10.8, or higher.

Open powerful-heart opened this issue 2 years ago • 2 comments

'which' �����ڲ����ⲿ���Ҳ���ǿ����еij��� ���������ļ��� Traceback (most recent call last): File "D:\WorkZoom\600001\Qbot\auto_monitor.py", line 25, in import pync File "C:\Python38\lib\site-packages\pync_init_.py", line 3, in from .TerminalNotifier import Notifier, notify File "C:\Python38\lib\site-packages\pync\TerminalNotifier.py", line 137, in Notifier = TerminalNotifier() File "C:\Python38\lib\site-packages\pync\TerminalNotifier.py", line 37, in init raise Exception("pync is only supported on Mac OS X 10.8, or higher.") Exception: pync is only supported on Mac OS X 10.8, or higher.

windows下运行auto_monitor.py报错 image

powerful-heart avatar Jun 02 '23 08:06 powerful-heart

Hey @{user}! Welcome to the QBOT repo on Github.

github-actions[bot] avatar Jun 02 '23 08:06 github-actions[bot]

这是我没考虑到的,pync是mac上的一个桌面提示窗库,win系统下没有,可以注释掉使用到的代码。

Charmve avatar Jun 05 '23 07:06 Charmve