On Wed, Oct 18, 2017 at 2:20 PM, <[email protected]> wrote:

> I am using gRPC's Python API and here are the things I imported for my
> project
>
> import abc
> import enum
>
> import six
>
> from grpc._cython import cygrpc as _cygrpc
>
> When I run it it gave me this error message (the xxxxx things are my
> folder names)
>
> Traceback (most recent call last):
>   File "C:\Users\xxx\git\xxxx\nlp\xxxx.py", line 35, in <module>
>     from google.cloud.speech.v1beta1 import cloud_speech_pb2 as
> cloud_speech
>   File 
> "C:\Python27\lib\site-packages\google\cloud\speech\v1beta1\cloud_speech_pb2.py",
> line 771, in <module>
>     import grpc
>   File "C:\Python27\lib\site-packages\grpc\__init__.py", line 37, in
> <module>
>     from grpc._cython import cygrpc as _cygrpc
> ImportError: DLL load failed: %1 is not a valid Win32 application.
>
> All my setups are in 64 bits so I am wondering whether there is anything
> to do with gRPC's requirements?
>

Quite likely. What can you tell us about your system and platform?
<https://www.chiark.greenend.org.uk/~sgtatham/bugs.html> What hardware
version and version of Windows? How did you get gRPC onto your system? If
"pip install", what version of pip?

I am just starting to learn APIs so any input will be really really helpful
> to me!
>

We hope gRPC will be helpful to you! Thanks for your report.
-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/CAEOYnARV-q_KJYkt3ADX1Yfuz-Dmg9w3TTRjfJj_zQmKeF1xSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to