hydra安装——AttributeError: module ‘hydra‘ has no attribute ‘main‘
Posted 呦呦南山
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hydra安装——AttributeError: module ‘hydra‘ has no attribute ‘main‘相关的知识,希望对你有一定的参考价值。
AttributeError: module ‘hydra’ has no attribute ‘main’
问题
1.使用如下方法安装hydra,pip install hydra,运行后报错AttributeError: module \'hydra\' has no attribute \'main\'
解决方法
2.卸载之前安装的hydra,pip uninstall hydra
3.应该使用pip install hydra-core --upgrade,安装后运行没有问题
参考:https://github.com/facebookresearch/hydra/issues/919
————————————————
版权声明:本文为CSDN博主「wavehaha」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/wavehaha/article/details/124605824
以上是关于hydra安装——AttributeError: module ‘hydra‘ has no attribute ‘main‘的主要内容,如果未能解决你的问题,请参考以下文章