Changes between Initial Version and Version 2 of Ticket #60290


Ignore:
Timestamp:
Apr 1, 2020, 3:55:54 PM (4 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60290

    • Property Owner set to michaelld
    • Property Status changed from new to assigned
    • Property Port py-numpy added
  • Ticket #60290 – Description

    initial v2  
    11I have installed py37-numpy [@1.18.2_0+gcc9+openblas (active)], but I get the following error when trying to import it:
    22
    3 Original error was: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-darwin.so, 2): Library not loaded: @rpath/libmkl_rt.dylib
     3Original error was:
     4{{{
     5dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-darwin.so, 2): Library not loaded: @rpath/libmkl_rt.dylib
    46  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-darwin.so
    57  Reason: image not found
    6 
     8}}}
    79It looks like one of the prebuilt ports is linking against MKL, which is not installed in my system.