ModuleNotFoundError: No module named 'bleach.css_sanitizer'

Hi all I am trying to set up the development env in my local using a tutor and when I am a tutor dev run lms openedx-assets build --env=dev its giving the above error,
Traceback of the error is:

Traceback (most recent call last):
  File "/openedx/bin/openedx-assets", line 218, in <module>
    main()
  File "/openedx/bin/openedx-assets", line 89, in main
    args.func(args)
  File "/openedx/bin/openedx-assets", line 93, in run_build
    run_xmodule(args)
  File "/openedx/bin/openedx-assets", line 108, in run_xmodule
    import xmodule.static_content
  File "/openedx/edx-platform/common/lib/xmodule/xmodule/static_content.py", line 23, in <module>
    from xmodule.capa_module import ProblemBlock
  File "/openedx/edx-platform/common/lib/xmodule/xmodule/capa_module.py", line 29, in <module>
    from capa import responsetypes
  File "/openedx/edx-platform/common/lib/capa/capa/responsetypes.py", line 54, in <module>
    from .util import (
  File "/openedx/edx-platform/common/lib/capa/capa/util.py", line 16, in <module>
    from bleach.css_sanitizer import CSSSanitizer
ModuleNotFoundError: No module named 'bleach.css_sanitizer'

when I am running tutor dev start then also I am getting same error.