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.
Any ideas?
This only happens after running
pip install geodesk==0.1.1
. With 0.1.0 it's all fine.