Ask Your Question
0

%paste leads to dyld: Symbol not found: _sqlite3_intarray_bind

asked 2016-08-14 11:29:45 +0200

mavavilj gravatar image

I'm trying to paste Python code into Sage-5.12-OSX-64bit-10.8 and I'm getting the following error:

sage: %paste
dyld: Symbol not found: _sqlite3_intarray_bind
Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
Expected in: /Applications/Sage-5.12-OSX-64bit-10.8.app/Contents/Resources/sage/local/lib/libsqlite3.dylib
in /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData


## -- End pasted text --

What's wrong?

%cpaste works.

edit retag flag offensive close merge delete

Comments

1

Maybe you should rather use a more recent sage version. Version 7.3 is available.

FrédéricC gravatar imageFrédéricC ( 2016-08-14 18:31:17 +0200 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2016-08-15 16:29:20 +0200

kcrisman gravatar image

It seems to be related to upgrades to Yosemite (or beyond), which this 5.12 binary assuredly was not compiled for, e.g. https://discussions.apple.com/thread/... or https://trac.macports.org/ticket/46253 . As Frédéric says, you should probably get a newer binary.

For the cognoscenti: apparently this is related to setting DYLD_LIBRARY_PATH, which I'm not sure we do any more.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2016-08-14 11:29:45 +0200

Seen: 496 times

Last updated: Aug 15 '16