How can I fix an error like `AttributeError: module 'wandb' has no attribute ...`?
Support:
less than a minute
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
[i18n] feedback_title
[i18n] feedback_question
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.