Open shiyipeng70 opened 4 years ago
Hi, When I run this "dfTrain, dfTest = lucem_illud_2020.trainTestSplit(lucem_illud_2020.loadNewsGroups())", I keep getting "PermissionError: [Errno 13] Permission denied: '../data'". How to deal with it?
Hmmm, you might have to give sudo permissions to python... could you maybe run sudo jupyter notebook?
sudo jupyter notebook
Also try: sudo jupyter-notebook --allow-root
sudo jupyter-notebook --allow-root
Hi, When I run this "dfTrain, dfTest = lucem_illud_2020.trainTestSplit(lucem_illud_2020.loadNewsGroups())", I keep getting "PermissionError: [Errno 13] Permission denied: '../data'". How to deal with it?