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

explore_enron_data Error #372

Open
FaresM7 opened this issue Nov 26, 2023 · 2 comments
Open

explore_enron_data Error #372

FaresM7 opened this issue Nov 26, 2023 · 2 comments

Comments

@FaresM7
Copy link

FaresM7 commented Nov 26, 2023

There is a problem with the instruction enron_data = joblib.load(open("../final_project/final_project_dataset.pkl", "rb")). It brings me this error _pickle.UnpicklingError: the STRING opcode argument must be quoted. I tried many things but I cannot solve it. Does anyone know a solution? Thanks.

@M4L1G4T0R
Copy link

Changing CRLF to LF as suggested in the link below worked for me.

https://stackoverflow.com/questions/45368255/error-in-loading-pickle

@Kwnigrk
Copy link

Kwnigrk commented Mar 28, 2024

Check the above: https://programmersought.com/article/60561763310/
I use Python 3.11 and I solve this problem making the related changes that suggested in this link :)!!

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

3 participants