Good day. this is my first time posting. I have a python app that we are using for autonomous guided vehicles obstacle detection. I am trying to get it into a .exe using pyinstaller but am not having any luck. its pretty custom but i feel like its doable to make it easier for deployments. I was looking for some help on trouble shooting whats going wrong. Claude AI has helped some but i keep getting stuck when deploying it and giving. here is the error. Keep in mind that this work fine when deploying with python but we are trying to dumb it down for the non techies when deploying in the field.
Traceback (most recent call last):
File "deploy.py", line 14, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module
File "ovp_docker_utils\__init__.py", line 1, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module
File "ovp_docker_utils\ovp_docker_utils.py", line 33, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module
File "ovp_docker_utils\ssh_key_gen.py", line 18, in <module>
ImportError: generic_type: type "Awaitable" is already registered!
[PYI-22584:ERROR] Failed to execute script 'deploy' due to unhandled exception!
Traceback (most recent call last):
File "deploy.py", line 14, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module
File "ovp_docker_utils\__init__.py", line 1, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module
File "ovp_docker_utils\ovp_docker_utils.py", line 33, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module
File "ovp_docker_utils\ssh_key_gen.py", line 18, in <module>
ImportError: generic_type: type "Awaitable" is already registered!
[PYI-22584:ERROR] Failed to execute script 'deploy' due to unhandled exception!