Using Pyinstaller with CrewAI

Hi there,

I have been utilizing CrewAI and am really enjoying it’s capabilities for searching the web and compiling organized information in an automated way. For my use case, however, I am not able to create a new conda environment, and instead would like to make a .exe file that I can call via subprocess to utilize the CrewAI capabilities. I am having trouble creating a Pyinstaller specfile (or process) that can create an exe from an environment with crewai and crewai-tools. Has anyone been able to successfully create an EXE (through pyinstaller or other means)?