linkedin-course-downloader
linkedin-course-downloader copied to clipboard
logging.error(f"[!] Connection Error: {e}")
Hello Ahmed I am getting this error when i start the script
File "downloader.py", line 37 logging.error(f"[!] Connection Error: {e}") ^ SyntaxError: invalid syntax
Could you help me fix it ?
Thanks !
I I believe you are not using python 3 , Are you ?
I have python3, but when i use python3 downloader.py I get import logging , requests , lxml.html , os ModuleNotFoundError: No module named 'lxml'
You have to install the dependences with pip install then the name of the module bro :)
I did, it says requirement already satisfied