0

I'm getting a traceback which says that the "libmysqlclient" interface package cannot be found – and indeed it can't be found where Python is looking: /usr/lib. It looks from preceding trace entries that it's using @RPATH as the source of where to look.

But ... how does Python actually know "where to look for MySQL?"

Mike Robinson
  • 8,490
  • 5
  • 28
  • 41
  • FYI: I cordially disagree with Mayken's decision to delete my response posting to this thread. The problem turned out to be specific to MacOS and to its **System Integrity Protection (SIP)** feature, which fundamentally alters the handling of `DLY_LIBRARY_PATH` for *child* processes. I resolved this problem by turning the feature off. – Mike Robinson Jan 18 '23 at 21:16

0 Answers0