darkflow
darkflow copied to clipboard
bash: flow: command not found
[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 ?
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
I have the exact same issue. Anyone else have this problem?
Having the same issue here
Change the directory before using the command (darkflow-env) C:\Users\XXXXX\darkflow Now it works