I used sudo pip3 install git+https://github.com/SkullTech/webdriver-start.git got this error in python3 as a result of this line from wdstart import webdriver. I also used --upgrade --force-reinstall. Did similar with python2 with same result. Everything seemed to install correctly for both python2 and python3. Using Ubuntu 19.04.
I have geckodriver in /usr/local/bin and all of the requirements installed. What am I doing wrong?