You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there! I'm new to python and I have a problem with the charts appearing in the results folder. The chat has been crawled in terminal but there no results and the error says:
Traceback (most recent call last):
File "main.py", line 81, in <module>
process_chat(args.path)
File "main.py", line 45, in process_chat
save_path = create_folder(args)
File "/Users/seelara/AnalyzeTheChat/aux_functions.py", line 32, in create_folder
os.mkdir(path)
FileNotFoundError: [Errno 2] No such file or directory: 'results/20211021135516_/Users/seelara/Desktop/AnalyzeTheChat-master/theoffice_png'
Please help thank you!
The text was updated successfully, but these errors were encountered:
Hello there! I'm new to python and I have a problem with the charts appearing in the results folder. The chat has been crawled in terminal but there no results and the error says:
Please help thank you!
The text was updated successfully, but these errors were encountered: