Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: insecure string pickle #315

Open
dlomara921 opened this issue Feb 14, 2021 · 3 comments
Open

ValueError: insecure string pickle #315

dlomara921 opened this issue Feb 14, 2021 · 3 comments

Comments

@dlomara921
Copy link

When executing datasets_questions/explore_enron_data, which attempts to load pkl file final_project/final_project_dataset.pkl, it returns the following error: ValueError: insecure string pickle.

@Sean-Miningah
Copy link

any progress on this problem

@reemaljaber
Copy link

i have same problem

@jackyiverson
Copy link

Try change code like below
authors_file_handler = open(authors_file, "rb")
to
authors_file_handler = open(authors_file, "r")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants