Hello everyone, hope you all are doing great, I’ve been struggling several weeks to solve this error:
Traceback (most recent call last): File “/mount/src/cmwapp/pages/6_🧱_Walls_Analysis.py”, line 16, in subprocess.run([“python”, “./scripts/BuildMLInputFile.py”], check=True) File “/usr/local/lib/python3.11/subprocess.py”, line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command ‘[‘python’, ‘./scripts/BuildMLInputFile.py’]’ returned non-zero exit status 120.
However this is only happening when the application is deployed (working fine locally), I checked several times the requirements.txt and changed pandas versions but it didn’t work. Does anyone know what can be the cause of this issue?
This is my repo: GitHub - ArielNi97/CMWapp: Confined Masonry Wall Application
The error seems to appear when running line 16 in the image below.
I appreciate any help, suggestions, recommendations that you may have, thank you in advance!