Python Build Error While Building Selenium Webdriver Project
I'm attempting to get into some opensource projects, and as a QA engineer, have been looking at Appium and Selenium. Situation: Windows 10 Appium: cloned repo, built successfully
Solution 1:
The Selenium build scripts utilised here (either crazyfunbuild or buckd depending on setup and tools installed) uses Python 2.7 (at time of writing).
A downgrade from 3.6 to 2.7 solved my (python) issues at least.
Post a Comment for "Python Build Error While Building Selenium Webdriver Project"