用pyinstaller打包py程序后运行闪退,pycharm和Jupiter环境中运行均无问题,cmd检查出现以下错误,劳知晓具体解决问题办法大佬解答

D:\tool\Anaconda\Scripts\dist>.\"index smooth.exe"
Traceback (most recent call last):
File "site-packages\PyInstaller\loader\rthooks\pyi_rth_certifi.py", line 13, in
File "d:\tool\anaconda\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 623, in exec_module
exec(bytecode, module.__dict__)
File "ssl.py", line 98, in
ImportError: DLL load failed: 找不到指定的模块。
[19648] Failed to execute script pyi_rth_certifi

https://blog.csdn.net/cat_ziyan/article/details/103511399

打包的程序里是不是引用了中文路径