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

Install via pip fails due to missing README.rst file #1

Closed
grinich opened this issue Jul 24, 2014 · 1 comment
Closed

Install via pip fails due to missing README.rst file #1

grinich opened this issue Jul 24, 2014 · 1 comment

Comments

@grinich
Copy link

grinich commented Jul 24, 2014

In a fresh environment:

~ > pip install talon
Downloading/unpacking talon
  Downloading talon-1.0.tar.gz
  Running setup.py (path:/private/tmp/pip_build_root/talon/setup.py) egg_info for package talon
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/private/tmp/pip_build_root/talon/setup.py", line 13, in <module>
        long_description=open("README.rst").read(),
    IOError: [Errno 2] No such file or directory: 'README.rst'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/private/tmp/pip_build_root/talon/setup.py", line 13, in <module>

    long_description=open("README.rst").read(),

IOError: [Errno 2] No such file or directory: 'README.rst'
grinich added a commit to nylas/sync-engine that referenced this issue Jul 24, 2014
Their pip install flow is currently failing.

See mailgun/talon#1
@obukhov-sergey
Copy link
Member

Specified README.rst in MANIFEST.in and uploaded to PyPi. The issue should be fixed.

grinich added a commit to nylas/sync-engine that referenced this issue Jul 28, 2014
Their pip install flow is currently failing.

See mailgun/talon#1
ehsandarroudi pushed a commit to ehsandarroudi/talon that referenced this issue Aug 24, 2015
obukhov-sergey pushed a commit that referenced this issue Nov 30, 2016
andersk pushed a commit to andersk/talon that referenced this issue Oct 17, 2023
Replaced the lxml html5parser with html5-parser
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