-
Notifications
You must be signed in to change notification settings - Fork 64
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
[BUG] Hard crash due to Mac System Integrity Protection (SIP) Security Protocol Activation #531
Comments
@cjdoris wondering if you have any guesses for this one? @ev-watson could you also provide detailed info about your Python installation, such as how you installed it, and what version number it is? (I think you might have shared this in the other thread, so maybe just copy it over) |
Also, could you try installing juliacall in a fresh environment, and seeing if it still has the crash? Unfortunately I can't find any way to reproduce this so will be relying on your executions here. |
This project I am doing through PyCharm, i have it make its own virtual environment and so thats how i have it done, it does not use conda, python version 3.9.6, this could be a PyCharm issue, maybe it does not have permissions Different crash in fresh new python environment not through pycharm, python version 3.12.3, juliacall version 0.9.21
command:
Traceback:
|
Affects: PythonCall
Describe the bug
Setting the
PYTHON_JULIACALL_HANDLE_SIGNALS
environment variable manually and then importingjuliacall
triggers the disk security protocol on MacOSMeanwhile just importing
juliacall
works fineANY VERSIONS
Reproduce script:
For clarity: importing
juliacall
works fine, but if you set environment variable first, it triggers SIPYour system
Please provide detailed information about your system:
Additional context
First seen at MilesCranmer/PySR#682
The text was updated successfully, but these errors were encountered: