↓폴밍끼 유튜브 채널 자세히보기

Python library & package/pip

[해결방법] AttributeError: module 'hydra' has no attribute 'main'

폴밍끼 2023. 2. 27. 19:44
728x90

hydra는 pip install hydra 하면 안된다고 한다.. 그렇게 추측해서 설치하지 말라고 함 ㅋㅋㅎㅎ

하지만 나는 그렇게 했었고 아래처럼 한 후 해결하였다.

pip install hydra-core --upgrade

 

참고

https://github.com/facebookresearch/hydra/issues/919

 

[Bug] AttributeError: module 'hydra' has no attribute 'main' · Issue #919 · facebookresearch/hydra

🐛 Bug Description AttributeError: module 'hydra' has no attribute 'main' Checklist I checked on the latest version of Hydra I created a minimal repro To reproduce import hydra from ...

github.com