Skip to content
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

Text add-on does not work with newest scipy (because of gensim) #1059

Closed
Threeandy opened this issue Apr 19, 2024 · 4 comments · Fixed by #1060
Closed

Text add-on does not work with newest scipy (because of gensim) #1059

Threeandy opened this issue Apr 19, 2024 · 4 comments · Fixed by #1060
Assignees

Comments

@Threeandy
Copy link

Anaconda installed Orange3.62.2 smoothly
It is also normal to execute Orange
But after installing Text Add-ons
The Orange home screen does not display the Text icon function (as shown in the screenshot)
Where did the problem occur?

01
02

@KelvinBalcombe
Copy link

I have the icon that supposedly allows me to install it but does not then appear on the menu as it says it should

@Threeandy
Copy link
Author

Dear Kelvin,
seems we meet the same problem !!

@markotoplak
Copy link
Member

First, I tried the installer from Orange's web page, and everything was OK.

Next, I tried using a fresh Miniconda environment, and I managed to reproduce the bug. The issue is that gensim, one of Text's dependencies, expects imports triu from scipy.linalg, which was removed in scipy 1.13. So to make it work, downgrade scipy: conda install scipy=1.11.4

We have to discuss how to solve this more generally.

As a side note, I see that orange3-text was installed from pypi in my case even though I was running it from a (custom) Miniconda. Is this expected?

@markotoplak markotoplak changed the title Text Add-ons are installed, but Orange 3.36.2 does not display the widget icon Text add-on does not work with newest scipy (because of gensim) May 10, 2024
@markotoplak
Copy link
Member

Reference: piskvorky/gensim#3525

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants