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!