[OSX] AttributeError: module 'keyboard._darwinkeyboard' has no attribute 'map_name' #145
Closed
Description
I just installed keyboard on OSX 10.13.1 and I get this error whenever I try to do anything:
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/keyboard/init.py", line 854, in write
entries = _os_keyboard.map_name(_normalize_name(letter))
AttributeError: module 'keyboard._darwinkeyboard' has no attribute 'map_name'
This was the result of trying keyboard.write("HELLO")
I am running Python 3.6.5