-
Notifications
You must be signed in to change notification settings - Fork 251
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
GUI closed automatically on windows #421
Comments
Hi @Shulu-Chen, Does the gui show briefly, or not at all? Are you by chance running in a debugging/interactive environment (default in e.g., PyCharm, or Spyder). You could have a look here for several leads. Another suggestion; since you are running on a clean environment, could you:
|
Hi @jooste, Thanks for your help, I replaced the PyQt6 with PyQt5, then everything goes well on Windows! Just want to let you know that this issue only happens on the Windows side, while PyQt6 works well on macOS.
|
Can confirm I had the same issue on windows. |
Hi @jtoledo1974, can you show the output of the command |
This was on a clean environment I created like python311 -m venv venv After it failed to load I uninstalled the qt6 packages to install the qt5 packages as mentioned by Shulu-Chen |
Hello,
I want to update the BlueSky to the latest version. Clone and create a new env for it. I use
python 3.10
and installed all of the packages needed. It works well on macOS, but not ok on windows. The GUI would automatically be closed once I runbluesky.py
. No error shows out. Here is the running info:I guess it perhaps is the issue of OpenGL core or PyQt6 because the older version of BlueSky runs well on my Windows. Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: