python-linkedin
python-linkedin copied to clipboard
Failed to import, invalid syntax
Traceback (most recent call last):
File "C:\Users\kawcz\Dropbox\PROGRAMMING\MAIN\job_search_scrape_linkedin\test.py", line 1, in
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:
pip install --upgrade https://github.com/ozgur/python-linkedin/tarball/master
seems to solve the issue.
@harps116 this didn't solve the issue
mentioned this on #115 aswell:
pip install --upgrade https://github.com/ozgur/python-linkedin/tarball/master
seems to solve the issue.
This helped for me and I could import the linkedin package.