importModuleError when unpickling python2 file from python3

后端 未结 0 1535
春和景丽
春和景丽 2020-12-18 23:01

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题