Re: Custom Python import module failed (protobuf)

2018-04-20 Thread Sankar Raman V
Error: ImportError: No module named google.protobuf -- https://mail.python.org/mailman/listinfo/python-list

Custom Python import module failed (protobuf)

2018-04-20 Thread sankarramanv
Hi, I need to use the google protobuf for my task. 1. Yum install protobuf worked for default python 2.7.5 in my VM. But I need to test with Python 2.7.14. I installed protobuf using yum on "/usr/lib64/python2.7/site-packages" I added the above path to PYTHONPATH and its not recognizing when