nickconnors / RTX-3070-Best-Buy-Bot

Selenium WebDriver Python script to auto checkout RTX 3070 graphics card when in stock
136 stars 57 forks source link

Error code on mac #33

Open ThermalFlame opened 3 years ago

ThermalFlame commented 3 years ago

When I attempt to execute the script in terminal, it says " command not found" the path looks fine.

carloskiki commented 3 years ago

Hey, trying to help here can you submit more information: does it write this error when you use a python command? to test this try python3 --version

If the version shown is not 3.9.x or 3.10.x then you need to update your python version If it says command not found: python3 then you need to install python3

If it is something else please reply with more details.