View Revisions: Issue #4554
Summary | 0004554: rpath not set for macOS binaries in 4.9.0 | ||
---|---|---|---|
Revision | 2018-05-23 04:15 by jcfr | ||
Description | Running a Python script with SlicerPython on macOS, I run into this error:
This can be fixed by first applying the fix in https://issues.slicer.org/view.php?id=4553 and then running the following:
Perhaps this step should be added to the packaging process on macOS. |
||
Revision | 2018-05-15 10:19 by cquammen | ||
Description | Running a Python script with SlicerPython on macOS, I run into this error: Traceback (most recent call last): This can be fixed by first applying the fix in https://issues.slicer.org/view.php?id=4553 and then running the following: install_name_tool -add_rpath "@executable_path/.." /Applications/Slicer.app/Contents/bin/python-real Perhaps this step should be added to the packaging process on macOS. |