arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.

Home Page:http://arunponnusamy.com/cvlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sandip-narwade opened this issue · comments

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.

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

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