I am trying to install the frappe wiki on our server, but getting the error “ModuleNotFoundError: No module named 'bleach.css_sanitizer”. bleach library is already installed in the server and available and pip is the latest version with python3, may I know if anyone experienced the same issues, anyone can advise on this?
Thank you.
You’ll need to provide a bit more information about your Frappe version and operating system to narrow this down.
I am facing the same issue. What is the solution?
Enable bench virtual environment
source env/bin/activate
install wiki app
if you are facing this same issue then run a below command
pip install bleach
pip install --upgrade bleach