I have a pickle file created with python2.7. I would like to load it from python3.7
i use the code:
with open(myPy2File.pkl","rb") a