Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

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

Open
ghost opened this issue Aug 13, 2020 · 3 comments
Open

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

ghost opened this issue Aug 13, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 13, 2020

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.

@ayukoizgosu
Copy link

I too have the same error.

@breuerfelix
Copy link
Owner

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 ?

@Vijaysinh
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants