标签: python-3.x encoding pyinstaller pickle
当我使用 Pyinstaller 编译一个包含两个 py 文件和一个 pickle 文件的 txt 文件时遇到问题。
py
pickle
txt
我用这一行编译:{{1}}
我收到此错误消息:
pyinstaller.exe --onefile --icon=icon.ico news_classifier.py best_svc.pickle tfidf.pickle stopwords-bn.txt
我不清楚错误消息,我不明白为什么会发生这种情况。