Package Details: python-hvplot 0.9.2-1

Git Clone URL: https://aur.archlinux.org/python-hvplot.git (read-only, click to copy)
Package Base: python-hvplot
Description: A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews
Upstream URL: https://hvplot.holoviz.org
Licenses: custom:BSD-3-Clause
Submitter: thrasibule
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 1
Popularity: 0.000000
First Submitted: 2019-07-26 20:56 (UTC)
Last Updated: 2024-01-30 05:15 (UTC)

Latest Comments

1 2 Next › Last »

rcolistete commented on 2022-11-09 00:59 (UTC)

It is worling now. I think the new version of the dependency, python-panel 0.14.1-2, solved the issue.

carlosal1015 commented on 2022-11-02 03:40 (UTC)

Hi @rcolistete. I found a downstream issue in python-panel related to the __version__, required for python-holoviews. I will try to fix at weekend.

rcolistete commented on 2022-10-31 22:16 (UTC) (edited on 2022-10-31 22:17 (UTC) by rcolistete)

It doesn't compile on my Manjaro 22.0.0 with kernel 6.0.2-2-MANJARO :

==> Iniciando check()...
============================= test session starts ==============================
platform linux -- Python 3.10.7, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python
cachedir: .pytest_cache
rootdir: /var/tmp/pamac-build-roberto/python-hvplot/src/hvplot-0.8.1, configfile: tox.ini
plugins: anyio-3.6.1, flake8-1.1.1, localserver-0.0.0, flaky-3.7.0, cov-4.0.0
collecting ... Fatal Python error: Segmentation fault

...

rvlobato commented on 2022-04-06 21:56 (UTC)

Sorry, I was not clear, python-graphviz is just needed when checking python-streamz, not python-hvplot. I putted a comment on python-streamz comments. Thanks and sorry for the confusion.

carlosal1015 commented on 2022-04-06 21:38 (UTC) (edited on 2022-04-06 21:43 (UTC) by carlosal1015)

Let me check again about python-graphviz. python-streamz is a checkdependency due to this test. python-graphviz does not look a (make|check)|dependency, providing a full log will help. hint: makepkg -s 2>&1 | tee -a log.

rvlobato commented on 2022-04-06 21:17 (UTC) (edited on 2022-04-06 21:50 (UTC) by rvlobato)

Hi @carlosal1015, thanks for updating it. Now it checkdepends on python-streamz, that makedepends on python-graphviz when checking.

carlosal1015 commented on 2022-04-05 15:44 (UTC)

Interesting @rvlobato, I should to learn more about the dependencies, since I only considered as makedependency python-setuptools (holoviews <- pandas <- setuptools). And the dependencies only this one. I will try now add more checkdependencies to see what is happening.

thrasibule commented on 2022-04-05 15:33 (UTC)

If you have python-xarray installed then the tests require python-pooch.

rvlobato commented on 2022-04-05 15:13 (UTC)

Hi, I tried to install this package, and I needed to install python-pooch, since it was not in makedepends, otherwise the package fails when checking. I think that was @phansc was referring. Thanks for maintaining it.