llSourcell / chatbot_tutorial

This is the code for "Chatbot Tutorial" by Siraj Raval on Youtube
Apache License 2.0
177 stars 103 forks source link

File Not Found issue while creating dataset #5

Open praveennimmala opened 5 years ago

praveennimmala commented 5 years ago

Hi, I got file not found error while running main.py, this issue is triggered while constructing full dataset. could you please help me out to resolve this issue. attached document for your reference. filenotfound

Snoopy147 commented 5 years ago

Hi, The python code will create the file but not the directory 'samples'. If you simply create an empty directory named "samples" in the "data" folder it will solve your issue. Best,