Hyperledger Fabric: Error: Failed to load gRPC binary module because it was not installed for the current system
Problem I was following this Hyperledger Fabric tutorial: Writing your First Application This tutorial demonstrates a Hyperledger Fabric Sample Application named FabCar. Here’s the github repository of the fabcar sample app: https://github.com/hyperledger/fabric-samples/tree/master/fabcar I went inside the fabric-samples/fabcar directory and I was able to run the startFabric shell script: ./startFabric.sh After that, I tried to enroll … Read more