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 fails with Python 2 because of more-itertools version #103

Open
nezda opened this issue Feb 28, 2020 · 0 comments
Open

Install fails with Python 2 because of more-itertools version #103

nezda opened this issue Feb 28, 2020 · 0 comments

Comments

@nezda
Copy link

nezda commented Feb 28, 2020

Attempting to install from current master source on a machine with python 2 with sudo python setup.py install fails with

  File "/tmp/easy_install-Vd6lIV/more-itertools-8.2.0/more_itertools/more.py", line 480
    yield from iterable
             ^
SyntaxError: invalid syntax

Pinning more-itertools by adding more-itertools==5.0.0; python_version <= '2.7' after

psycopg2
worked for me

@nezda nezda changed the title Install fails with Python 2 due to because of more-itertools version Install fails with Python 2 because of more-itertools version Apr 28, 2020
nezda added a commit to LexMachinaInc/pg_view that referenced this issue Apr 28, 2020
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

1 participant