hi i new developer at python i want to use selenium web driver api and use mac pc and i installation web driver library
i installation code 'pip install web driver' at pycharm project interpreter but error
Error definition look this:
Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at '/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/bin/python3.5'.
Could not find a version that satisfies the requirement webdriver (from versions: )
No matching distribution found for web driver
Note: i use python 3.5 but terminal use 2.7 :(
No matching distribution found for web driver
Could your help me please
Best wishes...
pip install selenium
– Whirl