I am trying to run a script from a repo which was using python 3.7 and other packages version that were not supported in M1.
I install a separate conda through open terminal under Rosetta, i can install those specific packages i need. but when i try to run some sample scripts (repo comes with some pytest example) i always got error of Python Segmentation Fault.
Any clue/direction on how to solve this, or this is not solvable.
Or any detail might be helpful to understand the situation.
Thanks.
I don't know if it's solvable, but I think I'm running into the same issue.
For reasons (ortools package not supporting M1) I need to run Python under Rosetta 2, the following used to work, but now segfaults:
Then in my project directory, I setup a venv:
Then I get a segfault, regardless of if I run pytest under Rosetta or not: