fiona-1.7.11.post2 error: Symbol not found: _sqlite3_column_table_name
See original GitHub issueI have installed the 1.7.10.post2 version of fiona, installed using pip version 10.0.1 (no anaconda) and running python 3.6.
GDAL 2.2.4 was installed via Homebrew
I’m on OSX 10.11.5
While importing the fiona module, the same error as #294 and #582 appeared.
python -c "import fiona"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/mferretti/.virtualenvs/ciclabili/lib/python3.6/site-packages/fiona/__init__.py", line 69, in <module>
from fiona.collection import Collection, BytesCollection, vsi_path
File "/Users/mferretti/.virtualenvs/ciclabili/lib/python3.6/site-packages/fiona/collection.py", line 9, in <module>
from fiona.ogrext import Iterator, ItemsIterator, KeysIterator
ImportError: dlopen(/Users/mferretti/.virtualenvs/ciclabili/lib/python3.6/site-packages/fiona/ogrext.cpython-36m-darwin.so, 2): Symbol not found: _sqlite3_column_table_name
Referenced from: /Users/mferretti/.virtualenvs/ciclabili/lib/python3.6/site-packages/fiona/.dylibs/libgdal.20.dylib
Expected in: /usr/lib/libsqlite3.dylib
in /Users/mferretti/.virtualenvs/ciclabili/lib/python3.6/site-packages/fiona/.dylibs/libgdal.20.dylib
Downgrading the version from fiona-1.7.11.post2
to fiona-1.7.11.post1
fixes the issue.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Apparently so. I guess I’m going to get to learn more about libsqlite3 on different versions of OS X 😂
All: I’m building new wheels with sqlite 3.24.0 included for Fiona 1.7.12 and am optimistic that they will resolve this. Look for them on PyPI tomorrow. I’d love to hear that they work!