pyo3 icon indicating copy to clipboard operation
pyo3 copied to clipboard

dyld[85569]: Library not loaded: @rpath/Python3.framework

Open chatwyn opened this issue 2 years ago • 1 comments

when I use VSCode to debug programs, It will show dyld[85569]: Library not loaded: @rpath/Python3.framework/Versions/3.8/Python3

chatwyn avatar Jun 06 '22 07:06 chatwyn

Reminds me of https://github.com/PyO3/setuptools-rust/issues/106#issuecomment-781195463 - I suspect you need to specify RPATH at some point.

davidhewitt avatar Jun 29 '22 17:06 davidhewitt

This was documented in #2534

davidhewitt avatar Aug 20 '22 07:08 davidhewitt