Search Criteria
Package Details: python-orange 3.26.0-1
Git Clone URL: | https://aur.archlinux.org/python-orange.git (read-only, click to copy) |
---|---|
Package Base: | python-orange |
Description: | Open source data visualization and analysis for novice and experts. Data mining through visual programming or Python scripting. |
Upstream URL: | http://orange.biolab.si/ |
Licenses: | |
Submitter: | xantares |
Maintainer: | None |
Last Packager: | xantares |
Votes: | 17 |
Popularity: | 0.016518 |
First Submitted: | 2015-02-21 06:48 |
Last Updated: | 2020-07-06 19:45 |
Dependencies (26)
- python-anyqt (python-anyqt-git)
- python-baycomp
- python-bottleneck
- python-chardet
- python-docutils
- python-httpx
- python-joblib
- python-keyrings-alt
- python-louvain
- python-matplotlib (python-matplotlib-git)
- python-networkx (python-networkx-1.11)
- python-openpyxl
- python-opentsne
- python-orange-canvas-core
- python-orange-widget-base (python-orange-widget-base-git)
- python-pandas
- python-pip
- python-psycopg2 (python-psycopg2-binary, python2-psycopg2-binary)
- python-pyqtgraph (python-pyqtgraph-git)
- python-requests
- python-scikit-learn (python-scikit-learn-git)
- python-serverfiles
- python-xlrd
- python-xlsxwriter
- qt5-svg (qt5-svg-git)
- python-setuptools (make)
Latest Comments
1 2 3 Next › Last »
RoninBorges commented on 2020-10-17 22:36
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
Please add Dependencies: 'python-openpyxl' 'python-orange-widget-base' 'python-orange-canvas-core'
JohnRobson commented on 2019-03-08 04:05
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
tastyminerals commented on 2019-03-04 08:16
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
@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
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
Please chnage Desktop app with:
orange-canvas --style fusion
jeancf commented on 2017-02-18 22:49
Thanks for the update. I did a complete remove and re-install to check that all dependencies were OK. You are still missing 2 packages:
python-pip
python-dill
jeancf commented on 2017-02-17 21:37
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.