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

pip install fails - missing README.md #2

Open
ifrguy opened this issue Nov 22, 2018 · 1 comment
Open

pip install fails - missing README.md #2

ifrguy opened this issue Nov 22, 2018 · 1 comment

Comments

@ifrguy
Copy link

ifrguy commented Nov 22, 2018

G> pip3 install lnkfile
Downloading/unpacking lnkfile
Downloading lnkfile-0.2.1.tar.gz
Running setup.py (path:/var/tmp/pip_build_meg/lnkfile/setup.py) egg_info for package lnkfile
Traceback (most recent call last):
File "", line 17, in
File "/var/tmp/pip_build_meg/lnkfile/setup.py", line 3, in
with open("README.md", "r") as fh:
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 17, in

File "/var/tmp/pip_build_meg/lnkfile/setup.py", line 3, in

with open("README.md", "r") as fh:

FileNotFoundError: [Errno 2] No such file or directory: 'README.md'


Cleaning up...
Command python setup.py egg_info failed with error code 1 in /var/tmp/pip_build_meg/lnkfile
Storing debug log for failure in /tmp/tmpl77umvdb

@silascutler
Copy link
Owner

Thanks. Right now - this is only written for 2.7 I'll work on migrating to python3

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

2 participants