Mohit_m
Databricks Employee
Databricks Employee

Solution: This is due to the latest version of protobuf library, please try to downgrade the library which should solve the issue

pip install protobuf==3.20.*

protobuf library versions which works: 3.20.1 if it does not work then try 3.18.1

View solution in original post