entity-network icon indicating copy to clipboard operation
entity-network copied to clipboard

TypeError from reader.py

Open dtchang opened this issue 8 years ago • 3 comments

File "C:\AI\Code- EntNet\siddk\preprocessor\reader.py", line 23, in parse vectorized_data.append(pickle.load(f))

TypeError: a bytes-like object is required, not 'str'

dtchang avatar Aug 11 '17 14:08 dtchang

What version of python are you using?

siddk avatar Aug 11 '17 20:08 siddk

3.6.1

dtchang avatar Aug 18 '17 23:08 dtchang

Right -> This repo was written for Python 2.7. I'm not sure that this code is compatible with 3.6.

siddk avatar Aug 20 '17 05:08 siddk