touhid314 / Coursera-Downloader

A GUI on top of the coursera-dl script for easy downloading of coursera courses.
http://coursera-downloader.rf.gd/
22 stars 6 forks source link

Requirements file is missing packages #3

Closed shehzadashiq closed 7 months ago

shehzadashiq commented 9 months ago

In the V2 branch the requirements file needs to be updated.

The following packages need to be added to allow the utility to run.

pillow
backoff

If these packages are not installed the following error are generated e.g. if backoff is not installed

Exception in Tkinter callback
Traceback (most recent call last):
ModuleNotFoundError: No module named 'backoff'
touhid314 commented 7 months ago

added