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

Failed to build: README.md not found #1

Closed
atulatri opened this issue Jan 30, 2017 · 2 comments
Closed

Failed to build: README.md not found #1

atulatri opened this issue Jan 30, 2017 · 2 comments
Labels

Comments

@atulatri
Copy link

[aatri@localhost ~]$ sudo /usr/local/bin/pip3 install imgkit
Collecting imgkit
Downloading imgkit-0.0.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-dui2ueu6/imgkit/setup.py", line 38, in
long_description=long_description(),
File "/tmp/pip-build-dui2ueu6/imgkit/setup.py", line 27, in long_description
with codecs.open('README.md', encoding='utf8') as f:
File "/usr/local/lib/python3.5/codecs.py", line 895, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

@jarrekk
Copy link
Owner

jarrekk commented Jan 30, 2017

@atulatri

Thanks for using IMGKit, I have figure out this problem, this is because I forget newest code to pypi, now you can install latest version with pip :)

@jarrekk jarrekk added the bug label Jan 31, 2017
@jarrekk jarrekk closed this as completed Jan 31, 2017
@grantps
Copy link

grantps commented Apr 8, 2017

Hi jarrekk,
I have a similar issue using a newer version - same cause?
Collecting imgkit
Using cached imgkit-0.0.6.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "/tmp/pip-build-1guntl2z/imgkit/setup.py", line 25, in long_description
import pypandoc
ImportError: No module named 'pypandoc'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-build-1guntl2z/imgkit/setup.py", line 42, in <module>
    long_description=long_description(),
  File "/tmp/pip-build-1guntl2z/imgkit/setup.py", line 30, in long_description
    long_desc = open('README.md').read()
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

Any ideas?

All the best,
Grant

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

No branches or pull requests

3 participants