You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rest of the installation seems to have gone well however.
When I run.py it doesn't prompt me to input the key combination before immediately giving me the error. I'm fine with the default key combinations. How can I get pat this? Please
(venv) C:\Users\me\Documents\GitHub\whisper-writer>python run.py
Starting WhisperWriter...
Traceback (most recent call last):
File "C:\Users\me\Documents\GitHub\whisper-writer\src\main.py", line 10, in
from key_listener import KeyListener
File "C:\Users\me\Documents\GitHub\whisper-writer\src\key_listener.py", line 245, in
class KeyChord:
File "C:\Users\me\Documents\GitHub\whisper-writer\src\key_listener.py", line 250, in KeyChord
def init(self, keys: Set[KeyCode | frozenset[KeyCode]]):
TypeError: unsupported operand type(s) for |: 'EnumMeta' and 'types.GenericAlias'
Thank you
Nadine
The text was updated successfully, but these errors were encountered:
The rest of the installation seems to have gone well however.
When I run.py it doesn't prompt me to input the key combination before immediately giving me the error. I'm fine with the default key combinations. How can I get pat this? Please
(venv) C:\Users\me\Documents\GitHub\whisper-writer>python run.py
Starting WhisperWriter...
Traceback (most recent call last):
File "C:\Users\me\Documents\GitHub\whisper-writer\src\main.py", line 10, in
from key_listener import KeyListener
File "C:\Users\me\Documents\GitHub\whisper-writer\src\key_listener.py", line 245, in
class KeyChord:
File "C:\Users\me\Documents\GitHub\whisper-writer\src\key_listener.py", line 250, in KeyChord
def init(self, keys: Set[KeyCode | frozenset[KeyCode]]):
TypeError: unsupported operand type(s) for |: 'EnumMeta' and 'types.GenericAlias'
Thank you
Nadine
The text was updated successfully, but these errors were encountered: