You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried initialize multiple selenium drivers each time with other parameters (this code is not seen here),
but closed them using driver.quit(), Then when reaching the following code:
num_drivers = 6
for d in range(num_drivers):
headless_drivers.append(Driver(uc=True, headless=True, block_images=True, disable_js=True))
I get the following error:
Traceback (most recent call last):
File "G:\stock_miner\venv\lib\site-packages\seleniumbase\core\browser_launcher.py", line 3329, in get_local_driver
shutil.copyfile(
File "F:\Python\Python38\lib\shutil.py", line 259, in copyfile
with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
PermissionError: [Errno 13] Permission denied: 'G:\venv\Lib\site-packages\seleniumbase\drivers/uc_driver.exe'
I am using version 4.24.10, the issue happened also at 4.24.12.
Any idea what should I do?
Thanks,
Tamir
The text was updated successfully, but these errors were encountered:
Hello,
I have tried initialize multiple selenium drivers each time with other parameters (this code is not seen here),
but closed them using driver.quit(), Then when reaching the following code:
num_drivers = 6
for d in range(num_drivers):
headless_drivers.append(Driver(uc=True, headless=True, block_images=True, disable_js=True))
I get the following error:
Traceback (most recent call last):
File "G:\stock_miner\venv\lib\site-packages\seleniumbase\core\browser_launcher.py", line 3329, in get_local_driver
shutil.copyfile(
File "F:\Python\Python38\lib\shutil.py", line 259, in copyfile
with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
PermissionError: [Errno 13] Permission denied: 'G:\venv\Lib\site-packages\seleniumbase\drivers/uc_driver.exe'
I am using version 4.24.10, the issue happened also at 4.24.12.
Any idea what should I do?
Thanks,
Tamir
The text was updated successfully, but these errors were encountered: