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
When using the command pyinstaller --onefile -n "test1.1" camoufox_test.py, the generated executable doesn't work, showing errors about missing files. Do we need to set up environment variables first, similar to how Playwright requires setup?
For example, with Playwright we need to:
$env:PLAYWRIGHT_BROWSERS_PATH="0"
playwright install chromium
pyinstaller -F main.py
I use Windows
Thank you very much for your work
The text was updated successfully, but these errors were encountered:
When using the command
pyinstaller --onefile -n "test1.1" camoufox_test.py
, the generated executable doesn't work, showing errors about missing files. Do we need to set up environment variables first, similar to how Playwright requires setup?For example, with Playwright we need to:
$env:PLAYWRIGHT_BROWSERS_PATH="0"
playwright install chromium
pyinstaller -F main.py
I use Windows
Thank you very much for your work
The text was updated successfully, but these errors were encountered: