Ahmed-Soli / linkedin-course-downloader

python script for downloading courses from linkedin learning
51 stars 26 forks source link

ModuleNotFoundError: No module named 'tqdm' #28

Closed beingfluid closed 2 years ago

beingfluid commented 2 years ago

py downloader.py Traceback (most recent call last): File "C:\Users\visha\myFiles\linkedin-course-downloader\linkedin-course-downloader\downloader.py", line 3, in from fetch_info import fetch_courses File "C:\Users\visha\myFiles\linkedin-course-downloader\linkedin-course-downloader\fetch_info.py", line 5, in from tqdm import tqdm ModuleNotFoundError: No module named 'tqdm'

Ahmed-Soli commented 2 years ago

from fetch_info import fetch_courses make sure to have all the scripts in one folder No module named 'tqdm' use this command in the cmd to install it pip install tqdm