Opened 11 years ago

Closed 10 years ago

#38671 closed defect (invalid)

py*-astropy fails to install

Reported by: watsodw Owned by: robitaille@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: kurthindenburg (Kurt Hindenburg)
Port: py-astropy

Description

See log

Attachments (1)

main.log (65.4 KB) - added by watsodw 11 years ago.

Download all attachments as: .zip

Change History (7)

Changed 11 years ago by watsodw

Attachment: main.log added

comment:1 Changed 11 years ago by robitaille@…

Could you start up Python (from MacPorts) and do:

import numpy

and see if it is successful? It looks like there is an issue with Numpy. You could also try updating Numpy to the latest version:

sudo port upgrade py27-numpy

comment:2 in reply to:  1 Changed 11 years ago by watsodw

Replying to robitaille@…:

Could you start up Python (from MacPorts) and do:

import numpy

and see if it is successful? It looks like there is an issue with Numpy. You could also try updating Numpy to the latest version:

sudo port upgrade py27-numpy

The problem turns out to be an issue with the current version of atlas and numpy I have installed. The current version of atlas fails to build if the "universal" variant is requested, so my current installed version is non-universal, while numpy is a universal build, built against the previous version of atlas, which is a universal build. The issue with atlas will be fixed soon. So upgrading astropy was trying to link between a universal build of numpy and a non-universal build of atlas.

Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:3 Changed 10 years ago by petrrr

The problem described here seems not to be related to py-astropy. So probably this ticket could be closed.

comment:4 Changed 10 years ago by mf2k (Frank Schima)

Cc: robitaille@… removed
Owner: changed from macports-tickets@… to robitaille@…

comment:5 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

Cc: khindenburg@… added

Cc Me!

comment:6 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

Resolution: invalid
Status: newclosed

closing per comment:3 - open a new ticket if you have issues w/ numpy

Note: See TracTickets for help on using tickets.