clarisma / geodesk-py

Fast and storage-efficient spatial database engine for OpenStreetMap data
https://docs.geodesk.com/python
GNU Lesser General Public License v3.0
36 stars 0 forks source link

ImportError with geodesk 0.1.1 #27

Closed osmuser63783 closed 8 months ago

osmuser63783 commented 8 months ago
Python 3.11.5 (main, Sep 11 2023, 13:54:46) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from geodesk import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /home/(username)/.conda/envs/geodesk/lib/python3.11/site-packages/geodesk/geodesk.cpython-311-x86_64-linux-gnu.so: undefined symbol: _ZN10MappedFile8prefetchEPKvm

Any ideas?

This only happens after running pip install geodesk==0.1.1. With 0.1.0 it's all fine.

clarisma commented 8 months ago

Thanks, good catch, fix coming shortly...