Changes between Initial Version and Version 2 of Ticket #57907


Ignore:
Timestamp:
Jan 15, 2019, 1:42:42 PM (5 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57907

    • Property Keywords cython lapack removed
    • Property Port py-scipy added
  • Ticket #57907 – Description

    initial v2  
    11I am trying to load scipy.interpolate within jupyter on macos mojave and get the following:
    2 
     2{{{
    33ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/linalg/cython_lapack.so, 2): Symbol not found: _cbbcsd_
    44  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/linalg/cython_lapack.so
    55  Expected in: flat namespace
    66 in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/linalg/cython_lapack.so
     7}}}