-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.4.0-beta.4] [Darwin] [BLOCKLY-PYTHON] Blockly & python 2.7 & python 3 crash with a simple rule #696
Comments
Did you install python-dev package ? |
I've tried to run 2.4.0-beta.5 |
Wed, 20:41:42 : [Error] : /Users/jeanmicheldecoret/Downloads/Yadoms-2.4.0-beta.5-Darwin/bin/scriptInterpreters/yPython27/_yScriptApiWrapper27.so: code signature in (/Users/jeanmicheldecoret/Downloads/Yadoms-2.4.0-beta.5-Darwin/bin/scriptInterpreters/yPython27/_yScriptApiWrapper27.so) not valid for use in process using Library Validation: library load disallowed by system policy |
OK after having disabled apple security by running this command into yadoms folder: I have the same error as @oben01
I've checked the real error and it seems a "rpath" error. At build time (into docker) the scriptWrapper are linked with python libs located at /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python. And at runtime, it search for with library at the same place. |
I've created an issue on cross toolchain repository |
Which environnement
Describe the bug
I create a simple script with blockly to log "Hello world".
The rule crash just after I run it
Python 2.7 & python 3 crash with the same error.
The callstack :
Python is already installed
The text was updated successfully, but these errors were encountered: