arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
647 stars 127 forks source link

The 'cvlib' distribution was not found and is required by the application in PyInstaller #31

Open sandip-narwade opened 4 years ago

sandip-narwade commented 4 years ago

I am using cvlib package in my python project. If I run python file in Linux command line its work fine without any error.

I want make it executable one file for Linux. I used PyInstaller packaged it. When run its throwing

The 'cvlib' distribution was not found and is required by the application

I am using :

  1. Python : 3.6

  2. PyInstaller : 3.5.

  3. Cvlib: 0.2.2

  4. Flask: 1.1.1.

sandip-narwade commented 4 years ago

@arunponnusamy Sir, Please help me to solve this issue.

arunponnusamy commented 4 years ago

I haven't actually tried using cvlib with PyInstaller. Not sure what the problem really is.