Dimsmary / Ossas_ChatBot

chatbot with Keras
MIT License
455 stars 64 forks source link

从开启之后窗口无输出然后自动关闭 #4

Closed DavisYe closed 4 years ago

DavisYe commented 4 years ago

安装了vc++

Dimsmary commented 4 years ago

使用控制台运行,再看下有没输出,如果有则上传截图。

DavisYe commented 4 years ago

无效

Dimsmary commented 4 years ago

可以具体描述吗?控制台运行是否仍然自动退出?

DavisYe commented 4 years ago

如果不是我理解错的话,我用cmd开启软件,过一会 image image 显示如上

Dimsmary commented 4 years ago

你的电脑是否安装python?是否安装了VC++?

DavisYe commented 4 years ago

确认安装 image image

Dimsmary commented 4 years ago

看起来有点奇怪的是,打包在exe内的python解释器似乎调用到了本地python环境的库。 有三个解决方案: 1)卸载python 2)pip仅安装tensorflow后,尝试再次运行exe 3)pip安装requirements.txt内所有依赖库,直接运行main.py

Dimsmary commented 4 years ago

经过多人反馈,这个问题似乎是计算机与tensorflow兼容性所导致的。 https://www.tensorflow.org/install/errors 给出了解决方案。 此issue的问题已超出了项目,故close