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

Migrated entire Codebase to Python-3 with Documentation #302

Merged
merged 14 commits into from
Aug 3, 2021

Conversation

iSiddharth20
Copy link
Contributor

I have Migrated entire Program to Python-3 and have made minor changes to the Libraries used so that it is efficient to use with Python 3.6 or Higher. All Changes are mentioned in ChangeLog.MD present in the Pull Request.

@iSiddharth20 iSiddharth20 changed the title Migrated to Python-3 Migrated Entire Program to Python-3 with Documentation Sep 23, 2020
@iSiddharth20
Copy link
Contributor Author

iSiddharth20 commented Jul 25, 2021

@Himanshukaushik303 @cmmalone @ShengKungYi @JeremySilverTongue @13rac1 @jaycode @cbuckey-uda @nmb10 @adarsh0806 @GageAmes @jared-weed @adyates @igrigorik @ivikash @jcbwlkr @pwdono @richardkalehoff @sodabrew @svysali @udacity-content-dockerhub

I do not have Write Access to Merge these Approved Changes.
Kindly Provide me Write Access so that I can merge the Approved Changes.

Thank You

@SudKul SudKul self-assigned this Jul 29, 2021
@iSiddharth20 iSiddharth20 reopened this Jul 29, 2021
@SudKul
Copy link
Contributor

SudKul commented Aug 3, 2021

Thanks, @iSiddharth20 for suggesting the updates to this repo.
We are grateful to you.

@SudKul SudKul merged commit 8cb1360 into udacity:master Aug 3, 2021

enron_data = joblib.load(open("../final_project/final_project_dataset.pkl", "rb"))
Copy link

@maher-esmat maher-esmat Mar 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it giving me that error:
File "E:\github\ud120-projects\datasets_questions\explore_enron_data.py", line 21, in
enron_data = joblib.load(open("../final_project/final_project_dataset.pkl", "rb"))

File "E:\github\ud120-projects\venv\lib\site-packages\joblib\numpy_pickle.py", line 577, in load
obj = _unpickle(fobj)
File "E:\github\ud120-projects\venv\lib\site-packages\joblib\numpy_pickle.py", line 506, in _unpickle
obj = unpickler.load()
File "C:\Program Files\Python39\lib\pickle.py", line 1212, in load
dispatchkey[0]
File "C:\Program Files\Python39\lib\pickle.py", line 1336, in load_string
raise UnpicklingError("the STRING opcode argument must be quoted")
_pickle.UnpicklingError: the STRING opcode argument must be quoted

@iSiddharth20 iSiddharth20 changed the title Migrated Entire Program to Python-3 with Documentation Migrated entire Codebase to Python-3 with Documentation Jul 15, 2024
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

Successfully merging this pull request may close these issues.

4 participants