Traceback (most recent call last):
File "mainwindow.py", line 40, in
matlab = transplant.Matlab(jvm=False)
File "transplant\transplant_master.py", line 542, in init
File "transplant\transplant_master.py", line 711, in _locate_libzmq
RuntimeError: could not locate libzmq for Matlab
When I run the program in pycharm, it runs normally, but after packaging it into an exe file, the exe file cannot run normally.
Thank you very much!!!