Skip to content

PermissionError: [Errno 13] Permission denied: /usr/lib/python3.11/site-packages/seleniumbase/drivers/chromedriver_linux64.zip #1926

@carlosal1015

Description

@carlosal1015

Hi, I would like to use chromedriver over /usr/bin/chromedriver, but if this is not found, we use the command

$ sbase get chromedriver latest

*** chromedriver version for download = 114.0.5735.90 (Latest)

Downloading chromedriver_linux64.zip from:
https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip ...

* Unable to download driver! Retrying in 3s...


*** chromedriver version for download = 114.0.5735.90 (Latest)

Downloading chromedriver_linux64.zip from:
https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip ...
** Unable to download driver! Retrying in 5s...


*** chromedriver version for download = 114.0.5735.90 (Latest)

Downloading chromedriver_linux64.zip from:
https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip ...
Traceback (most recent call last):
  File "/usr/sbin/sbase", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3.11/site-packages/seleniumbase/console_scripts/run.py", line 1006, in main
    sb_install.main()
  File "/usr/lib/python3.11/site-packages/seleniumbase/console_scripts/sb_install.py", line 720, in main
    with open(file_path, "wb") as file:
         ^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.11/site-packages/seleniumbase/drivers/chromedriver_linux64.zip'

I am packaging python-seleniumbase in order to test trame-client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionSomeone is looking for answers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions