Skip to content
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

undefined symbol: sqlite3_column_table_name #2

Closed
hizhangp opened this issue Jun 11, 2016 · 2 comments
Closed

undefined symbol: sqlite3_column_table_name #2

hizhangp opened this issue Jun 11, 2016 · 2 comments

Comments

@hizhangp
Copy link

When training the model, I met the problem below:

  from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \
ImportError: /usr/lib/libgdal.so.1: undefined symbol: sqlite3_column_table_name

But py-faster-rcnn can run properly in my device.

@Cysu
Copy link
Collaborator

Cysu commented Jun 13, 2016

Sorry but I can hardly figure out why this happened. Could you please try to recompile the caffe-fast-rcnn, cd caffe-fast-rcnn/python, and then python -c "import python"?

@hizhangp
Copy link
Author

@Cysu Thanks, I use the python2 in Ubuntu instead of Anaconda2 and the problem solved, maybe there is a conflict in the package of Anaconda .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants