nicolomantini / LinkedIn-Easy-Apply-Bot

Automate the application process on LinkedIn
Apache License 2.0
732 stars 307 forks source link

ImportError: cannot import name 'annotations' #129

Closed klevinkona closed 12 months ago

klevinkona commented 1 year ago

Running via python 2.7 i get the following

python3 easyapplybot.py

 File "easyapplybot.py", line 26
    def setupLogger() -> None:
                      ^
SyntaxError: invalid syntax

if i run via python3

python3 easyapplybot.py

Traceback (most recent call last): File "/home/klevin/Desktop/tests/LinkedIn-Easy-Apply-Bot/easyapplybot.py", line 4, in <module> from future import annotations ImportError: cannot import name 'annotations' from 'future' (/home/klevin/.local/lib/python3.9/site-packages/future/__init__.py)

italojs commented 1 year ago

just remove this line, it's not being used (i guess)

github-actions[bot] commented 1 year ago

Stale issue message