Hello,
I installed odoo12 community version with all the dependencies as per requirements.txt file and other given dependencies on ubuntu 16.04. but while i run the server using command ./odoo-bin, i am getting this error
from passlib.utils.compat import add_doc, b, bytes, join_bytes, join_byte_values, \
ImportError: cannot import name 'b'
Anyone knows the solution?
Any help would be highly appreciated