googleplay-api icon indicating copy to clipboard operation
googleplay-api copied to clipboard

ImportError: cannot import name 'googleplay_pb2'

Open rehmatworks opened this issue 6 years ago • 1 comments

I installed the latest code on my server and since I encountered two issues. First issue was related to protobuf-compiler package and I solved it by installing the package. The second issue is ImportError: cannot import name 'googleplay_pb2' when calling login or any other methods. I notice that no googleplay_pb2.py file is present in gpapi directory. Can you please address this issue?

rehmatworks avatar Apr 12 '19 08:04 rehmatworks

Read here: https://github.com/NoMore201/googleplay-api#build

NoMore201 avatar Apr 12 '19 15:04 NoMore201