Package Details: python-vega_datasets 0.9-1

Git Clone URL: https://aur.archlinux.org/python-vega_datasets.git (read-only, click to copy)
Package Base: python-vega_datasets
Description: A Python package for offline access to Vega datasets
Upstream URL: http://github.com/altair-viz/vega_datasets
Licenses: MIT
Submitter: j605
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 0
Popularity: 0.000000
First Submitted: 2018-06-30 13:42 (UTC)
Last Updated: 2025-04-10 23:28 (UTC)

Required by (1)

Sources (1)

Latest Comments

micwoj92 commented on 2025-04-10 23:39 (UTC)

Please bump pkgrel.

micwoj92 commented on 2025-04-10 23:10 (UTC)

Needs python-pandas in depends:

>>> import vega_datasets
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import vega_datasets
  File "/usr/lib/python3.13/site-packages/vega_datasets/__init__.py", line 1, in <module>
    from vega_datasets.core import DataLoader, LocalDataLoader
  File "/usr/lib/python3.13/site-packages/vega_datasets/core.py", line 8, in <module>
    import pandas as pd
ModuleNotFoundError: No module named 'pandas'

carlosal1015 commented on 2024-08-15 23:29 (UTC)

Hi, I have the following message error

  -> Extracting vega_datasets-0.9.tar.gz with bsdtar
==> Starting build()...
Traceback (most recent call last):
  File "/build/python-vega_datasets/src/vega_datasets-0.9/setup.py", line 5, in <module>
    from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
==> ERROR: A failure occurred in build().
    Aborting...