Import error: cannot import name 'opentype'

前端 未结 2 1373
执念已碎
执念已碎 2020-12-19 06:44

I\'m trying to follow the instructions for utilizing Firebase in my py code running on Raspberry Pi 2 B+. While running on python 3, bad stuff happens.

I have include

2条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-19 07:02

    You can try this also. It worked for me.

    pip install --upgrade pyasn1-modules
    

提交回复
热议问题