Skip to content
Advertisement

Tag: cx-freeze

Unable to deploy python program with cx_freeze due to cv2

So I have a fairly large python program that I want to port to other machines (ubuntu 18.04) without having to install all the python packages and dependencies for each machine, I chose to use cx_Freeze for this and it seems to build the project fine into a single executable but the executable crashes when calling cv2.imshow. I managed to

Advertisement