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 tried to package this with my executable by using "pyinstaller -F --icon icon.ico --hidden-import=selenium_driverless main.py" but I'm getting the error:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\admin\AppData\Local\Temp\_MEI145002\selenium_driverless/files/is_first_run'
File "selenium_driverless\webdriver.py", line 128, in aenter
File "selenium_driverless\webdriver.py", line 154, in start_session
File "selenium_driverless\types\options.py", line 311, in add_extension
OSError: Path to the extension doesn't exist
But after a hint of kali* I found:
-collect-all "selenium_driverless"
Add this to the PyInstaller arguments and its working :).
Hey there,
I tried to package this with my executable by using "pyinstaller -F --icon icon.ico --hidden-import=selenium_driverless main.py" but I'm getting the error:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\admin\AppData\Local\Temp\_MEI145002\selenium_driverless/files/is_first_run'
any help would be appreciated, Thanks.
UPDATE (by maintainer)
workaround available
The text was updated successfully, but these errors were encountered: