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

SyntaxError: invalid syntax #42

Closed
devil67 opened this issue Oct 26, 2018 · 1 comment
Closed

SyntaxError: invalid syntax #42

devil67 opened this issue Oct 26, 2018 · 1 comment

Comments

@devil67
Copy link

devil67 commented Oct 26, 2018

python3 eagle-eye.py
Traceback (most recent call last):
File "eagle-eye.py", line 15, in
from grabber.instagram import InstagramGrabber
File "/dragon/desktop/EagleEye/grabber/instagram.py", line 1, in
from requests_html import HTMLSession
File "/usr/local/lib/python3.5/dist-packages/requests_html.py", line 419
element=PyQuery(html)('html') or PyQuery(f'{html}')('html'),
^
SyntaxError: invalid syntax

@ThoughtfulDev
Copy link
Owner

requests-html only supports Python 3.6 or higher.
Try using Python 3.6+

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