Skip to main content
Python에서 wandb를 임포트할 때 AttributeError: module 'wandb' has no attribute 'init' 또는 AttributeError: module 'wandb' has no attribute 'login'와 같은 오류가 발생한다면, wandb가 설치되어 있지 않거나 설치가 손상되었고 현재 작업 디렉터리에 wandb 디렉터리가 존재할 가능성이 있습니다. 이 오류를 해결하려면 wandb를 제거하고 해당 디렉터리를 삭제한 다음 wandb를 다시 설치하세요:
pip uninstall wandb; rm -rI wandb; pip install wandb

Run 충돌