ImportError: No module named bleach

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.

@EdwardOkech

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.

@rmehta
Thanks alot you’ve just saved me alot of sweat :smile: