Installing Orange on Linux with uv #7319
RomanPro100
started this conversation in
Show and tell
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
UPDATE:
To install Orange with a single command, run:
Replace
PyQt6,PyQt6-WebEnginewithPyQt5,PyQtWebEngineto use PyQt5.I didn't want to install
condajust for this one program and I already haduvinstalled so I decided to try and use it instead. These are the steps that helped me get it installed:orange3as a tool:This should add the
orange-canvasexecutable to your$PATHand an environment for the program. Next, you have to add a PyQt version.cdtoorange3's environment root and activate virtual environment:To use PyQt5, install
PyQt5andPyQtWebEngineinstead.After all that,
orange-canvaslaunches and works perfectly fine, but of course you cannot install plugins from the GUI (this requiresconda). I assume they can be installed withuvtoo, but I haven't tried yet.All reactions