rubenvereecken / pokemongo-api

Pokemon Go API for Python
Other
358 stars 120 forks source link

Should this be git clone --recursive ? but protoc was not found #90

Closed blueskybreeze closed 8 years ago

blueskybreeze commented 8 years ago

Should this be cloned using

git clone --recursive https://github.com/rubenvereecken/pokemongo-api.git

?

but then, after that:

$ cd pokemongo-api
$ pip install -r requirements.txt 
Requirement already satisfied (use --upgrade to upgrade): geopy==1.11.0 in /Users/mike/.virtualenvs/django19try01/lib/python2.7/site-packages (from -r requirements.txt (line 1))
[...]

$  ./compile.sh 
Can we remove "/Users/mike/code/pokemongo-api/pogo"?
Please answer. [y/N] y
Compiling /POGOProtos/Data/AssetDigestEntry.proto..
/bin/sh: protoc: command not found
Compiling /POGOProtos/Data/DownloadUrlEntry.proto..
/bin/sh: protoc: command not found
[...]
dnsBlah commented 8 years ago

No need to compile the protos they are compiled for you

just run the script if you really want to compile for yourself because you make adjustments to it

I had to install protobuf dev

brew install --devel protobuf

dmadisetti commented 8 years ago

You don't need to recompile the protos