Closed panjitianda closed 8 years ago
How do you install it? pip install -r requirements.txt ?
are you on OSX?
try https://github.com/google/protobuf/
or just sudo pip install protobuf --upgrade
@panjitianda status?
pip uninstall protobuf pip install protobuf==3.0.0b
apt-get install python-protobuf
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?