-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
orange associate can't be loaded #6588
Comments
I did a reinstall in a new venv using the requirements.txt from the github repository. I added some lines to the requirements.txt: after install I first got an error-message saying that pyqt5 wasn't available. I will start fresh with a virgin installation of Orange3 and I will add the extensions mentioned above to see which one is the culprit |
.. of course I will add the add-ons one by one |
1 similar comment
.. of course I will add the add-ons one by one |
orange testing addons 1 by 1 aparently there is a difference between adding the add-ons one by one or in batch?? At starting orange again however there are certain warnings that module such and such is not available with a mention of a specific pip install command that remedies the problem. I can solve all issues through these specific pip installs There is certainly a huge advantage to run orange with logging enabled. Not sure what my next step should be. Please - somebody with sufficient knowledge? =========warnings textable ============ ========= |
So, what I see here immediately is that Textable does not support Qt6. That addon is not within our control. The warnings you get can not be solved easily - that would need some maintenance by Textable authors. So is now Associate working for you? There should be no difference between installing from source and from the add-on dialog. But in between I see that you installed Qt5. I suspect there were some Qt issues too, but would need to verify that. Do you now still have any issues or are you just concerned about Textable warnings? |
Thanks for reporting the Associate issue. I also had problems using it with PyQt6. See the above-linked PR. It will be fixed in a new release. While looking at this, we need a new release of Educational. There, one widget had the same issue, which has already been fixed for 6 months but that addon has not been released since. |
I can make a release of an Educational addon. :) Edit: Orange3-educational is released |
I understand the issues with Textable. I could live without. I guess it is very difficult to maintain a system that is partly forged with 3rd-party modules. Thx for the reactions Cheers - Frank |
Some Qt6 issues in Orange3-Associate were now fixed (see biolab/orange3-associate#57 and biolab/orange3-associate#59) and the new version will be released shortly. @frankclaessen, thanks for reporting these Qt6-related bugs. Feel free to use Orange with Qt6 again, as you have at first. |
What's wrong?
I have added an add-in called Associate.
Although all seems wel after installation- meaning that all the necessary source files seem in place,
the log shows a problem in loading Associate and some other things
Constantly it show that QApp can't be found
How can we reproduce the problem?
What's your environment?
The text was updated successfully, but these errors were encountered: