-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
qt6 use qt.conf instead of qt6.conf on osx_arm64 #150
Comments
To confirm that qt6 uses As already mentioned by @ccordoba12 and @hmaarrfk in #99 (comment), it sounds like the qt6-main recipe may need some tweaks at least on osx. |
I personally feel like it might be appropriate to path the partial OSx logic logic out of qt. Being able to install both qt6 and qt5 is tabthe same time is going to be critical in helping people transition |
@hmaarrfk, I thought this was fixed already. |
No. I don't have osx machines (well i have one with a broken screen) so i can't really test it. You know how these platform integration challenges go..... |
The biggest thing you can do is help test. However, the requirement is to have something to test. I've pointed out where i believe the difference in behavior is. In my mind:
Helping with 4 is critical (and i couldn't find anybody to help at the time) but steps 1-3 may depend on your skill level. |
The main issue is that I don't use conda at all, so I'm not sure I can really contribute much here except for testing (I don't even understand why So please let me know when there are new packages to test! And since the problem definitely also affects x86 you could edit the title. |
the organization of packages on pypi is different than that of the ones in conda-forge. The identification of the plugin path is done in https://github.com/qt/qtbase/blob/97165dbfa15118e197dd3ea28968d29141171a4d/src/corelib/global/qlibraryinfo.cpp#L99 I'm not sure what The task would be to investigate what is going in that part of the code, and to adjust the paths accordingly. |
If somebody wants to click through the azure interface and test #167 then we can see if the proposed patch addresses the issues, |
Thank you @hmaarrfk for fixing the issue! I have tested it and it seems to be fixed: ovito starts fine. To follow the following steps:
|
Can you confirm that you also have qt5-main installed? If you can please copy the results for |
Here you go:
|
Perfect thank you. I had a chance to test on a friend's system. I got the warning:
thought that may be due to the fact that pyside6 is misconfigured. |
that file indeed part of pyside and likely needs to be rebuilt. |
Solution to issue cannot be found in the documentation.
Issue
Step to reproduce:
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: