mysql-python, protobuf installation
phpcn_u1582
phpcn_u1582 2017-05-18 10:57:10
0
1
590

System: windows7 64
When using pip3 install mysql-connector, it shows that protobuf is missing.
Then after searching, download protobuf-2.5.0.zip and protoc-2.5.0-win32 from google .zip,

The steps are as follows:
Put the protoc.exe in protoc-2.5.0-win32.zip under protobuf-2.5.0src and switch to protobuf-2.5.0Python
Execute the command python setup.py build ,

             python setup.py test, 
             python setup.py install

When executing python setup.py test, an error occurs, showing: can' not find google/protobuf/internal/test_bad_identifiers.proto
Already confused...

phpcn_u1582
phpcn_u1582

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!