hyperledger / fabric-sdk-py

Hyperledger Fabric Python SDK
https://fabric-sdk-py.readthedocs.io/en/latest/
Apache License 2.0
408 stars 201 forks source link

configtxgen not in PATH #179

Closed jmreddy2106 closed 1 year ago

jmreddy2106 commented 1 year ago

Hi, I've set the fabric python SDK and running the Docker images. While running the sample notebook, it raises an error configtxgen not in PATH. Configtx is empty. I have set the path for configtxgen from fabric-samples/bin to FABRIC_CFG_PATH. Any idea, why it is throwing error?

Thank you

yeasy commented 1 year ago

Copy the bins to one of your env path, e.g., /usr/local/bin.