#45824 closed defect (duplicate)
(still) impossible to install numpy on yosemite
Reported by: | vm@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.2 |
Keywords: | Cc: | ||
Port: | py27-numpy |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
sudo port install py27-numpy ---> Computing dependencies for py27-numpy ---> Building py27-numpy Error: org.macports.build for port py27-numpy returned: command execution failed Please see the log file for port py27-numpy for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-numpy/py27-numpy/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port py27-numpy failed
Attachments (1)
Change History (7)
Changed 10 years ago by vm@…
comment:1 follow-up: 3 Changed 10 years ago by larryv (Lawrence Velázquez)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by mf2k (Frank Schima)
Priority: | High → Normal |
---|
The Priority field is only for use by Macports team members.
comment:3 Changed 10 years ago by vm@…
comment:4 follow-up: 5 Changed 10 years ago by neverpanic (Clemens Lang)
What does
ls -lash /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Cython/*.mp_*
print? If it prints anything, you need to remove these files by deactivating the port that installed them or deleting them manually (if they are not provided by a port). There is nothing to be done by us here, since this is a problem with your local system.
comment:5 Changed 10 years ago by vm@…
Replying to cal@…:
What does
ls -lash /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Cython/*.mp_*print? If it prints anything, you need to remove these files by deactivating the port that installed them or deleting them manually (if they are not provided by a port). There is nothing to be done by us here, since this is a problem with your local system.
nothing there.
no *mp_* files
So py27-numpy (and the python and the rest) used to work under mavericks and after the upgrade to yosemite and the mandatory macport reinstall, it stopped working.
which tests can i do to provide more information of the situation? It seems related to cython. That too has been reinstalled. But without success.
comment:6 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | py27-numpy added |
Duplicate of #45585.