sorachan / opencast-downloader

Downloader for lecture videos hosted on OpenCast
20 stars 7 forks source link

ModuleNotFoundError: No module named 'requests' #1

Closed Simon-Spettmann closed 5 years ago

Simon-Spettmann commented 5 years ago

Traceback (most recent call last): File "C:\ ... \opencast-downloader-master\opencast-downloader-master\oc_download.py", line 3, in import requests ModuleNotFoundError: No module named 'requests'

System: Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)] on win32

sorachan commented 5 years ago

Excuse me, I mistakenly assumed all imports were built-in modules, but this is not the case for requests. pip3 install requests should fix the problem.

sorachan commented 5 years ago

I've released a new version which automatically installs requests if necessary. Let me know if this works for you.