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.