当使用Python安装Pyinstaller之后,显示正确安装,但是在运行时,提示如下问题。

Pyinstaller cannot check for assembly dependencies.

please install Pywin32 or pywin32-ctypes

pip install pypiwin32

python安装pyinstaller出现的错误解决办法

输入: pip install pypiwin32

继续输入:pip install pywin32-ctypes

安装完成两个模块之后再重新打包即可完成

python安装pyinstaller出现的错误解决办法

相关文章: