0

while going through the python tutorial for google protocol buffers I saw the examples call a library addressbook_pb2. I tried to do pip install addressbook_pb2 with no results. What is the package or steps needed to install the library

joydeep bhattacharjee
  • 1,249
  • 4
  • 16
  • 42

1 Answers1

0

In the section "Where to Find the Example Code", there is a link for Source code. Go to the Github Python Branch and follow the instructions under "Installation" section.

akash12300
  • 412
  • 2
  • 12