You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zangetsu@venus: pts/11: 16 files 192Kb -> ./generate_compressor_model.py --split=whitespace --strip=punctuation README.md
Traceback (most recent call last):
File "./generate_compressor_model.py", line 391, in <module>
main()
File "./generate_compressor_model.py", line 287, in main
chunks = list(chunkinator(args.file, args.split, args.strip))
File "./generate_compressor_model.py", line 245, in chunkinator
for chunk in chunks:
File "./generate_compressor_model.py", line 242, in <genexpr>
chunks = itertools.chain.from_iterable(re.split(b"[" + WHITESPACE + "]", data) for data in all_in)
TypeError: can't concat str to bytes
Probably related to fact it is python2 related and I run on v3...
The text was updated successfully, but these errors were encountered:
Probably related to fact it is python2 related and I run on v3...
The text was updated successfully, but these errors were encountered: