Package Details: astrometry.net 0.94-2

Git Clone URL: https://aur.archlinux.org/astrometry.net.git (read-only, click to copy)
Package Base: astrometry.net
Description: Automatic recognition of astronomical images
Upstream URL: http://astrometry.net
Keywords: astrometry astronomy science
Licenses: GPL
Submitter: gypaetus
Maintainer: NikP
Last Packager: NikP
Votes: 7
Popularity: 0.000698
First Submitted: 2016-02-05 23:11 (UTC)
Last Updated: 2024-03-24 15:10 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

Universebenzene commented on 2024-04-30 09:38 (UTC) (edited on 2024-05-07 07:11 (UTC) by Universebenzene)

An easy way to fix the numpy.distutils issue is adding an sed command into the prepare() phase:

sed -e "/^from numpy/c import numpy" -e 's/get_numpy_include_dirs()/[numpy.get_include()]/' -i libkd/setup{-min}.py setup-libkd.py

What's more, python-setuptools is needed in makedepends now for py3.12.

BTW, the exist sed commant for the netpbm support in prepare() is not needed anymore for 0.94, as netpbm can be detected automatically now.

=============

Update: 0.95 released and the py3.12 issue is fixed. The prepare() phase can be completely removed now. And don't forget to add python-setuptools to makedepends

simona commented on 2024-04-30 08:10 (UTC)

ModuleNotFoundError: No module named 'numpy.distutils'

simona commented on 2024-03-27 21:08 (UTC)

conflict in file name with cfitsio

NikP commented on 2024-03-24 15:31 (UTC)

Fixed PKGBUILD for fitsverify

simona commented on 2024-02-29 10:02 (UTC)

astrometry.net: /usr/bin/fitsverify exists in filesystem (owned by cfitsio) same error

StenSipma commented on 2024-02-29 09:05 (UTC)

It looks like installing / updating astrometry.net no longer works due to a conflict with cfitsio:

error: failed to commit transaction (conflicting files)
astrometry.net: /usr/bin/fitsverify exists in filesystem (owned by cfitsio)

Doing the opposite, by having astrometry.net installed and updating cfitsio gives the same error (but complaining that astrometry.net owns the file).

Gallifreyan commented on 2024-02-05 22:12 (UTC)

The solve-field function currently fails with "attributeerror: 'NoPyfits' object has no attribute 'open'". I'm guessing it's somehow related to this (maybe Arch's Astropy is compiled without fistio? idk), but it can be fixed with installing python-fitsio from AUR.

Also, the thing complains about astrometry.cfg not being in the right place, although it's very much in /etc/astrometry.cfg as it should be. Symlinking to /usr/sbin/astrometry.cfg (per the error's trace) works, but maybe this could be addressed in PKGBUILD?

Mr.Smith1974 commented on 2023-08-14 07:07 (UTC)

0.94 is out.

gebi commented on 2022-02-18 23:36 (UTC)

Please update the package so it can be built with default settings common today (parallel build).

astrometry.net did not compile here ever, and the fix is a simple as

-    make SYSTEM_GSL=yes all py extra
+    make -C util config
+    make SYSTEM_GSL=yes all
+    make SYSTEM_GSL=yes py
+    make SYSTEM_GSL=yes extra

Please consider adding this to this AUR pkg.

Lightwell commented on 2021-09-19 06:16 (UTC)

Thanks so much for this. I had not understood the comment until your patient explanation. Transaction successfully finished!