tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

cant install protobuf3 #132

Closed panjitianda closed 8 years ago

panjitianda commented 8 years ago

when access pyton web.py gettin Traceback (most recent call last): File "web.py", line 8, in <module> from pgoapi.poke_utils import * File "/var/www/test/poketrainer/pgoapi/__init__.py", line 16, in <module> raise PleaseInstallProtobufVersion3() pgoapi.exceptions.PleaseInstallProtobufVersion3

when try to install it

Installing collected packages: protobuf Found existing installation: protobuf 2.6.1 Can't uninstall 'protobuf'. No files were found to uninstall. Successfully installed protobuf

any info?

tejado commented 8 years ago

How do you install it? pip install -r requirements.txt ?

Nostrademous commented 8 years ago

are you on OSX?

ProLoDs commented 8 years ago

try https://github.com/google/protobuf/ or just sudo pip install protobuf --upgrade

tejado commented 8 years ago

@panjitianda status?

dnsBlah commented 8 years ago

pip uninstall protobuf pip install protobuf==3.0.0b

scottie commented 8 years ago

apt-get install python-protobuf