Skip to main content

Orange, a component-based data mining framework.

Project description

[![Join the chat at https://gitter.im/biolab/orange3](https://badges.gitter.im/biolab/orange3.svg)](https://gitter.im/biolab/orange3?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![build: passing](https://img.shields.io/travis/biolab/orange3.svg)](https://travis-ci.org/biolab/orange3) [![codecov](https://codecov.io/gh/biolab/orange3/branch/master/graph/badge.svg)](https://codecov.io/gh/biolab/orange3)

[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 a development version of Orange 3. The stable version 2.7 is still available ([binaries] and [sources]).

[Orange]: http://orange.biolab.si/ [binaries]: http://orange.biolab.si/orange2/ [sources]: https://github.com/biolab/orange

Installing

Orange requires Python 3.4 or newer. To build it and install it in a development environment, run:

# Install some build requirements via your system’s package manager sudo apt install virtualenv git 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

# Clone the repository and move into it git clone https://github.com/biolab/orange3.git cd orange3

# Install Qt dependencies for the GUI pip install PyQt5 # Of if Python <= 3.4 and/or with package manager # sudo apt install python3-pyqt4

# Install other minimum required dependencies pip install -r requirements-core.txt # For Orange Python library pip install -r requirements-gui.txt # For Orange GUI

pip install -r requirements-sql.txt # To use SQL support pip install -r requirements-opt.txt # Optional dependencies, may fail

# Finally install Orange in editable/development mode. pip install -e .

Installation of SciPy and qt-graph-helpers is sometimes challenging because of their non-python dependencies that have to be installed manually. More detailed, if mostly obsolete, guides for some platforms can be found in the [wiki].

[wiki]: https://github.com/biolab/orange3/wiki

Anaconda Installation

First, install [Anaconda] for your OS (Python version 3.5+). 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

[Anaconda]: https://www.continuum.io/downloads

Starting Orange GUI

Orange GUI requires PyQt, which is not pip-installable in Python 3. You have to download and install it system-wide. Make sure that the virtual environment for orange is created with –system-site-packages, so it will have access to the installed PyQt4.

To start Orange GUI from the command line, assuming it was successfully installed, run:

orange-canvas # or python3 -m Orange.canvas

Append –help for a list of program options.

If you’re running Orange with PyQt5 or if you have multiple PyQt versions available, set the environmental variable QT_API to the PyQt version to use, e.g.:

export QT_API=pyqt5 orange-canvas

Compiling on Windows

Get appropriate wheels for missing libraries. You will need [numpy+mkl] and [scipy].

[numpy+mkl]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy [scipy]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy

Install them with

pip install some-wheel.whl

Install [Visual Studio compiler]. Then go to Orange3 folder and run:

[Visual Studio compiler]: http://landinghub.visualstudio.com/visual-cpp-build-tools

python setup.py build_ext -i –compiler=msvc install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Orange3-3.20.0.tar.gz (4.1 MB view details)

Uploaded Source

Built Distributions

Orange3-3.20.0-cp37-none-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.7 Windows x86-64

Orange3-3.20.0-cp37-none-win32.whl (4.1 MB view details)

Uploaded CPython 3.7 Windows x86

Orange3-3.20.0-cp37-cp37m-macosx_10_6_intel.whl (4.6 MB view details)

Uploaded CPython 3.7m macOS 10.6+ intel

Orange3-3.20.0-cp36-none-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.6 Windows x86-64

Orange3-3.20.0-cp36-none-win32.whl (4.1 MB view details)

Uploaded CPython 3.6 Windows x86

Orange3-3.20.0-cp36-cp36m-macosx_10_6_intel.whl (4.6 MB view details)

Uploaded CPython 3.6m macOS 10.6+ intel

File details

Details for the file Orange3-3.20.0.tar.gz.

File metadata

  • Download URL: Orange3-3.20.0.tar.gz
  • Upload date:
  • Size: 4.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for Orange3-3.20.0.tar.gz
Algorithm Hash digest
SHA256 1a07559dc02cf5edb743d816c3214ebe10e68abdc77aa0fefa14e0f892b92248
MD5 09f4cf72be38e6e3e7d41bb42c57e342
BLAKE2b-256 f34a63417389b7c1834e69cd6366d0b3f5f808f860154ec527eadd94f9e8d451

See more details on using hashes here.

File details

Details for the file Orange3-3.20.0-cp37-none-win_amd64.whl.

File metadata

  • Download URL: Orange3-3.20.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for Orange3-3.20.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 abee1ff5f1b1cf6ddab49e766836227ff1123603181096679580201803f58ecb
MD5 36795c6534ebed1c0065acc68b00a43e
BLAKE2b-256 d85d0baf686447773e948a2654258ff6208c8e32d07c399f75a45b35b84c5ef1

See more details on using hashes here.

File details

Details for the file Orange3-3.20.0-cp37-none-win32.whl.

File metadata

  • Download URL: Orange3-3.20.0-cp37-none-win32.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for Orange3-3.20.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 41c6c092209bfc0ccfab28f791115ecd1ebee6b04378ca6c4b20cf48f3adc72d
MD5 08aaacb6ed014860f66143a4d2e11fdb
BLAKE2b-256 8bf9850c42e9414555bdaac799dc7405fdc6c7fc0f89f0e77aab23da7fcf4797

See more details on using hashes here.

File details

Details for the file Orange3-3.20.0-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: Orange3-3.20.0-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for Orange3-3.20.0-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 5d5f35ad9b3a3678ebd432305ab0297d1006ccaa7de9b523741ba6613311418d
MD5 28505f34f1096af91978c361db0f93fb
BLAKE2b-256 39549c1264c48081ae387a45585b3637982bb6568b9401deaa6b6bf8c97b186a

See more details on using hashes here.

File details

Details for the file Orange3-3.20.0-cp36-none-win_amd64.whl.

File metadata

  • Download URL: Orange3-3.20.0-cp36-none-win_amd64.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.6, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for Orange3-3.20.0-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 f6fa2977848a2cd0437216086afe8dc8e52afb90ede611b7999ebf9cca75c3ba
MD5 1264f9055942af22a1e50ef1c0b7968c
BLAKE2b-256 4cd7a1c36f9957363d18c3a5eb63fce77d2864972f310168532a2c3b7d2a6e3d

See more details on using hashes here.

File details

Details for the file Orange3-3.20.0-cp36-none-win32.whl.

File metadata

  • Download URL: Orange3-3.20.0-cp36-none-win32.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.6, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for Orange3-3.20.0-cp36-none-win32.whl
Algorithm Hash digest
SHA256 95e533bd8fe134528009e007d8d912369fff2d16cb32c326a6593503ed438384
MD5 47ba47688f15b7a2322466f4b6491d50
BLAKE2b-256 eaa474efd0e8ca19d49f3b0ec3dd55e9d63f182794dcceb39466d2df2f9193cd

See more details on using hashes here.

File details

Details for the file Orange3-3.20.0-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: Orange3-3.20.0-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.6m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2

File hashes

Hashes for Orange3-3.20.0-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 f91aa0bd563ab7bc535fc95b49f71ba948e1cd7eb5bf874758aa51600432f88f
MD5 675b852892a22ebeda018c4cf9874ea7
BLAKE2b-256 9ead29ef05861f654d51aa5be8033eecdcb398d15c795840a25b1ea9cac14c45

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page