-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hi@JasonObeid,
while I'm running:
python etc/templatePreprocess.py
For each run I recieve the Assertion error:
[nltk_data] Downloading package punkt to [nltk_data] C:\Users\cc\AppData\Roaming\nltk_data... [nltk_data] Package punkt is already up-to-date! Traceback (most recent call last): File "etc/templatePreprocess.py", line 843, in <module> tokenBool, newToken = compareMultiColumnToken(captionTokens, m, cleanTitle, colData, File "etc/templatePreprocess.py", line 705, in compareMultiColumnToken return multiColumnTemplater(token, column, valueWord, n, i) File "etc/templatePreprocess.py", line 669, in multiColumnTemplater checkForParallelMultiColumn(axis, 'max', arrayIndex) File "etc/templatePreprocess.py", line 767, in checkForParallelMultiColumn print(otherColumns) UnicodeEncodeError: 'gbk' codec can't encode character '\xb4' in position 134: illegal multibyte sequence
so,I am running your Project in jupyter notebook. The previous steps (from ReadMe.md worked fine for me)
I don't really understand why this error pops up.
Please tell me when you need further Information!
Thanks in advance!