Graxpert python script error Cannot enable executable stack as shared object

I was getting various errors on the first launch of the python script for graxpert (I’m on linux with latest Siril beta version) that were solved reinitialising the venv directory (via button). But the last one still persists and I haven’t found a solution yet:

log: Starting script /home/user/.local/share/siril-scripts/processing/GraXpert-AI.py
log: opencv-python is installed
log: OpenVINO not installed, falling back to hardware detection
log: Traceback (most recent call last):
log: File “/home/user/.local/share/siril-scripts/processing/GraXpert-AI.py”, line 79, in
log: import onnxruntime
log: File “/home/user/.local/share/siril/venv/lib/python3.13/site-packages/onnxruntime/init.py”, line 61, in
log: raise import_capi_exception
log: File “/home/user/.local/share/siril/venv/lib/python3.13/site-packages/onnxruntime/init.py”, line 24, in
log: from onnxruntime.capi._pybind_state import (
log: …<27 lines>…
log: )
log: File “/home/user/.local/share/siril/venv/lib/python3.13/site-packages/onnxruntime/capi/_pybind_state.py”, line 32, in
log: from .onnxruntime_pybind11_state import * # noqa
log: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
log: ImportError: /home/user/.local/share/siril/venv/lib/python3.13/site-packages/onnxruntime/capi/onnxruntime_pybind11_state.cpython-313-x86_64-linux-gnu.so: cannot enable executable stack as shared object requires: Invalid argument
log: Python process (PID: 15134) exited with status 1

Thanks.