biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.86k stars 1.01k forks source link

Report doesn't displayed and I can't download report #6746

Open DevopsDmytro opened 8 months ago

DevopsDmytro commented 8 months ago

When I press report button, first I have received errors and after that I didn't see nothing in report preview window, also I can't download report in html and pdf version, after I press save button nothing happen while I can save only x.report file.

2

Click on report button.

What's your environment? Orange Version 3.36.2

PRETTY_NAME="LMDE 6 (faye)"
NAME="LMDE"
VERSION_ID="6"
VERSION="6 (faye)"
VERSION_CODENAME=faye
ID=linuxmint
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
ID_LIKE=debian
DEBIAN_CODENAME=bookworm

How you installed Orange:

pipx install orange3
pipx inject orange3 PyQt5
pipx inject orange3 PyQtWebEngine

#run orange3
orange-canvas
pipx list --include-injected
venvs are in /home/lol/.local/pipx/venvs
apps are exposed on your $PATH at /home/lol/.local/bin
   package orange3 3.36.2, installed using Python 3.11.2
    - orange-canvas
    Injected Packages:
      - pyqt5 5.15.10
      - pyqtwebengine 5.15.6
   package pyqt5 5.15.10, installed using Python 3.11.2
    - pylupdate5
    - pyrcc5
    - pyuic5
DevopsDmytro commented 8 months ago

Also this is my logs from

orange-canvas -l 2

log.txt

ales-erjavec commented 8 months ago

Can you try these three combinations:

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

*ref : https://github.com/biolab/orange3/issues/6713#issuecomment-1923383113

markotoplak commented 8 months ago

From logs it also seems that the SOM widget now has quite a few bugs...