-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I've built sasl with the following command:
pip install sasl --global-option=build_ext --global-option="-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/sasl/"
The above installs successfully but on import i receive the error below:
(clusto)quasiben@dirty-horse:~$ python -c 'import sasl;'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/quasiben/anaconda/envs/clusto/lib/python2.7/site-packages/sasl/__init__.py", line 1, in <module>
from sasl.saslwrapper import *
File "/Users/quasiben/anaconda/envs/clusto/lib/python2.7/site-packages/sasl/saslwrapper.py", line 7, in <module>
import _saslwrapper
ImportError: dlopen(/Users/quasiben/anaconda/envs/clusto/lib/python2.7/site-packages/_saslwrapper.so, 2): Symbol not found: __ZNSs4_Rep20_S_empty_rep_storageE
Referenced from: /Users/quasiben/anaconda/envs/clusto/lib/python2.7/site-packages/_saslwrapper.so
Expected in: dynamic lookup
Thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels