Search Criteria
Package Details: python-orange 3.32.0-1
Package Actions
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: | a821 |
Last Packager: | a821 |
Votes: | 19 |
Popularity: | 0.118889 |
First Submitted: | 2015-02-21 06:48 (UTC) |
Last Updated: | 2022-04-03 10:15 (UTC) |
Dependencies (32)
- python-anyqt (python-anyqt-git)
- python-baycomp
- python-bottleneck
- python-chardet
- python-httpx (python-httpx0.13)
- python-joblib
- python-keyrings-alt
- python-louvain
- python-matplotlib (python-matplotlib-git)
- python-networkx (python-networkx-1.11, python-networkx-git)
- python-numpy (python-numpy-mkl, python-numpy-git, python-numpy-openblas, python-numpy-mkl-bin)
- python-openpyxl
- python-opentsne
- python-orange-canvas-core
- python-orange-widget-base (python-orange-widget-base-git)
- python-pandas
- python-pip
- python-pygments
- python-pyqt5-webengine
- python-pyqtgraph (python-pyqtgraph-git)
- Show 12 more dependencies...
Latest Comments
a821 commented on 2022-01-18 09:03 (UTC)
I pushed a new version which removes the versioned dependency on
python-httpx
as I am not quite sure why it is needed, since it is only referenced in one file (Orange/misc/server_embedder.py
) and two other test files. I performed some testing and the application seems to work. I suggest to submit a feature request to upstream to update the versioned dependency.Anaeijon commented on 2022-01-17 16:42 (UTC)
When trying to start orange-canvas following error occurs:
The dependencies are
community/python-httpx
which is at version 0.21.1-3, so httpx>0.20 oraur/python-httpx0.13
which is at version 0.13.3-1, so httpx<0.14.0.Are there any packages that fulfill the requirement or is there any workaround?
McLenin commented on 2021-09-15 07:50 (UTC)
If you change the pkgver to 3.29.3 and update the package sums it works OK.
tikhon03 commented on 2021-06-22 20:16 (UTC)
I am currently getting the following errors with version 3.27.1 (all dependencies are current e.g. python-3.9.5-3 and cython-0.29.23-1):
Orange/classification/_tree_scorers.c: In function ‘__Pyx_modinit_type_init_code’: Orange/classification/_tree_scorers.c:24988:25: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’ 24988 | __pyx_typepyxarray.tp_print = 0; | ^ Orange/classification/_tree_scorers.c:24993:31: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’ 24993 | pyx_typepyxMemviewEnum.tp_print = 0; | ^ Orange/classification/_tree_scorers.c:25008:30: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’ 25008 | pyx_type___pyx_memoryview.tp_print = 0; | ^ Orange/classification/_tree_scorers.c:25021:35: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
...
==> ERROR: A failure occurred in build(). Aborting...
RoninBorges commented on 2020-10-17 22:36 (UTC)
Orange-canvas does not start: Cannot mix incompatible Qt library (5.15.1) with this library (5.15.0)Aborted (core dumped) orange canvas
AlexParkhomenko commented on 2020-03-21 19:43 (UTC) (edited on 2020-03-21 19:46 (UTC) by AlexParkhomenko)
Please add Dependencies: 'python-openpyxl' 'python-orange-widget-base' 'python-orange-canvas-core'
JohnRobson commented on 2019-03-08 04:05 (UTC)
In the "python-opentsne" PKGBUILD, I commented line: "rm -r "${pkgdir}"/usr/lib/python*/site-packages/{benchmarks,examples,tests}" and works.
JohnRobson commented on 2019-03-08 03:37 (UTC)
tastyminerals commented on 2019-03-04 08:16 (UTC)
Throws an error after installation:
pkg_resources.DistributionNotFound: The 'openTSNE>=0.3.0' distribution was not found and is required by Orange3
xantares commented on 2018-09-10 11:13 (UTC)
@geosam, @mmdoublem, please ask upstream for the fusion argument as default, or use an alias in your shell or whatever
mmdoublem commented on 2018-08-09 10:43 (UTC) (edited on 2018-08-09 12:42 (UTC) by mmdoublem)
This has already been mentioned for the previous versions:
Please chnage Desktop app with:
orange-canvas --style fusion
It is really fustrating to have to change this manually everytime.
Otherwise thank you for making this software available here!
Currently orange-canvas highlights missing dependencies after installing them:
Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 570, in _build_master ws.require(requires) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 888, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 779, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (networkx 2.1 (/usr/lib/python3.7/site-packages), Requirement.parse('networkx<2.0.0'), {'python-louvain'})
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/bin/orange-canvas", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3095, in <module> @_call_aside File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3079, in _call_aside f(args, *kwargs) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 3108, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 572, in _build_master return cls._build_from_requirements(requires) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 585, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/lib/python3.7/site-packages/pkg_resources/init.py", line 779, in resolve raise VersionConflict(dipython3 -m Orange.canvasst, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (networkx 2.1 (/usr/lib/python3.7/site-packages), Requirement.parse('networkx<2.0.0'), {'python-louvain'})</module></module>
However python3 -m Orange.canvas starts the program
geosam commented on 2017-12-03 19:20 (UTC)
Please chnage Desktop app with:
orange-canvas --style fusion
jeancf commented on 2017-02-18 22:49 (UTC)
jeancf commented on 2017-02-17 21:37 (UTC)
drws commented on 2016-04-17 21:36 (UTC)
tastyminerals commented on 2016-01-10 12:43 (UTC) (edited on 2016-01-10 12:43 (UTC) by tastyminerals)
KozRoss commented on 2015-12-14 07:41 (UTC)
xantares commented on 2015-08-10 20:31 (UTC)
kizar commented on 2015-08-10 17:20 (UTC)
xantares commented on 2015-05-30 10:51 (UTC)
noplomplom commented on 2015-05-29 21:03 (UTC)
ckoresko commented on 2015-05-13 16:53 (UTC)
Sachiel commented on 2015-05-11 22:23 (UTC)