pyinstaller with RTK+VTK

I copyed all the files about itk from site-packages, and replace the files on the exe folder.
Before this operation, I also made the following attempts:

  1. Pip uninstall itk and reinstall itk;
  2. Add itk’s path to .spec;
  3. Try pyinstaller from begin;

There was no error reported in the end.