ImportError: cannot import name 'cygrpc' from 'grpc._cython'
hello everyone,
Just installed the GUI like the tutorials (as Windows user) and got the bot started. It's running on instapy.io website but the terminal shows the following error:
from grpc._cython import cygrpc as _cygrpc ImportError: cannot import name 'cygrpc' from 'grpc._cython'
Has anyone seen this before? I've searched on Discord messages but none solved it before.
I too have the same error.
i researched a little bit and some people experience this issue when having python 32-bit version installed.
you can check your version by typing that in the command line:
$ python
$ >>> import platform
$ >>> platform.architecture()
could you try that out and see if you got 64 or 32 bit version running ?
I am getting same error , I tried above commands .. its showing ('64bit', '')