Skip to content

[OSX] AttributeError: module 'keyboard._darwinkeyboard' has no attribute 'map_name' #145

Closed
@peterxu30

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

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions