instapy-gui icon indicating copy to clipboard operation
instapy-gui copied to clipboard

ImportError: cannot import name 'cygrpc' from 'grpc._cython'

Open ghost opened this issue 5 years ago • 3 comments

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.

ghost avatar Aug 13 '20 22:08 ghost

I too have the same error.

ayukoizgosu avatar Aug 16 '20 08:08 ayukoizgosu

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 ?

breuerfelix avatar Dec 07 '20 11:12 breuerfelix

I am getting same error , I tried above commands .. its showing ('64bit', '')

Vijaysinh avatar Oct 30 '21 11:10 Vijaysinh