Search Criteria
Package Details: python-dash 3.2.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-dash.git (read-only, click to copy) |
|---|---|
| Package Base: | python-dash |
| Description: | A python framework for building analytical web applications |
| Upstream URL: | https://plot.ly/products/dash/ |
| Licenses: | MIT |
| Conflicts: | python-dash-core-components, python-dash-html-components, python-dash-renderer, python-dash-table |
| Provides: | python-dash-core-components, python-dash-html-components, python-dash-renderer, python-dash-table |
| Submitter: | thrasibule |
| Maintainer: | daizhirui |
| Last Packager: | daizhirui |
| Votes: | 5 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-07-11 17:38 (UTC) |
| Last Updated: | 2025-09-09 17:46 (UTC) |
Dependencies (15)
- python
- python-flask
- python-importlib-metadata
- python-nest-asyncio
- python-plotly
- python-requests
- python-retrying
- python-setuptools
- python-werkzeug
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-flask-compress (optional)
Latest Comments
1 2 Next › Last »
micwoj92 commented on 2026-02-01 00:29 (UTC)
Missing dependency:
mrxovo commented on 2024-09-29 09:58 (UTC)
When typing
paru -S python-dash, I got this error:Is something wrong in PKGBUILD file? How can I fix it? Thank you.
aeonik commented on 2023-09-27 19:40 (UTC)
This is a diff that can be used to make this PKGBUILD up to date:
jorgicio commented on 2021-10-08 15:22 (UTC)
Yes, I confirm that python-dash-renderer is also merged here, so it also should be added as a provided and conflict package.
thrasibule commented on 2021-10-06 16:11 (UTC)
@greyltc missed that one! I've submitted a request for python-dash-renderer as well.
greyltc commented on 2021-10-06 11:28 (UTC)
@thrasibule thanks! that did the trick. I guess upstream's docs are out of date (despite them actually saying they're up to date as of the 2.0 release).
I've submitted a deletion request for my python-dash-table AUR package. Looks like your python-dash-renderer is rolled into this now too. Shall we ask for that to be deleted too?
thrasibule commented on 2021-10-05 16:49 (UTC)
dash_core_components has been moved inside dash, so you need to to something like that instead:
Same for
dash_tableorhtml.greyltc commented on 2021-10-05 08:28 (UTC)
A recent update here seems to have broken my stuff. I can no longer access core components for example. Here's the docs on how core components should be imported: https://dash.plotly.com/dash-core-components
But
import dash_core_components as dccgives "ModuleNotFoundError: No module named 'dash_core_components'"Am I doing something wrong?
jorgicio commented on 2021-09-22 22:04 (UTC) (edited on 2021-09-22 22:05 (UTC) by jorgicio)
As of 2.0.0 version of this package, core-components, html-components and table are merged into the same package. So you may consider adding these lines to the PKGBUILD:
provides=('python-dash' 'python-dash-core-components' 'python-dash-html-components' 'python-dash-table')conflicts=('python-dash-core-components' 'python-dash-html-components' 'python-dash-table')And the split packages won't be required anymore.
greyltc commented on 2020-08-02 14:43 (UTC)
great! I'm happy to take a crack at making the initial split package version too if you'd rather that. Just let me know!
1 2 Next › Last »