Error while installing intizializing bench

when i run this command bench init frappe-bench && cd frappe-bench after istalling bench repo i get the error no module named sanitizer.
dev@webos-develop:~/Meeting$ bench init frappe-bench && cd frappe-bench
Already using interpreter /usr/bin/python
INFO:bench.app:getting app frappe
Cloning into ‘frappe’…
remote: Counting objects: 121573, done.
remote: Compressing objects: 100% (55/55), done.
remote: Total 121573 (delta 9), reused 0 (delta 0), pack-reused 121518
Receiving objects: 100% (121573/121573), 92.58 MiB | 1.25 MiB/s, done.
Resolving deltas: 100% (90908/90908), done.
Checking connectivity… done.
installing frappe
INFO:bench.app:installing frappe
dev@1.0.0 /home/dev
±- express@4.15.2
|-- cookie@0.3.1
±- redis@2.6.5
±- socket.io@1.7.3
`-- superagent@3.5.0

/home/dev/Meeting/frappe-bench/env/bin/python: No module named sanitizer`

Released a fix, now it should work.

2 Likes

thanks now it is working