ldap-ui
ldap-ui copied to clipboard
What means hypercorn: Command not found ?
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.
Are you in a virtualenv and did you activate it?
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
Have you solved it and if so, how?