Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since
生活随笔
收集整理的這篇文章主要介紹了
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
?
確保Django 的settings.py中的DEBUG=TRUE,
報錯的瀏覽器頁面就會有盡可能多的信息,
?
?
解決方案:
subl /home/appleyuchi/.virtualenvs/python3.7/lib/python3.7/site-packages/html5lib/_trie/_base.py
from collections import Mapping
改為:
from collections.abc import Mapping
注意:
不一定是上面的這個文件,也可能是其他文件,具體哪個文件根據瀏覽器頁面的報錯信息來解決
?
總結
以上是生活随笔為你收集整理的Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 技嘉主板GA-B85M-D3V PLUS
- 下一篇: Django报错SocialApp ma