Package Details: python-orange 3.35.0-1

Git Clone URL: https://aur.archlinux.org/python-orange.git (read-only, click to copy)
Package Base: python-orange
Description: Open source machine learning and data visualization
Upstream URL: https://orangedatamining.com/
Licenses: GPL3
Submitter: xantares
Maintainer: None
Last Packager: TrialnError
Votes: 19
Popularity: 0.000421
First Submitted: 2015-02-21 06:48 (UTC)
Last Updated: 2023-06-28 19:20 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

jeancf commented on 2017-02-17 21:37 (UTC)

It installed fine but when I tried to execute orange-canvas I ran into multiple missing dependencies error: pkg_resources.DistributionNotFound: The 'keyrings.alt' distribution was not found and is required by Orange3 dill pkg_resources.DistributionNotFound: The 'bottleneck>=1.0.0' distribution was not found and is required by Orange3 AnyQt I could install keyrings.alt, dill and bottleneck manually but AnyQt is not available.

drws commented on 2016-04-17 21:36 (UTC)

There is a desktop file missing from the package (install script could provide it as it is a text-only content and the icon is already present on the system). A working example for me is: [Desktop Entry] Version=1.0 Type=Application Name=Orange Exec=orange-canvas Terminal=false Icon=/usr/lib/python3.5/site-packages/Orange/canvas/icons/orange-canvas.svg Categories=Development;

tastyminerals commented on 2016-01-10 12:43 (UTC) (edited on 2016-01-10 12:43 (UTC) by tastyminerals)

@KozRoss, python -m Orange.canvas

KozRoss commented on 2015-12-14 07:41 (UTC)

How do I actually run Orange once I've installed this package?

xantares commented on 2015-08-10 20:31 (UTC)

@kizar dont use pip, use dependencies on aur added sql dependencies

kizar commented on 2015-08-10 17:20 (UTC)

The PKGBUILD is wrong. And after installation you have to manually install: sudo pip install bottlechest sudo pip install sqlparse

xantares commented on 2015-05-30 10:51 (UTC)

@chem.tand, sklearn already depends on scipy, which pulls numpy

noplomplom commented on 2015-05-29 21:03 (UTC)

python-numpy should be added to the dependencies (for build)