thegooglecodearchive / healpy

Automatically exported from code.google.com/p/healpy
GNU General Public License v2.0
0 stars 0 forks source link

Beginner's Problems on OSX #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After successfully building and installing healpy-0.9.6.3 under OSX 10.5.8 
(core 2 duo), I get 
the following error

% which python
/Applications/scisoft//i386/bin/python
% python
Python 2.5.2 (r252:60911, Aug 26 2008, 16:47:50) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import healpy
Assertion failed: mismatch between CFITSIO header and library
terminate called after throwing an instance of 'Message_error'
Abort

Any hints?

Rick

Original issue reported on code.google.com by hess...@Astro.physik.Uni-Goettingen.DE on 11 Apr 2010 at 5:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I guess you have another installation of the cfitsio library.
Could you recompile healpy from scratch with:
$ python setup.py build >& compile_output.txt
and send me the resulting compile_output.txt file ?

Also, could you check the presence of fitsio.h files on your disk ? 

Original comment by cyrille....@gmail.com on 19 Apr 2010 at 4:44

GoogleCodeExporter commented 9 years ago
See my fix in issue #30.

Rick

Original comment by hess...@Astro.physik.Uni-Goettingen.DE on 25 Nov 2010 at 1:04

GoogleCodeExporter commented 9 years ago
See fix in issue #30

Original comment by cyrille....@gmail.com on 1 Mar 2011 at 6:01