question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

fiona-1.7.11.post2 error: Symbol not found: _sqlite3_column_table_name

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
sgilliescommented, May 17, 2018

Apparently so. I guess I’m going to get to learn more about libsqlite3 on different versions of OS X 😂

2reactions
sgilliescommented, Jun 12, 2018

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!

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found