Getting this error when trying to start bench

7490:~/frappe-bench$ bench start
Traceback (most recent call last):
  File "/usr/local/bin/honcho", line 5, in <module>
    from honcho.command import main
ModuleNotFoundError: No module named 'honcho'
:~/frappe-bench$ 

You can try it by installing honcho using pip

pip install honcho

It didn’t work
now the bench is running
I run this command

sudo pip3 install honcho --break-system-packages

instead of using --break-system-packages you can try below command it’ll install honcho in virtual environment of frappe-bench

bench pip install honcho

Yeah it dint work earlier now it is working

1 Like