-
Notifications
You must be signed in to change notification settings - Fork 393
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 import, invalid syntax #114
Comments
Facing the same above issue !!! |
Whoops, looks like I reported this on Issue #115 but this is the same thing. Looks like we're trying to use Python 3 with something that was written for Python 2 |
mentioned this on #115 aswell: |
@harps116 this didn't solve the issue |
This helped for me and I could import the linkedin package. |
Traceback (most recent call last):
File "C:\Users\kawcz\Dropbox\PROGRAMMING\MAIN\job_search_scrape_linkedin\test.py", line 1, in
from linkedin import linkedin
File "C:\Users\kawcz\AppData\Local\Programs\Python\Python36\lib\site-packages\linkedin\linkedin.py", line 294
except (requests.ConnectionError, requests.HTTPError), error:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: