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.