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

Problem with wordcloud #7031

Closed
uelramon opened this issue Feb 14, 2025 · 2 comments
Closed

Problem with wordcloud #7031

uelramon opened this issue Feb 14, 2025 · 2 comments
Labels
bug report Bug is reported by user, not yet confirmed by the core team

Comments

@uelramon
Copy link

What's wrong?

I use Orange through Anaconda, but I've already used version 3.38 downloaded directly from the program's website and had a similar problem. In the version with Anaconda, whenever I try to create a word cloud, Orange closes unexpectedly, generating the error message that I paste below.

In version 3.38, which I downloaded directly from the program's website, the word cloud addon opened, but did not show the word cloud image.

Error.txt

How can we reproduce the problem?

It doesn't matter what type of database or file I'm working on in Orange, every time I open the word cloud the software closes.

What's your environment?

  • Operating system: MacOs Big Sur
  • Orange version: 3.38
  • How you installed Orange: Anaconda version 2.6.4
@uelramon uelramon added the bug report Bug is reported by user, not yet confirmed by the core team label Feb 14, 2025
@ales-erjavec
Copy link
Contributor

You are using an intel mac right?

Can you try

QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" orange-canvas
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox" orange-canvas
QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu --no-sandbox" orange-canvas

in the anaconda env and

QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" /Applications/Orange3.app/Contents/MacOS/Orange
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox" /Applications/Orange3.app/Contents/MacOS/Orange
QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu --no-sandbox" /Applications/Orange3.app/Contents/MacOS/Orange

for the downloaded application

(ref: #6746 (comment))

@ajdapretnar
Copy link
Contributor

Closed due to no response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Bug is reported by user, not yet confirmed by the core team
Projects
None yet
Development

No branches or pull requests

3 participants