Search Criteria
Package Details: python-datasets 2.12.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-datasets.git (read-only, click to copy) |
---|---|
Package Base: | python-datasets |
Description: | The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools |
Upstream URL: | https://github.com/huggingface/datasets |
Keywords: | datasets deep-learning huggingface machine-learning |
Licenses: | Apache |
Submitter: | trougnouf |
Maintainer: | daskol |
Last Packager: | daskol |
Votes: | 1 |
Popularity: | 0.038489 |
First Submitted: | 2021-09-01 14:06 (UTC) |
Last Updated: | 2023-04-28 14:32 (UTC) |
Dependencies (22)
- python-aiohttp (python-aiohttp-git)
- python-dill
- python-fsspec
- python-huggingface-hub (python-huggingface-hub-git)
- python-multiprocess
- python-numpy (python-numpy-git, python-numpy1.22, python-numpy-openblas, python-numpy-flame, python-numpy-mkl-bin, python-numpy-mkl)
- python-packaging (python-packaging-21)
- python-pandas
- python-pyarrow (python-apache-arrow)
- python-requests
- python-tqdm
- python-xxhash
- python-yaml (python-yaml-git)
- python-build (make)
- python-installer (python-installer-git) (make)
- python-setuptools (make)
- python-wheel (make)
- python-librosa (optional) – Audio datasets
- python-pillow (python-pillow-git, python-pillow-simd) (optional) – Vision datasets
- Show 3 more dependencies...
Latest Comments
1 2 Next › Last »
Relih commented on 2023-02-09 21:51 (UTC)
@daskol I managed to upgrade the package by manually removing the version restrictions. My guess is that the version format of the actually installed package doesn't match the format that is in the PKGBUILD and so the dependency can never satisfy the constraint.
daskol commented on 2023-02-08 11:02 (UTC)
@Relih No idea how to resolve dependency conflict. I guess that
python-datasets
depends onpython-huggingface-hub
as well aspython-evaluate
which depends onpython-datasets
in advance. May be this is the issue, not sure.Relih commented on 2023-02-07 22:19 (UTC)
@daskol Here you go
daskol commented on 2023-02-07 22:00 (UTC)
@Relih Sorry, I meant packages which requires
python-huggingface-hub
.How do you install
python-datasets
? What tool do you use?Relih commented on 2023-02-07 21:34 (UTC)
@daskol sure can do, here is the output
daskol commented on 2023-02-07 21:28 (UTC)
@Relih Thanks! Much better now. It seems that you have some packages which depend on
python-huggingface-hub
orpython-huggingface-hub-git
. Can you find decendants ofpython-datasets
?Relih commented on 2023-02-07 21:24 (UTC)
@daskol Sorry, should be fixed now
daskol commented on 2023-02-07 21:23 (UTC)
@Relih Could you attach as a log file or post output as monospace block? It is extremely hard to read and understand what is going on.
Relih commented on 2023-02-07 21:20 (UTC) (edited on 2023-02-07 21:24 (UTC) by Relih)
I am having problems updating this package, no matter what provider I choose for python-huggingface-hub pacman will report unmet dependency errors.
The following is what gets reported if I chose python-huggingface-hub
And this if I choose python-huggingface-hub-git I get this after the git package is built
Freed commented on 2022-11-21 07:14 (UTC)
pip install 'charset-normalizer==2.1.1'
can solve the bug temporarily.1 2 Next › Last »