hyperledger / fabric-sdk-py

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

error #172

Open zd398900463 opened 2 years ago

zd398900463 commented 2 years ago

why info me: not find the configtxgen and the configtx is empty? Can I use this in WinSYS?

create ca with name=ca-org1
create ca with name=ca-org2
Import orderers = dict_keys(['orderer.example.com'])
Import peers = dict_keys(['peer0.org1.example.com', 'peer1.org1.example.com', 'peer0.org2.example.com', 'peer1.org2.example.com'])
configtxgen not in PATH.
Configtx is empty
channel mychannel not existed when join
channel mychannel not existed when join
milan-15697 commented 9 months ago

Hi, is there any update to resolve this issue? I am getting the same error, I would appreciate any help on this. I am trying to set up fabric-sdk-py in MacOS

4t8dd commented 9 months ago

did you read the notebook: https://github.com/hyperledger/fabric-sdk-py/blob/main/Tutorial.ipynb? If you want answer, you may provide more context about this issue.

milan-15697 commented 9 months ago

Screenshot 2024-01-29 at 12 37 56

Hi, I am having difficulty as the other person mentioned above while creating a channel, I followed the instructions of jupyter file and docker network is up and running. The first two code blocks runs fine, channel_create function returns False. Can you help with Configtx? I couldn't find much in documentation.

I am using MacOS, and executing everything in conda environment.