Can't launch Python script directly with python3 #5262
Unanswered
Hoangn06
asked this question in
SofaPython3
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've a problem about launching python script directly with command ( python3 script.py). In this example, I've tried to run the script from Training: python3 17-python3-new-forcefield.py.
Before launching the script, I've done like the instruction in https://sofapython3.readthedocs.io/en/latest/content/Installation.html with:
export SOFA_ROOT=/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS
export PYTHONPATH=/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages
export PATH="/Library/Frameworks/Python.framework/Versions/3.12/bin"
But I've received an error message:
hoangnguyen@Hoangs-MacBook-Air SofaTrainingScene-v23 % python3 17-python3-new-forcefield.py
Checking SOFA_ROOT and SOFAPYTHON3_ROOT
Using environment variable SOFA_ROOT: /Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS
Traceback (most recent call last):
File "/Users/hoangnguyen/Documents/SOFA_Framework/SofaTrainingScene-v23/17-python3-new-forcefield.py", line 3, in
import Sofa
File "/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/init.py", line 151, in
import Sofa.Helper
ImportError: dlopen(/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/Helper.cpython-312-darwin.so, 0x0002): Library not loaded: '@rpath/Python.framework/Versions/3.12/Python'
Referenced from: '/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/Helper.cpython-312-darwin.so'
Reason: tried: '$ORIGIN/Python.framework/Versions/3.12/Python' (no such file), '$$ORIGIN/Python.framework/Versions/3.12/Python' (no such file), '$ORIGIN/../lib/Python.framework/Versions/3.12/Python' (no such file), '$$ORIGIN/../lib/Python.framework/Versions/3.12/Python' (no such file), '/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/Python.framework/Versions/3.12/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python.framework/Versions/3.12/Python' (no such file), '/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/../lib/Python.framework/Versions/3.12/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/../lib/Python.framework/Versions/3.12/Python' (no such file), '$ORIGIN/../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '$$ORIGIN/../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '$ORIGIN/../../../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '$$ORIGIN/../../../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/../../../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/../../../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '$ORIGIN/../../Python.framework/Versions/3.12/Python' (no such file), '$$ORIGIN/../../Python.framework/Versions/3.12/Python' (no such file), '/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/../../Python.framework/Versions/3.12/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/../../Python.framework/Versions/3.12/Python' (no such file), '/usr/local/Frameworks/Python.framework/Versions/3.12/Python' (no such file), '$ORIGIN/Python.framework/Versions/3.12/Python' (no such file), '$$ORIGIN/Python.framework/Versions/3.12/Python' (no such file), '$ORIGIN/../lib/Python.framework/Versions/3.12/Python' (no such file), '$$ORIGIN/../lib/Python.framework/Versions/3.12/Python' (no such file), '/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/Python.framework/Versions/3.12/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python.framework/Versions/3.12/Python' (no such file), '/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/../lib/Python.framework/Versions/3.12/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/../lib/Python.framework/Versions/3.12/Python' (no such file), '$ORIGIN/../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '$$ORIGIN/../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '$ORIGIN/../../../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '$$ORIGIN/../../../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/../../../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/../../../../../../lib/Python.framework/Versions/3.12/Python' (no such file), '$ORIGIN/../../Python.framework/Versions/3.12/Python' (no such file), '$$ORIGIN/../../Python.framework/Versions/3.12/Python' (no such file), '/Users/hoangnguyen/Documents/SOFA_Framework/SOFA_v24.12.00_MacOS/plugins/SofaPython3/lib/python3/site-packages/Sofa/../../Python.framework/Versions/3.12/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/../../Python.framework/Versions/3.12/Python' (no such file), '/usr/local/Frameworks/Python.framework/Versions/3.12/Python' (no such file), '/System/Library/Frameworks/Python.framework/Versions/3.12/Python' (no such file)
hoangnguyen@Hoangs-MacBook-Air SofaTrainingScene-v23 %
Can someone know this error and can help me please? Thank you and have a great day!
Beta Was this translation helpful? Give feedback.
All reactions