Hi,
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?
I am just starting to learn APIs so any input will be really really helpful
to me!
Thanks!!!
--
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/99220c3b-9798-4ca7-b312-21670149c01f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.