0

when I try to install webdrivermanager for selenium library and python but there is an error about the permissions. I am using Macbook Air M1 Chip

I tried these commands:

pip3 install webdrivermanager

pip3 install webdriver_manager

pip3 install webdriver-manager

enter image description here

  • 2
    Did you follow the error message's advice and install using the `--user` flag? – MattDMo Aug 16 '21 at 22:37
  • 1
    Friendly reminder _not_ to use `sudo` to "fix" pip permission errors. See [Is it acceptable and safe to run pip install under sudo?](https://stackoverflow.com/q/15028648/11082165) and [What are the risks of running 'sudo pip'?](https://stackoverflow.com/q/21055859/11082165) – Brian61354270 Aug 16 '21 at 22:47

0 Answers0