Closed davidfdr closed 7 months ago
I already fixed this in https://github.com/hyperledger/fabric-sdk-py/pull/186 because I stumbled upon the same problem. But as there hasn't been a release in years, installing from PyPI does not include this fix. You can install from the git repo instead (pip install git+https://github.com/hyperledger/fabric-sdk-py
)
Thank you very much. I am configuring the Hyperledger Fabric Operator and using the ansible collections to deploy the fabric.
Yes, you can install via git repo, also since fabric-gateway client apis are used for fabric v2.4+ I think we will switch to using fabric-gateway as per #153
Getting error when trying to install fabric-sdk-py using PIP.