I was having the same problem as you the solution for me was to find the binary location for the google-chrome and include it in the sb probably, this is what will work with you
chrome_binary_path = "/opt/google/chrome/google-chrome" with SB(uc=True, xvfb=True, binary_location = chrome_binary_path)