#38671: py*-astropy fails to install -------------------------------+-------------------------------- Reporter: david.w.watson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: py-astropy | -------------------------------+-------------------------------- Comment (by david.w.watson@…): Replying to [comment:1 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. -- Ticket URL: <https://trac.macports.org/ticket/38671#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X