ImportError: cannot import name ‘six‘ from ‘django.utils‘
错误描述:ImportError: cannot import name 'six' from 'django.utils' (D:\Python\WorkSpace\news_nlp\venv\lib\site-packages\django\utils\__init__.py)解决方案:1、pip install django==2.0.22、pip3 install six3、file--&
·
错误描述:ImportError: cannot import name 'six' from 'django.utils' (D:\Python\WorkSpace\news_nlp\venv\lib\site-packages\django\utils\__init__.py)
解决方案:
1、pip install django==2.0.2
2、pip3 install six
3、file-->settings--->
更多推荐
所有评论(0)