Search Criteria
Package Details: python-dask 2.8.0-1
Git Clone URL: | https://aur.archlinux.org/python-dask.git (read-only, click to copy) |
---|---|
Package Base: | python-dask |
Description: | Minimal task scheduling abstraction |
Upstream URL: | https://github.com/dask/dask |
Licenses: | |
Submitter: | Francois_B |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 4 |
Popularity: | 0.56 |
First Submitted: | 2015-06-15 01:38 |
Last Updated: | 2019-11-21 18:37 |
Dependencies (28)
- python (python-dbg)
- python-cloudpickle
- python-fsspec
- python-numpy (python-numpy-openblas, python-numpy-mkl, python-numpy-mkl-bin)
- python-pandas
- python-scipy (python-scipy-openblas, python-scipy-mkl, python-scipy-mkl-bin)
- python-toolz
- python-yaml
- python-partd>=0.3.8
- python-bcolz (check)
- python-cachey (check)
- python-pytest (check)
- python-setuptools (make)
- ipython (optional) – ipython integration
- python-bcolz (optional)
- python-bokeh (optional)
- python-cachey (optional)
- python-cityhash (optional) – faster hashing
- python-distributed (optional)
- python-fastparquet (optional) – Parquet support
- python-gcsfs (optional) – Google Cloud Storage fs support
- python-graphviz (optional)
- python-h5py (python-h5py-git, python2-h5py-git, python-h5py-openmpi) (optional) – hdf5 support
- python-psutil (optional)
- python-pyarrow (optional) – Parquet support
- python-s3fs (optional) – S3 support
- python-sparse (optional) – sparse data support
- python-zarr (optional)
Latest Comments
1 2 3 Next › Last »
ujh commented on 2019-11-26 07:33
@thrasibule: Thanks, I could install both packages now (using pikaur).
thrasibule commented on 2019-11-19 15:38
@ujh I've removed python-distributed from checkdepends. Let me know if this fixes it for you.
ujh commented on 2019-11-19 09:02
Hi, I cannot install python-dask nor python-distrubuted d/t:
:: error: Dependency cycle detected between {'python-dask': 3, 'python-distributed': 1}
Can I do anything about that? Thanks!
alexgillan commented on 2019-07-22 07:05
warning: cannot resolve "python2-toolz", a dependency of "python2-dask" warning: cannot resolve "python2-partd>=0.3.8", a dependency of "python2-dask" :: The following package cannot be upgraded due to unresolvable dependencies: python2-dask error occurs. https://drivingdirections.live/
steinbuch commented on 2019-07-20 23:11
=========================================================================================================================================================== ERRORS =========================================================================================================================================================== ____________________ ERROR collecting dask/tests/test_base.py ______________________ ImportError while importing test module './python-dask/src/dask-2.0.0/dask/tests/test_base.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: dask/tests/test_base.py:1024: in <module> from dask.tests.py3_test_await import * # noqa F401 dask/tests/py3_test_await.py:4: in <module> from distributed.utils_test import gen_cluster, inc E ModuleNotFoundError: No module named 'distributed'
joanmanel commented on 2019-03-13 09:38
Trying to update produces the following error:
warning: cannot resolve "python2-toolz", a dependency of "python2-dask" warning: cannot resolve "python2-partd>=0.3.8", a dependency of "python2-dask" :: The following package cannot be upgraded due to unresolvable dependencies: python2-dask
joanmanel commented on 2019-01-15 10:39
Upgrading this package produces the following error:
https://pastebin.com/49nx2ywr
Ifnister commented on 2019-01-09 19:35
Why are there so many python2 dependencies when there is another python2 package?
amos commented on 2018-11-13 00:55
I think python-zict is also missing for the tests.
juseg commented on 2018-10-02 06:03
Is this dependence hell? I think python-yaml is missing for the tests.