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

bash: flow: command not found #996

Open bewithme opened 5 years ago

bewithme commented 5 years ago

[root@localhost darkflow]# flow -h bash: flow: command not found [root@localhost darkflow]# sudo flow -h sudo: flow: command not found [root@localhost darkflow]# python3 setup.py build_ext running build_ext [root@localhost darkflow]# sudo pip3 install -e . Obtaining file:///var/tmp/darkflow Installing collected packages: darkflow Found existing installation: darkflow 1.0.0 Uninstalling darkflow-1.0.0: Successfully uninstalled darkflow-1.0.0 Running setup.py develop for darkflow Successfully installed darkflow You are using pip version 9.0.3, however version 19.0.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command. [root@localhost darkflow]# flow -h bash: flow: command not found

what's wrong ?

intoro commented 5 years ago

If it is installed in the project directory I had to use the command with the path: node_modules/.bin/flow -help

or

node_modules/.bin/flow -help

stephenhgregory commented 4 years ago

I have the exact same issue. Anyone else have this problem?

dvkeulen commented 4 years ago

Having the same issue here

Abhishek2028 commented 4 years ago

Change the directory before using the command (darkflow-env) C:\Users\XXXXX\darkflow Now it works