Skip to content

FileNotFoundError data/%s.pkl #11

@amybilkis1

Description

@amybilkis1

can someone help me to find this file(data/%s.pkl) ? Thanks

#step 1 - load data
with open('data/%s.pkl', 'rb') as fp:
heads, desc, keywords = pickle.load(fp)


FileNotFoundError Traceback (most recent call last)
in ()
1 #step 1 - load data
----> 2 with open('data/%s.pkl', 'rb') as fp:
3 heads, desc, keywords = pickle.load(fp)

FileNotFoundError: [Errno 2] No such file or directory: 'data/%s.pkl'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions