ImportError: cannot import name 'opentype' on new installation

前端 未结 3 1152
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-11 23:43

I\'ve just created a Google Cloud compute engine, installed google-cloud package with both pip and pip3, and I\'m experiencing the following error when launching a script wi

3条回答
  •  春和景丽
    2021-01-12 00:09

    Posting my solution in case it helps someone else - this fixed it for me:

    pip install --upgrade google-auth-oauthlib

    More details discussed here: https://www.raspberrypi.org/forums/viewtopic.php?f=114&t=198933&p=1241439#p1241439

提交回复
热议问题