NoMore201 / googleplay-api

Google Play Unofficial Python API
Other
412 stars 208 forks source link

raise Exception("You should install protobuf compiler") #96

Closed x011 closed 4 years ago

x011 commented 5 years ago

windows 10 - python 3.6.8 with protobuf3 installed? How to fix this?

Cornul11 commented 4 years ago

Download the latest version of protoc for your platform, specifically Windows 10 from here, and install it: https://github.com/protocolbuffers/protobuf/releases

NoMore201 commented 4 years ago

Problem should be fixed now. If you have the protobuf directory in your PATH environment variable it should work (on every OS)