-
Notifications
You must be signed in to change notification settings - Fork 1
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
Octave, subprocess and oct2py #46
Comments
exit code 139 is related to Segmentation fault, see here. |
@SarahAlidoost @BSchilperoort
|
I just run the notebook run_model_on_different_infra.ipynb using octave on crib successfully. If you are able to run the model using matlab in the same notebook, make sure that the correct versions of the octave packages If Matlab run also fails, make sure you are using the latest versions of pystemmuscope and stemmus_scope. Also, python version should be >=3.9. Above, I see that you are using python 3.8. |
When running the model using octave and subprocess as:
it runs the model. However, it returns an error:
Also, when running the model using octave command line in a terminal as (tested on CRIB):
octave --no-gui --silent --eval "STEMMUS_SCOPE_octave('ZA-Kru_2022-10-27-1721/ZA-Kru_2022-10-27-1721_config.txt');"
it finishes the run but with the error :
We can use
oct2py
package instead ofsubprocess
. However,oct2py
requiresoctave
installed on the system. This causes issues for github action workflow.The text was updated successfully, but these errors were encountered: