Search Criteria
Package Details: python-streamz 0.6.4-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-streamz.git (read-only, click to copy) |
|---|---|
| Package Base: | python-streamz |
| Description: | Real-time stream processing for python |
| Upstream URL: | https://github.com/python-streamz/streamz |
| Licenses: | BSD-3-Clause |
| Submitter: | thrasibule |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-07-17 14:32 (UTC) |
| Last Updated: | 2024-08-13 15:42 (UTC) |
Dependencies (19)
- lzo
- python-setuptools
- python-six
- python-toolz
- python-tornado
- python-zict
- snappy (snappy-gitAUR)
- python-build (make)
- python-installer (make)
- python-wheel (make)
- python-distributed (check)
- python-flaky (check)
- python-graphviz (check)
- python-networkx (python-networkx-gitAUR) (check)
- python-pandas (check)
- python-pytest (check)
- python-graphviz (optional) – for visualize the stream graph
- python-networkx (python-networkx-gitAUR) (optional) – for visualize the stream graph
- python-pandas (optional) – for supports streams of Pandas dataframes or Pandas series
Required by (1)
- owon-vds-tiny (optional)
Latest Comments
carlosal1015 commented on 2023-05-23 22:32 (UTC)
Hi @rcolistete, I disable the
check()function for now, maybe in the future will work with python 3.11 and gcc 13, last two are in the stable repositories in Arch Linux.rcolistete commented on 2023-05-23 19:13 (UTC) (edited on 2023-05-23 19:15 (UTC) by rcolistete)
On Manjaro KDE 22.1.2, kernel 6.3.3-1-MANJARO, Python Python 3.10.10, gcc 12.2.1 20230201 :
python-streamz 0.6.4-5, when compiling, gives a "check" error :
Workaround is disable line 27-29 of PKGBUILD :
rcolistete commented on 2022-10-31 14:44 (UTC)
python-streamz 0.6.4-2 is now compiling ok on my Manjaro 22.0.0 with kernel 6.0.2-2-MANJARO ! Thanks for the updated version !
carlosal1015 commented on 2022-10-26 18:02 (UTC) (edited on 2022-10-26 18:03 (UTC) by carlosal1015)
Could you please try again @rcolistete I can not reproduce the error on Arch Linux.
rcolistete commented on 2022-10-24 16:15 (UTC) (edited on 2022-10-24 16:15 (UTC) by rcolistete)
It doesn't compile on my Manjaro 22.0.0 with kernel 6.0.2-2-MANJARO :
rvlobato commented on 2022-04-06 21:19 (UTC)
When building and checking, it needs python-graphviz. Can you bump to include it on the checkdepends array? Thanks for maintaing it.