Hello everyone:
I recently packaged a python program on centos6 using pyinstaller.
The python program runs on centos6, as does the executable generated by packaging it with pyinstaller.
However, when I run the above executable using centos7, the following error occurs:
What's going on here? Is there any way to fix it?
Tips:The original python program works fine on centos7!
python version 3.6.7 pyinstaller version 4.2