mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 12:15:50 +03:00
[GH-ISSUE #52] problem in exe generation, opencv #51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CesarCorona on GitHub (Apr 5, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/52
I have a problem where auto-py-to-exe fails to generate the .exe, this is the output:
Is a python script for stitching images, this are all the modules that I'm importing:
import cv2
import os, os.path
import numpy as np
@CesarCorona commented on GitHub (Apr 5, 2019):
It's fixed now, setup-tools have to be installed:
pip install --upgrade setuptools