[How to Solve] pyinstaller failed to execute script

File “<frozen importlib._bootstrap>”, line 983, in _find_and_load
Use pyinstaller -D demo.py

After the packaging is complete, in the dist\Demo directory, execute demo.exe under cmd to find the problem track.

It was found that pyecharts was a problem, and pyinstaller did not support this library well.

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *