darkflow icon indicating copy to clipboard operation
darkflow copied to clipboard

bash: flow: command not found

Open bewithme opened this issue 5 years ago • 4 comments

[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 ?

bewithme avatar Mar 09 '19 09:03 bewithme

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

intoro avatar Jun 20 '19 20:06 intoro

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

stephenhgregory avatar Mar 21 '20 17:03 stephenhgregory

Having the same issue here

dvkeulen avatar Apr 20 '20 09:04 dvkeulen

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

Abhishek2028 avatar May 13 '20 07:05 Abhishek2028