udacity / ud120-projects

Starter project code for students taking Udacity ud120
1.61k stars 5.66k forks source link

cannot run the script nb_author_id.py #333

Open Dilylam opened 2 years ago

Dilylam commented 2 years ago

Hello everyone,

I am running the script nb_author_id.py from the "naive_bayes" folder and I am using python 2.7.9 It doesnt work. I get this error.

D:\ML_udacity\ud120-projects\naive_bayes>python nb_author_id.py Traceback (most recent call last): File "nb_author_id.py", line 16, in from email_preprocess import preprocess File "../tools/email_preprocess.py", line 3, in import joblib File "C:\Python27\lib\site-packages\joblib__init__.py", line 113, in from .memory import Memory, MemorizedResult, register_store_backend File "C:\Python27\lib\site-packages\joblib\memory.py", line 271 raise new_exc from exc ^ SyntaxError: invalid syntax

Can someone please help me how I can solve this? In Pycharm nb_author_id.py does not work either, I have this error "Unresolved reference email_preprocess".

Thanks in advance.

styles3544 commented 2 years ago

Same for me