当前位置:   article > 正文

python常见问题笔记_attributeerror: module 'gitlab' has no attribute '

attributeerror: module 'gitlab' has no attribute 'gitlab

python 模块问题

1.gitlab模块安装后无法使用

报错:AttributeError: module ‘gitlab’ has no attribute ‘Gitlab’
原因:模块安装错误,安装成模块"gitlab",应该安装"python-gitlab"
解决方法:

# pip3 uninstall gitlab
# pip3 install python-gitlab

备注:如果之前两个都安装,建议都删除,再重新安装python-gitlab
  • 1
  • 2
  • 3
  • 4
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/585706
推荐阅读
相关标签
  

闽ICP备14008679号