Hi guys, i need urgent help am getting an ImportError: No module named bleach when i use the:
bench serve --port command.I have bleach installed.thanks
Try again by reinstalling bleach, by activating virtual environment on frappe-bench.
Did you just pull your repos?
Try doing bench update
to install requirements or run
/env/bin/pip install bleach
from your frappe-bench
folder.