Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

ImportError: dlopen #2

Open
kozo2 opened this issue Dec 12, 2018 · 1 comment
Open

ImportError: dlopen #2

kozo2 opened this issue Dec 12, 2018 · 1 comment

Comments

@kozo2
Copy link
Member

kozo2 commented Dec 12, 2018

This error occured with v4.2.0 wheel file.
https://github.com/ecell/ecell4-wheels/releases/tag/v4.2.0

knishidas-MacBook-Pro:bin knishida$ ./python
Python 3.7.1 (default, Oct 23 2018, 14:07:42) 
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from ecell4 import core
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/knishida/miniconda3/lib/python3.7/site-packages/ecell4/__init__.py", line 1, in <module>
    from ecell4.core import *
ImportError: dlopen(/Users/knishida/miniconda3/lib/python3.7/site-packages/ecell4/core.cpython-37m-darwin.so, 2): Symbol not found: __ZN5boost11basic_regexIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9do_assignEPKcS7_j
  Referenced from: /Users/knishida/miniconda3/lib/python3.7/site-packages/ecell4/core.cpython-37m-darwin.so
  Expected in: flat namespace
 in /Users/knishida/miniconda3/lib/python3.7/site-packages/ecell4/core.cpython-37m-darwin.so
>>> 
@kozo2
Copy link
Member Author

kozo2 commented Dec 28, 2018

still fails

>>> from ecell4 import core
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/knishida/miniconda3/lib/python3.7/site-packages/ecell4/__init__.py", line 1, in <module>
    from ecell4.core import *
ImportError: dlopen(/Users/knishida/miniconda3/lib/python3.7/site-packages/ecell4/core.cpython-37m-darwin.so, 2): Symbol not found: __ZN5boost11basic_regexIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9do_assignEPKcS7_j
  Referenced from: /Users/knishida/miniconda3/lib/python3.7/site-packages/ecell4/core.cpython-37m-darwin.so
  Expected in: flat namespace
 in /Users/knishida/miniconda3/lib/python3.7/site-packages/ecell4/core.cpython-37m-darwin.so
>>> 

0ncorhynchus added a commit that referenced this issue Jan 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant