如图, pyinstaller打包tensorflow程序
pyinstaller -F xxx.py
点开后一闪而过,抓取截图发现问题
解决方法:
pyinstaller -F xxx.py --hidden-import="pandas._libs.tslibs.timedeltas"
如图, pyinstaller打包tensorflow程序
pyinstaller -F xxx.py
点开后一闪而过,抓取截图发现问题
解决方法:
pyinstaller -F xxx.py --hidden-import="pandas._libs.tslibs.timedeltas"