-
Notifications
You must be signed in to change notification settings - Fork 475
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
CFclient 2023.11 not starting due to QT6 mismatch #690
Comments
Hi! hmmm... that's odd. It sounds like the same issue that people see in the VM... #689 I'm running it on windows 11 as well with python 3.10, and it worked for me. Is it perhaps something that is missing on this list I wonder? https://doc.qt.io/qt-6/linux-requirements.html, but I can't find the windows equivalent |
@matejkarasek which version of pyqt6 was installed on your machine? |
I believe it is 6.6.0
|
Hmm interesting. I have 6.5.2. Let me see if I can update it |
I've just upgraded it to 6.6.1 and no issues there.. the search continues! |
So I found a fix. I uninstalled cfclient as well as anything Qt6 related. After that, The problem must have been different versions of PyQt6 and PyQt6-Qt6: Before
After
|
Ah good one! Perhaps a bit tricky if already a QT 6 version was installed on the computer... would be handy to not have that happen. We should perhaps put in a check on startup that can detect this mismatch and give some kind of error (like reinstalling QT6) |
So I've tried it on a clean venv environment, and it opens without issues, so this is an problem for anybody that have installed the cfclient through the development branch first a while ago and then updates it. So in that sense this fix should be:
|
Same thing with the bitcraze VM, in a clean install this issue will not happen. I'd still like to be able to handle issues like this though... either as a startup warning or indicating in documentation... so let's keep this issue open for now. |
I have the same issue on Mac: zsh: abort cfclient |
Hi! You don't have the same error as @matejkarasek had:
Yours is
@faezehmhmdi Could you start a thread in discussions for this so we can first determine if it's an actual bug in the cfclient or just a missing package? https://discussions.bitcraze.io/ |
Hi,
I cannot get to run the latest release (2023.11) on Win 11 with Python 3.11.4 installed via pip.
2023.6 works fine.
Didn't dig deeper into it, but seems to be related to switching to Qt6?
The text was updated successfully, but these errors were encountered: