Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to import Client in fabric-sdk-py version 0.9.0 #101

Open
varshaneya opened this issue Jul 24, 2020 · 0 comments
Open

Unable to import Client in fabric-sdk-py version 0.9.0 #101

varshaneya opened this issue Jul 24, 2020 · 0 comments

Comments

@varshaneya
Copy link

I am using the following system configuration:

  1. Python version 3.7.7
  2. fabric-sdk-py version 0.9.0 (built from source - master branch)
  3. Debian OS - Buster 10
  4. grpcio version 1.20.1

While importing Client using this command from hfc.fabric.client import Client, I get the following error:
ImportError: cannot import name '_MultiThreadedRendezvous' from 'grpc._channel'

But when I install fabric-sdk-py using pip install fabric-sdk-py which results in fabric-sdk-py version of 0.8.1, I did not get any error when importing Client.

Looks like there is bug/compatibility issue with grpc and the fabric-sdk-py built from the master branch.

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

No branches or pull requests

1 participant