-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Orange3 Text widgets don't show up #1055
Comments
Also this is the error within the terminal: python -m Orange.canvas |
I have identical issue. Same versions of Orange and add-on. Except I am on Ubuntu 22.04. |
@BlankerHans I have found the following workaround to be working for me https://stackoverflow.com/questions/78279136/importerror-cannot-import-name-triu-from-scipy-linalg-when-importing-gens. After i install this version of Scipy Orange loads the widgets successfully. |
Your are king. This actually was the fix also for me. :D |
pip install scipy==1.10.1 |
Duplicete of #1055 |
Describe the bug
The installation is succesful as there is no error message.
To Reproduce
Steps to reproduce the behavior:
Options -> Add-ons -> install text
Expected behavior
Widgets showing up. I installed different add-ons for example time series and the widgets show up on the left.
Orange version:
3.36.2
I am using orange in an anaconda environment.
Text add-on version:
1.15.0
Operating system:
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: