Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError: [Errno 2] No such file or directory: 'CHANGES.md' #233

Open
Farhan958 opened this issue Dec 17, 2018 · 2 comments
Open

Comments

@Farhan958
Copy link

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

@yahyatawil
Copy link

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.

@Karansxa
Copy link

FileNotFoundError: [Errno 2] No such file or directory: './ChangeLog'
Error1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants