“Command Line Tools” I have a unique issue on my new 2020 M1 MacbookPro.
I set up my new M1 2020 MacbookPro using a backup on time machine of my 2017 intel based MacbookPro. SO all versions of software are identical.
My python programs that run perfectly on my old MacbookPro (and various MacbooksPros of my colleagues). However it crashes with "OSError: [Errno 72] RPC struct is bad" in a specific line of the code on the new 2020 M1 MacBookPro.
The Shell Script line where the error occurs is: "$EXE_DIR/qdl_futures.py "$FUT_DIR/$FUT_TOPIX.csv" tmp_tp.csv 2JTIc1 $LASTDT $tag cat tmp_tp.csv >> TP1_Index.csv"
How do I resolve this issue. Can you please guide me in the right direction.