I have already pickled file and i use to un-pickle it
with open(meta_path, \'rb\') as f: result = pickle.load(f)
on my machine python3 ve