thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Getting this error while running 'setup.py' file!! #1142

Closed snehitvaddi closed 4 years ago

snehitvaddi commented 4 years ago

import setup, find_packages ModuleNotFoundError: No module named 'find_packages'

ankitAMD commented 4 years ago

are you solved this issue please close down this issue.

ankitAMD commented 4 years ago

import setup, find_packages ModuleNotFoundError: No module named 'find_packages' Please write how you solve this issue its helps other person. thank you

snehitvaddi commented 4 years ago

It worked after installing setuptools of version 41.0.0 command : pip install setuptools==40.0.0