无法在PyCharm终端中传递wandb API Key

ogq8wdun  于 2023-10-20  发布在  PyCharm
关注(0)|答案(1)|浏览(246)
wandb: (1) Create a W&B account
wandb: (2) Use an existing W&B account
wandb: (3) Don't visualize my results
wandb: Enter your choice: 2
wandb: You chose 'Use an existing W&B account'
wandb: Logging into wandb.ai. (Learn how to deploy a W&B server locally: https://wandb.me/wandb-server)
wandb: You can find your API key in your browser here: https://wandb.ai/authorize
wandb: Paste an API key from your profile and hit enter, or press ctrl+c to quit:

在这里,我的PyCharm终端冻结了,我没有办法输入或粘贴我的API密钥。按下回车键也不会发生任何事情。”任何帮助或想法吗?**

huwehgph

huwehgph1#

在他们的GitHub here上发现了一个问题报告。
也有一个的解决办法。之前甚至提示输入您的API密钥,您可以这样做,提前从您的终端像这样。

wandb login xxxxxxxxxYOUR_KEY_HERExxxxxxxxxxxxxx

或者从@shaik moeed对他们的documentation的评论中更概括:

wandb login [OPTIONS] [KEY]

然后,您将不会被要求输入您的关键以后,你不会被卡住。

  • 注意:* 这是一个解决办法,不知道为什么我的终端不喜欢我粘贴的东西,还是很高兴知道你们是否可以复制或是否是我.

相关问题