When compiling with pyinstaller into single exe, error occurs:
ImportError: sh 1.12.14 is currently only supported on linux and osx. please install pbs 0.110
After installing pbs, it's still presented. Seems like WindowsOS does not like sh code.
There is workaround
https://stackoverflow.com/questions/28618906/porting-sh-1-11-based-code-to-windows
But I don't know how to implement it into existing code.
When compiling with pyinstaller into single exe, error occurs:
ImportError: sh 1.12.14 is currently only supported on linux and osx. please install pbs 0.110
After installing pbs, it's still presented. Seems like WindowsOS does not like sh code.
There is workaround
https://stackoverflow.com/questions/28618906/porting-sh-1-11-based-code-to-windows
But I don't know how to implement it into existing code.