-
Notifications
You must be signed in to change notification settings - Fork 157
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
Phy gui is blank apart from cluster view and similarity view--if using python 3.12 #1283
Comments
If you run:
What appears? |
This is what appears: |
So your install is busted :( Now we need to figure out why. How did you install? |
I installed using a yml file containing the following text:
|
could you do
inside of the environment you created ? |
packages in environment at C:\Users\User\anaconda3\envs\phy2:Name Version Build Channelasttokens 2.4.1 pyhd8ed1ab_0 conda-forge |
Does openGL work on your Intel x-series? Seems like the error is happening there. |
How do I check that openGL works correctly? |
I would just google. For example Apple deprecated the use of openGL on macOS years ago which makes it very hard/basically impossible at this point to run phy on an M-series Mac. So I would google your exact processor and see if there are any issues with openGL on your processor/ in Windows 10. I've got Phy working on a Windows ten, but on the standard i-series processors, so I just wasn't sure if the x-series were the problem. |
From what I see, intel x-series processors themselves do not have graphics support. However, the computer I am using does appear to have a graphics card that supports at least openGL 4.5. Second, when I look in windows settings, hardware accelerated gpu scheduling is off. |
could you try using this as your yaml instead. We recently tried adding 3.12 support, but I think it might not be fully there yet. |
That works. Thank you. |
Thank you! It helped me discover that there is still an issue with 3.12. I changed the yaml file to automatically just do python 3.11 until I can track down the issue. |
When I open the gui using the command phy template-gui params.py, the gui opens but apart from what is listed in the title, nothing shows up. I am on a windows 10 machine with an intel x-series processor.
The text was updated successfully, but these errors were encountered: