press any key and nothing happens.
On python 3.5 and 3.6 the example works perfectly.
Here are the changes in python 3.7 Maybe "PEP 563: Postponed Evaluation of Annotations" is effecting the decorators? But I am just making a wild guess here. I don't see any async or await keywords used anywhere which looks to be the only breaking compatibility between 3.6 and 3.7.
Hello, On Windows (I don't know about other platforms), create a new environment in conda, install inputs, and run the keyboard_example.py:
conda create --name test1 python=3.7 pip install inputs python keyboard_example.py
press any key and nothing happens. On python 3.5 and 3.6 the example works perfectly. Here are the changes in python 3.7 Maybe "PEP 563: Postponed Evaluation of Annotations" is effecting the decorators? But I am just making a wild guess here. I don't see any async or await keywords used anywhere which looks to be the only breaking compatibility between 3.6 and 3.7.