ldap-ui icon indicating copy to clipboard operation
ldap-ui copied to clipboard

What means hypercorn: Command not found ?

Open evheniu opened this issue 2 years ago • 3 comments

root@ubuntu-server:/home/user/ldap-ui# make run .venv3/bin/hypercorn -b 0.0.0.0:5000 --access-logfile - app:app make: .venv3/bin/hypercorn: Command not found make: *** [Makefile:11: run] Error 127

I install hypercorn via pip / pip3 and this didn't works.

evheniu avatar Jul 17 '22 18:07 evheniu

Are you in a virtualenv and did you activate it?

dnknth avatar Jul 17 '22 19:07 dnknth

You mean before running "make run" I need create venv ?

I was create venv via - python3 -m venv venv and activate it but that not help:

I have same error

(venv) root@ubuntu-server:/home/user/ldap-ui# make run .venv3/bin/hypercorn -b 0.0.0.0:5000 --access-logfile - app:app make: .venv3/bin/hypercorn: Command not found make: *** [Makefile:11: run] Error 127

evheniu avatar Jul 17 '22 19:07 evheniu

Have you solved it and if so, how?

dnknth avatar Sep 02 '22 21:09 dnknth