Hi
I am running one script for building grpcio. This script is working fine
with older version of grpc. With latest version of grpc it is giving error.

Here is the script.

<<

grpc_source_path=<path1>/grpc
grpc_install_path=<path1>/build/
venv_path=build/python2.7
virtualenv --python=python2.7 $venv_path
. $venv_path/bin/activate
CFLAGS="-I$grpc_install_path/include -std=c89 -Werror"
LDFLAGS=-L$grpc_install_path/lib pip install grpcio==0.11.0b0

>>

I am using ubuntu 14.04. grpc 1.0 ,protobuf 3.0 and pip 1.5.4.

Let me know if you need some more info.








On Tue, Aug 30, 2016 at 7:40 PM, Nathaniel Manista <[email protected]>
wrote:

> On Mon, Aug 29, 2016 at 10:49 PM, <[email protected]> wrote:
>
>> Is this issue resolved ?
>
>
> Yes, this has been resolved for several months.
>
> I am seeing this issue.
>
>
> Please tell us more about your platform (hardware, operating system, and
> operating system version), and how you're installing gRPC Python (pip
> version, whether or not you're working in a virtual environment, version of
> grpcio that is being downloaded from PyPI or version of source with which
> you're working, and whatever else you are able to share that seems
> relevant).
> -Nathaniel
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAAZA20_SaoZKP3MFkOs0Qu8x7JNMujLNt-iA9p-TeSzy0ZJNyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to