Using OpenCV with PyInstaller
Ensure your OpenCV and Pyinstaller versions are up to date with:
pip install --upgrade opencv-python
pip install --upgrade pyinstaller
You can always try a fresh install as well.
Ensure your OpenCV and Pyinstaller versions are up to date with:
pip install --upgrade opencv-python
pip install --upgrade pyinstaller
You can always try a fresh install as well.