Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm unable to download the chrome_driver after packaging with Nuitka. #1867

Open
LINKlang opened this issue May 5, 2024 · 2 comments
Open

Comments

@LINKlang
Copy link

LINKlang commented May 5, 2024

When I use Nuitka for packaging, it encounters a bug here.
image

Here is my packaging command:
nuitka --mingw64 --include-package-data=selenium --enable-plugin=tk-inter --standalone --onefile --windows-icon-from-ico=main.ico --output-dir="D:\Silly\dist" "D:\Silly\Cl.py"

@LINKlang
Copy link
Author

LINKlang commented May 5, 2024

image
PyInstaller encounters the same issue.

@bobertlo
Copy link

bobertlo commented May 6, 2024

applying this change to my local install fixed this issue

7539936

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants