Opened 12 years ago

Last modified 12 years ago

#36143 closed defect

[py-scipy] [@0.10.1_2+gcc44 ] [error in scipy.optimize] — at Initial Version

Reported by: dds_santana@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: py-scipy

Description

I'm getting the error showed below when I try to use the module "scipy.optimize" (command: from scipy.optimize import *). I also attached a picture of the error message.

error mesage: Traceback (most recent call last):

File "<stdin>", line 1, in <module> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/optimize/init.py", line 135, in <module>

from nonlin import *

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/optimize/nonlin.py", line 118, in <module>

import scipy.sparse.linalg

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/init.py", line 175, in <module>

from csr import *

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/csr.py", line 12, in <module>

from sparsetools import csr_tocsc, csr_tobsr, csr_count_blocks, \

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/init.py", line 4, in <module>

from csr import *

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/csr.py", line 25, in <module>

_csr = swig_import_helper()

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/csr.py", line 21, in swig_import_helper

_mod = imp.load_module('_csr', fp, pathname, description)

ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_csr.so, 2): Symbol not found: _emutls_get_address

Referenced from: /opt/local/lib/gcc44/libstdc++.6.dylib Expected in: /usr/lib/libSystem.B.dylib

in /opt/local/lib/gcc44/libstdc++.6.dylib

Change History (1)

Changed 12 years ago by dds_santana@…

Error message

Note: See TracTickets for help on using tickets.