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
Describe the problem
I have a problem while trying to run the result from Pyinstaller with eel and electron.
Code snippet(s)
python3 -m eel backend/main.py design --onefile
python3 -m eel backend/main.py design --onefile --noconsole
Same issue while I am trying to run the result package with and without --noconsole
Terminal's result when opening the package:
Traceback (most recent call last):
File "main.py", line 45, in <module>
File "eel/__init__.py", line 174, in start
File "eel/__init__.py", line 206, in show
File "eel/browsers.py", line 77, in open
OSError: Can't find Electron installation
[31748] Failed to execute script 'main' due to unhandled exception!
Desktop:
OS: macOS Sonoma 14.1.2
Browser (using electron)
The text was updated successfully, but these errors were encountered:
Describe the problem
I have a problem while trying to run the result from Pyinstaller with eel and electron.
Code snippet(s)
Same issue while I am trying to run the result package with and without --noconsole
Terminal's result when opening the package:
Desktop:
The text was updated successfully, but these errors were encountered: