You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fabric-sdk-py version 0.9.0 (built from source - master branch)
Debian OS - Buster 10
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.
The text was updated successfully, but these errors were encountered:
I am using the following system configuration:
While importing
Client
using this commandfrom 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 importingClient
.Looks like there is bug/compatibility issue with grpc and the fabric-sdk-py built from the master branch.
The text was updated successfully, but these errors were encountered: