AttributeError: module 'pickle' has no attribute 'load' in python

后端 未结 0 1727
我在风中等你
我在风中等你 2020-12-22 08:36

I am trying to run a simple code here and I am getting this error. I am using Python3 on pycharm env.

Code:
import pickle


with open(\'labels.pkl\', \'rb\')          


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