Replies: 3 comments
-
Hi, thanks for the info. Will investigate. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please run from the virtual env (easiest to do so via the iPython app in the control panel):
The re-launch Orange. This will be patched for future installs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Tried to install Orange using Dat Linux Control Panel. The script worked and Installed Orange and it's dependencies in a virtual environment in my home folder. However it fails to run. Here is the output of running it in Terminal:
Traceback (most recent call last): File "/home/hosein/.cari/venv/orange/3.34.1/bin/orange-canvas", line 5, in <module> from Orange.canvas.__main__ import main File "/home/hosein/.cari/venv/orange/3.34.1/lib/python3.10/site-packages/Orange/canvas/__main__.py", line 22, in <module> from AnyQt.QtGui import QColor, QDesktopServices, QIcon, QPalette File "/home/hosein/.cari/venv/orange/3.34.1/lib/python3.10/site-packages/AnyQt/QtGui.py", line 2, in <module> from .QtCore import QT_VERSION_INFO as __QT_VERSION_INFO File "/home/hosein/.cari/venv/orange/3.34.1/lib/python3.10/site-packages/AnyQt/QtCore.py", line 1, in <module> from . import _api File "/home/hosein/.cari/venv/orange/3.34.1/lib/python3.10/site-packages/AnyQt/_api.py", line 116, in <module> raise ImportError("PyQt4, PyQt5, PySide or PySide2 are not available for import") ImportError: PyQt4, PyQt5, PySide or PySide2 are not available for import
Beta Was this translation helpful? Give feedback.
All reactions