I did everything to resolve this issue. I am a beginner with python. My Folder structure:
├─conversational-datasets-master-opensubtitles/
└── conversational-datasets-master/
└── opensubtitles/
└── create_data.py
└── create_data_test.py
- in opensubtitles folder, I have two files
- The first one is create_data.py which is for the train
- the second one is create_data_test.py which is for testing
So the Question is Whenever I am trying to run the create_data_test.py it shows this error (module not found error)
File "C:\Users\suppo\Desktop\conversational-datasets-master-opensubtitles\conversational-datasets-master\opensubtitles\create_data_test.py", line 15, in <module>
import opensubtiles.create_data.py
ModuleNotFoundError: No module named 'opensubtiles'