Search Criteria
Package Details: python-orange 3.35.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: | None |
Last Packager: | TrialnError |
Votes: | 19 |
Popularity: | 0.000007 |
First Submitted: | 2015-02-21 06:48 (UTC) |
Last Updated: | 2023-06-28 19:20 (UTC) |
Dependencies (32)
- python-anyqtAUR (python-anyqt-gitAUR)
- python-baycompAUR
- python-bottleneck
- python-chardet
- python-httpx (python-httpx-gitAUR)
- python-joblib
- python-keyrings-alt
- python-louvainAUR
- python-matplotlib (python-matplotlib-gitAUR)
- python-networkx (python-networkx-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-openpyxl
- python-opentsneAUR (python-opentsne-gitAUR)
- python-orange-canvas-coreAUR
- python-orange-widget-baseAUR (python-orange-widget-base-gitAUR)
- python-pandas
- python-pip
- python-pygments
- python-pyqt5-webengine
- python-pyqtgraph
- python-qtconsole (python-qtconsole-gitAUR)
- python-requests
- python-scikit-learn (python-scikit-learn-gitAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- python-serverfilesAUR
- python-xlrd
- python-xlsxwriter
- python-yaml (python-yaml-gitAUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-setuptools (make)
- python-psycopg2 (optional) – PostgreSQL database support
- python-pymssqlAUR (optional) – Microsoft SQL Server support
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
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)
« First ‹ Previous 1 2 3 4 Next › Last »