Hi ,
i am using Following:
ubuntu 16.04
anaconda-client 1.7.2 py37_0
anaconda-navigator 1.9.7 py37_0
python 3.7
and python object detection related Library like open cv, tensorflow,caffe .
when i used this command
pyinstaller --onefile objectdect.py
its able to create executable file but when i clicked on icon no result produced .
in build folder warn/*.txt file i got various missing module errors .
how can i solve these errors ..i am new in python also .please help.
Santosh Mishra