我是靠谱客的博主 清爽水壶,最近开发中收集的这篇文章主要介绍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
最后
以上就是清爽水壶为你收集整理的hydra安装——AttributeError: module ‘hydra‘ has no attribute ‘main‘的全部内容,希望文章能够帮你解决hydra安装——AttributeError: module ‘hydra‘ has no attribute ‘main‘所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复