Package the program as an exe

I used builder to write the program, and tried to use Pyinstaller to package it, and it was successfully packaged, but when I ran it, I found that the psychopy library was not packaged into it, and I got an error. :sob:
Traceback (most recent call last):
File “main.py”, line 15, in
ModuleNotFoundError: No module named ()
‘psychopy’)

Here is a previous post on this (which links back to a still earlier post).

i see. it’s there any other better method? :sob:

What are you trying to achieve?

something like .exe? Simpler integration solutions, you know …boss’s Requirements