Skip to content

Pickle files aren't opening  #75

@qitop

Description

@qitop

I am trying to open pickle files. I tried different methods


import pickle
import pandas as pd
from algorithms import *
object = pd.read_pickle(r'E:\PathBench\data\training_data\training_block_map_3.pickle')
print(object)

it keep on giving me an error

  File "C:\Users\AppData\Local\Programs\Python\Python38\lib\pickle.py", line 1577, in find_class
    __import__(module, level=0)
ModuleNotFoundError: No module named 'algorithms.configuration'

Process finished with exit code 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions