-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installed ok, but error when running on OS X - Symbol not found: __ZNSs4_Rep20_S_empty_rep_storageE #37
Comments
similar thing here:
|
I'm encountering the same issue on OS X Mavericks, using a virtualenv and pyenv. Enabling Shapely speedups.
Traceback (most recent call last):
File "/Users/xxxxx/.pyenv/versions/venv/bin/imposm", line 9, in <module>
load_entry_point('imposm==2.5.0', 'console_scripts', 'imposm')()
File "/Users/xxxxx/.pyenv/versions/venv/lib/python2.7/site-packages/pkg_resources.py", line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Users/xxxxx/.pyenv/versions/venv/lib/python2.7/site-packages/pkg_resources.py", line 2431, in load_entry_point
return ep.load()
File "/Users/xxxxx/.pyenv/versions/venv/lib/python2.7/site-packages/pkg_resources.py", line 2147, in load
['__name__'])
File "/Users/xxxxx/.pyenv/versions/venv/lib/python2.7/site-packages/imposm/app.py", line 44, in <module>
from imposm.cache import OSMCache
File "/Users/xxxxx/.pyenv/versions/venv/lib/python2.7/site-packages/imposm/cache/__init__.py", line 1, in <module>
from . osm import OSMCache
File "/Users/xxxxx/.pyenv/versions/venv/lib/python2.7/site-packages/imposm/cache/osm.py", line 19, in <module>
from . tc import DeltaCoordsDB, CoordDB, NodeDB, WayDB, InsertedWayDB, RelationDB
File "tc.pyx", line 312, in init imposm.cache.tc (imposm/cache/tc.c:8254)
ImportError: dlopen(/Users/xxxxx/.pyenv/versions/venv/lib/python2.7/site-packages/imposm/cache/internal.so, 2): Symbol not found: __ZN6google8protobuf11MessageLite15ParseFromStringERKSs
Referenced from: /Users/xxxxx/.pyenv/versions/venv/lib/python2.7/site-packages/imposm/cache/internal.so
Expected in: dynamic lookup |
Did any of you guys ever solve this? |
I just did a quick test on 10.10 with tokyo-cabinet (1.4.48), protbuf (2.6.0) and python (2.7.8) installed with homebrew and a fresh virtualenv with:
No issues. |
I had the same problem. Log pretty much identical to @timiyay actually. Would show with Shapely < or > 1.3 (impose has issues with Shapely >= 1.3). |
Everything installed ok, but when I try running imposm I get the following error:
I'm on OSX 10.9.2 using python 2.7.6 installed via brew.
The other pip packages I have installed are:
Any suggestions? (other than using imposm3, which I do have running ok!)
A similar ImportError Symbol not found: __ZNSs4_Rep20_S_empty_rep_storageE was fixed for this python library, but I don't know how it would apply in this case.
Thanks.
The text was updated successfully, but these errors were encountered: