carpedm20 / MemN2N-tensorflow

"End-To-End Memory Networks" in Tensorflow
http://arxiv.org/abs/1503.08895v4
MIT License
829 stars 251 forks source link

from past.builtins import xrange ImportError: No module named 'past' #12

Open GYBTA opened 7 years ago

GYBTA commented 7 years ago

I am a student of Yunnan University in China and learning the code ,could you help me get the 'past.builtins'? Thangks

jeffreyflynt commented 6 years ago

pip install future

pidugusundeep commented 5 years ago

It works for me after installing future

whungt commented 5 years ago

It also works for me by installing future

Payton-Z commented 5 years ago

It also works for me XD

cjr13018 commented 3 years ago

but it does not work for me after installing future module

SanskarX10 commented 3 years ago

Works for me