suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
570 stars 270 forks source link

ImportError: No module named datasets.twitter #34

Open SamirMatkar opened 7 years ago

SamirMatkar commented 7 years ago

Hello,

getting below error on running "03-Twitter-chatbot.ipynb" in notebook, the file is exists (data.py)

ImportError Traceback (most recent call last)

in () 3 4 # preprocessed data ----> 5 from datasets.twitter import data 6 import data_utils ImportError: No module named datasets.twitter
fallenangel3k commented 7 years ago

i have same issue.... but i am running the .py version of it.... please help!

Bazarovay commented 7 years ago

you might be using python 2.7. If that is the case create a init.py file inside datasets folder

bandarikanth commented 6 years ago

Hi, Use python 3.5 to overcome the issue