I am trying to convert a python script to .exe using PyInstaller. The script is converted to an exe without any error logs.
However while running the .exe file am getting ModuleNotFoundError: No module named 'srsly.msgpack.util'
The issue is occurring while opening the exe files generated both by PyInstaller and cx_Freeze. The Screenshot of the error is attached here.
Have tried updating, un-install and re-installing of packages, but still the issue persists.
Versions:
- Python : 3.7
- OS : Windows 10
- cx_Freeze : 6.0
- msgpack : 0.6.2
- PyInstaller : 3.5
- srsly : 0.1.0