GUI launch error from console #435
francocheli-gif
started this conversation in
General
Replies: 1 comment
-
|
Hi @francocheli-gif, I am not able to reproduce your error, but I am quite confident this is an environment error on your end. I would highly recommend creating a new, clean virtual environment and installing Optiland w/ the GUI again. I fully expect that to resolve the issue. Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I ve installed optiland with gui, but the command ''optiland'' doesn't seem to work and returns an error:
(base) C:\Users\SID4>python -m optiland_gui.run_gui
Traceback (most recent call last):
File "", line 189, in _run_module_as_main
File "", line 112, in get_module_details
File "C:\Users\SID4\anaconda3\Lib\site-packages\optiland_gui_init.py", line 3, in
from .undo_redo_manager import UndoRedoManager as UndoRedoManager
File "C:\Users\SID4\anaconda3\Lib\site-packages\optiland_gui\undo_redo_manager.py", line 13, in
from PySide6.QtCore import QObject, Signal
ImportError: DLL load failed while importing QtCore: The specified procedure could not be found.
(base) C:\Users\SID4>optiland
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\SID4\anaconda3\Scripts\optiland.exe_main.py", line 4, in
File "C:\Users\SID4\anaconda3\Lib\site-packages\optiland_gui_init.py", line 3, in
from .undo_redo_manager import UndoRedoManager as UndoRedoManager
File "C:\Users\SID4\anaconda3\Lib\site-packages\optiland_gui\undo_redo_manager.py", line 13, in
from PySide6.QtCore import QObject, Signal
ImportError: DLL load failed while importing QtCore: The specified procedure could not be found.
Any clues on how to solve this? :)
Bests,
Franco
Beta Was this translation helpful? Give feedback.
All reactions