pyinstaller 打包datatable程序后运行时提示No module named 'datatable.utils'

解决方法:

打包语句修改为

pyinstaller --hidden-import datatable.utils.fread -F t.py

即可

posted @ 2023-07-26 15:08  lytcreate  阅读(50)  评论(0)    收藏  举报