Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

built .exe

Vina_Alvionita
Beginner
514 Views

I try to build .exe file from my python script using pyinstaller.

this is the command i used

pyinstaller --onefile --add-data "D:\person-detection-retail-0013.xml;." Social_Distancing_MQTT.py

it works succesfully. but when i run .exe file, it just blank page and nothing happened. why? is there any way to build the .exe file from openvino? 

0 Kudos
2 Replies
IntelSupport
Community Manager
473 Views

 

Hi Vina_Alvionita,

Thanks for reaching out.

PyInstaller is not officially supported by OpenVINO but there are a few Community members who have successfully created the executable file using that. Check out the following cases here:

 

https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Are-pyinstaller-and-openvino-incompatible/td-p/1168565

 

https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Exe-built-using-OpenVino-and-pyinstaller-does-not-work-with-R3/m-p/1188030

 

Best Regards,

Aznie


0 Kudos
IntelSupport
Community Manager
414 Views

Hi Vina_Alvionita,

This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question. 


Regards,

Aznie


0 Kudos
Reply