lancopku / pkuseg-python

pkuseg多领域中文分词工具; The pkuseg toolkit for multi-domain Chinese word segmentation
MIT License
6.55k stars 986 forks source link

打包缺少文件情况 FileNotFoundError: \\cache\\_MEI183882\\pkuseg\\dicts\\default.pkl' #156

Open MoncozGC opened 2 years ago

MoncozGC commented 2 years ago

使用 pyinstaller打包为可执行的exe文件,在执行exe文件时会报错。 FileNotFoundError: [Errno 2] No such file or directory: 'F:\cache\_MEI183882\pkuseg\dicts\default.pkl' 请问这是什么原因导致的呢 环境版本: pyinstaller:4.9 python:3.8.8 pkuseg:0.0.25

lcyyyyyyyyyyy commented 2 years ago

@.***,本次回复为系统自动回复!

BLKSerene commented 2 years ago

非.py后缀的数据文件都是要在命令行或者spec文件里手动指定的 参考:https://pyinstaller.readthedocs.io/en/stable/spec-files.html#adding-data-files 或者我的spec文件