open_model_zoo
open_model_zoo copied to clipboard
omz_downloader command not found
I want to run a openvinho demo, for this I am getting this command omz_downloader --all I am getting this error omz_downloader command not found, how to solve this issue. I am using a windows pc and I have already installed omz_tools
omz_tools
installation brings omz_downloader
for sure. Check your installation. Alternatively you can run https://github.com/openvinotoolkit/open_model_zoo/blob/866e054513a65de319f20b243c6d9920c2a3e36c/tools/model_tools/downloader.py directly without installation
Hi @Wovchena
Hi I have already downloaded openvino Development_tools , omz_tools is also installed below is the screenshot
Also I am trying to run a demo ,
As u can see screen shot below while running command while running the command omz_downloader --list models.lst I am getting this error , can it be related to env variables
I think so. Maybe the problem is that you use different environments. Try running pip show omz_tools
and pip show openvino-dev
from the same cmd terminal which you use to run omz_downloader. Not from IDE terminal