You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to install ersilia on a MacOS Monterey 12, we consistently got a segmentation fault 11 error, even though everything seemed to go smoothly with python3 -m pip install -e .
We finally identified the source of the error by running the following script:
Describe the bug.
When attempting to install ersilia on a MacOS Monterey 12, we consistently got a segmentation fault 11 error, even though everything seemed to go smoothly with
python3 -m pip install -e .
We finally identified the source of the error by running the following script:
import faulthandler
faulthandler.enable()
import ersilia
The output pointed a protobuf error (log attached)
Solved via
conda install -c conda-forge protobuf
log_faulthandler.txt
Describe the steps to reproduce the behavior
No response
Expected behavior.
No response
Screenshots.
No response
Operating environment
Monterey 12
Additional context
No response
The text was updated successfully, but these errors were encountered: