Opened 12 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)
Change History (7)
Changed 12 years ago by watsodw
comment:1 follow-up: 2 Changed 12 years ago by robitaille@…
comment:2 Changed 12 years ago by watsodw
Replying to robitaille@…:
Could you start up Python (from MacPorts) and do:
import numpyand 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.
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:6 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → invalid |
---|---|
Status: | new → closed |
closing per comment:3 - open a new ticket if you have issues w/ numpy
Could you start up Python (from MacPorts) and do:
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: