You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "demo.py", line 1, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "wcferry\__init__.py", line 3, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "wcferry\client.py", line 19, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module
File "pynng\__init__.py", line 3, in <module>
ModuleNotFoundError: No module named '_cffi_backend'
[PYI-17568:ERROR] Failed to execute script 'demo' due to unhandled exception!
使用环境(请补全下列信息):
操作系统:win11
操作系统版本:64位
Python 版本:39.3.2
The text was updated successfully, but these errors were encountered:
pyinstaller打包exe,运行报错
打包命令:pyinstaller demo.py
运行:demo.exe
使用环境(请补全下列信息):
The text was updated successfully, but these errors were encountered: