bafangchaoshi

Results 5 comments of bafangchaoshi

@cmlakhan Can you install any other python packages using the command `pip install xxx`? Maybe you could try to upgrade pip using `pip install --upgrade pip` ?

@zhaone You need to set `node_rank` when using multiple nodes. But if you only use one node, you can ignore these parameters: `node_rank`/`master_addr`/`master_port` .

@wangraying After an investigation of this problem, I found that this failure is caused by [scikit-optimize](https://scikit-optimize.github.io/stable/) library used by Bagua. In detail, scikit-optimize library currently uses an old builtin type...