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
Hi,
When i try to install keyboard module I have following problem:
Traceback (most recent call last):
File "keyboard-0.13.2\setup.py", line 15,
in
last_version = re.search('(\d+(?:.\d+)+)', open('CHANGES.md').read()).group
(1)
FileNotFoundError: [Errno 2] No such file or directory: 'CHANGES.md'
Python 3.7.1
The text was updated successfully, but these errors were encountered:
For some reason the package zip file in the PyPi is not including the CHANGES.md .. try to get the zip file from here https://github.com/boppreh/keyboard/archive/master.zip or get only the missing file from the repo and add it manually, then run installation.
Hi,
When i try to install keyboard module I have following problem:
Traceback (most recent call last):
File "keyboard-0.13.2\setup.py", line 15,
in
last_version = re.search('(\d+(?:.\d+)+)', open('CHANGES.md').read()).group
(1)
FileNotFoundError: [Errno 2] No such file or directory: 'CHANGES.md'
Python 3.7.1
The text was updated successfully, but these errors were encountered: