orange3

? :bar_chart: :bulb: Orange: Interactive data analysis https://orange.biolab.si

Github stars Tracking Chart

Orange

Discord Chat
build: passing
codecov

Orange is a component-based data mining software. It includes a range of data
visualization, exploration, preprocessing and modeling techniques. It can be
used through a nice and intuitive user interface or, for more advanced users,
as a module for the Python programming language.

This is the latest version of Orange (for Python 3). The deprecated version of Orange 2.7 (for Python 2.7) is still available (binaries and sources).

Installing with Miniconda / Anaconda

Orange requires Python 3.6 or newer.

First, install Miniconda for your OS. Create virtual environment for Orange:

conda create python=3 --name orange3

In your Anaconda Prompt add conda-forge to your channels:

conda config --add channels conda-forge

This will enable access to the latest Orange release. Then install Orange3:

conda install orange3

To install the add-ons, follow a similar recipe:

conda install orange3-<addon name>

See specific add-on repositories for details.

Installing with pip

To install Orange with pip, run the following.

# Install some build requirements via your system's package manager
sudo apt install virtualenv build-essential python3-dev

# Create a separate Python environment for Orange and its dependencies ...
virtualenv --python=python3 --system-site-packages orange3venv
# ... and make it the active one
source orange3venv/bin/activate

# Install Qt dependencies for the GUI
pip install PyQt5 PyQtWebEngine

# Install Orange
pip install orange3

Starting Orange GUI

To start Orange GUI from the command line, run:

orange-canvas
# or
python3 -m Orange.canvas

Append --help for a list of program options.

Main metrics

Overview
Name With Ownerbiolab/orange3
Primary LanguagePython
Program languagePython (Language Count: 6)
Platform
License:Other
所有者活动
Created At2013-02-22 12:52:56
Pushed At2025-06-03 11:27:09
Last Commit At2025-06-03 13:27:09
Release Count77
Last Release Name3.38.1 (Posted on )
First Release Name3.0 (Posted on 2013-08-31 22:51:48)
用户参与
Stargazers Count5.2k
Watchers Count185
Fork Count1.1k
Commits Count15.6k
Has Issues Enabled
Issues Count2509
Issue Open Count159
Pull Requests Count3924
Pull Requests Open Count19
Pull Requests Close Count425
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private