Package Details: python-asdf 3.2.0-1

Git Clone URL: https://aur.archlinux.org/python-asdf.git (read-only, click to copy)
Package Base: python-asdf
Description: A Python tool for reading and writing Advanced Scientific Data Format (ASDF) files
Upstream URL: https://asdf.readthedocs.io
Licenses: BSD-3-Clause
Submitter: Universebenzene
Maintainer: Universebenzene
Last Packager: Universebenzene
Votes: 0
Popularity: 0.000000
First Submitted: 2018-02-14 11:01 (UTC)
Last Updated: 2024-04-06 05:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

Universebenzene commented on 2021-12-16 17:03 (UTC)

@simona https://www.reddit.com/r/archlinux/comments/rf6c84/psa_python_310_is_in_core_rebuild_your_aur/ have a look at this.

simona commented on 2021-12-16 17:00 (UTC)

exist a way to keep all updated?

simona commented on 2021-12-16 16:59 (UTC)

done. more packages listed. no error. but no success :-(

Universebenzene commented on 2021-12-16 16:51 (UTC)

@simona pacman -Qoq /usr/lib/python3.9, then use yay to rebuild all the output packages.

simona commented on 2021-12-16 16:42 (UTC)

I'm not sure I understand. i update all via yay -S which also updates all aur packages. is there any other update command to do outside of yay -S?

Universebenzene commented on 2021-12-16 16:02 (UTC) (edited on 2021-12-16 16:04 (UTC) by Universebenzene)

@simona I mean you should REBUILD all your python related packages which are installed from AUR, not just install python 3.10 itself.

simona commented on 2021-12-16 14:10 (UTC)

I have 3.10.1 installed (13/12/2021)

Universebenzene commented on 2021-12-16 14:07 (UTC)

@simona You probably forget to rebuild you python packages from AUR, as python 3.10 in official repo is already stable now .

simona commented on 2021-12-16 14:02 (UTC)

Running Sphinx v4.3.1
ERROR: the documentation requires the sphinx-astropy package to be installed

Stendec commented on 2018-04-18 22:07 (UTC) (edited on 2018-04-18 22:07 (UTC) by Stendec)

python-semantic-version seems to be a run dependency, not just a make dependency.

If makepkg is called with the -r option then

>>> import asdf

throws

ModuleNotFoundError: No module named 'semantic_version'