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
569 stars 270 forks source link

TypeError: cannot create 'sys.version_info' instances #33

Open SamirMatkar opened 7 years ago

SamirMatkar commented 7 years ago

i am getting TypeError: cannot create 'sys.version_info' instances on executing the "python 03-Twitter-chatbot.py".

File "C:\Users\tmpuser4195\AppData\Local\Programs\Python\Python35\Lib\copy.py", line 243, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) File "C:\Users\tmpuser4195\AppData\Local\Programs\Python\Python35\Lib\copy.py", line 182, in deepcopy y = _reconstruct(x, rv, 1, memo) File "C:\Users\tmpuser4195\AppData\Local\Programs\Python\Python35\Lib\copy.py", line 292, in _reconstruct y = callable(*args) TypeError: cannot create 'sys.version_info' instances

AaronTan120 commented 6 years ago

i am facing the same issue as well, not sure how to get around it

ylmeng commented 6 years ago

I have it too, with a custom layer