datasets icon indicating copy to clipboard operation
datasets copied to clipboard

No module named datasets.twitter

Open hannan-sultan opened this issue 7 years ago • 1 comments

I am trying to run python 03-Twitter-chatbot.py but getting error I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcublas.so.8.0 locally I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcudnn.so.5 locally I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcufft.so.8.0 locally I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcuda.so.1 locally I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcurand.so.8.0 locally Traceback (most recent call last): File "03-Twitter-chatbot.py", line 8, in <module> from datasets.twitter import data ImportError: No module named datasets.twitter

hannan-sultan avatar Mar 25 '17 14:03 hannan-sultan

I faced similar issue with python2.7 but tried the same running with python3 and everything seems fine.

shanthivardhan avatar Apr 20 '17 09:04 shanthivardhan