Categories
How to install pip on macOS?
Good day! Trying to install selenium via pip on macOS, getting this error! How is it corrected?
Answer the question
In order to leave comments, you need to log in
Due to pip new, python2 support is already everything. Are you sure you need selenium in python 2? On a Mac, by default, the second one is used, and pip from it, respectively. The third is put like this: python3 -m pip install selenium
python3 -m pip install selenium
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question