aapatre / Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE

Do you want to LEARN NEW STUFF for FREE? Don't worry, with the power of web-scraping and automation, this script will find the necessary Udemy coupons & enroll you for PAID UDEMY COURSES, ABSOLUTELY FREE!
GNU General Public License v3.0
3.14k stars 545 forks source link

[BUG] Missing webdriver_manager #165

Closed carterlasalle closed 3 years ago

carterlasalle commented 3 years ago

Describe the bug A clear and concise description of what the bug is. Trying to launch results in a webdriver_manager To Reproduce Steps to reproduce the behavior:

  1. Install Chrome WebDriver
  2. Launch it
  3. then do python3 udemy_enroller_chrome.py
  4. See error

Expected behavior A clear and concise description of what you expected to happen. It to launch Desktop (please complete the following information):

REE name$ udemy_enroller_chromium.py
-bash: udemy_enroller_chromium.py: command not found
Carters-MacBook-Air:Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE name$ python3 udemy_enroller_chromium.py
Traceback (most recent call last):
  File "/Users/name/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE/udemy_enroller_chromium.py", line 6, in <module>
    from udemy_enroller import parse_args, run
  File "/Users/name/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE/udemy_enroller.py", line 10, in <module>
    from core import ALL_VALID_BROWSER_STRINGS, DriverManager, Settings
  File "/Users/name/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE/core/__init__.py", line 4, in <module>
    from .driver_manager import ALL_VALID_BROWSER_STRINGS, DriverManager
  File "/Users/name/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE/core/driver_manager.py", line 5, in <module>
    from webdriver_manager.chrome import ChromeDriverManager
ModuleNotFoundError: No module named 'webdriver_manager'
fakeid30 commented 3 years ago

You did not install the requirements. Install them from requirements.txt then run the file again.

fakeid30 commented 3 years ago

If you have any further issue post a comment here.