Changes between Initial Version and Version 4 of Ticket #38560


Ignore:
Timestamp:
Mar 27, 2013, 8:46:20 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Replying to johnsankey@…:

/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/

then contains linkages for numpy and scipy but nothing for opencv so the linkage doesn't work.

MacPorts does not install anything into /Library. If numpy and scipy are there, it is because you installed them yourself. MacPorts keeps Python 2.7 packages in ${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages.

The Macports linkage seems too complex for a quick solution, but is there one?

The solution (and only configuration we support) is to use MacPorts’ Python 2.7.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38560

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #38560 – Description

    initial v4  
     1{{{
    12sudo port selfupdate
    23sudo port install python27 py27-numpy py27-scipy
    34sudo port install opencv +python27
     5}}}
    46
    5 /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/
     7`/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/`
    68
    79then contains linkages for numpy and scipy but nothing for opencv so the linkage doesn't work.