ModuleNotFoundError: No module named 'django_extensions'
来源:12-10 Nginx+Tornado部署Django应用
慕的地2047357
2021-03-13
安装完pip3 install django-debug-toolbar==1.11后 又出现这个问题,对应那个版本
1回答
-
Jack
2021-03-13
django-extensions==2.1.6
django-debug-toolbar==1.11
aioredis==1.2.0
aliyun-python-sdk-core==2.13.4
aliyun-python-sdk-core-v3==2.13.3
aliyun-python-sdk-kms==2.6.0
amqp==2.4.2
argon2-cffi==19.1.0
asgiref==2.3.2
async-timeout==3.0.1
attrs==19.1.0
autobahn==19.5.1
Automat==0.7.0
awesome-slugify==1.6.5
billiard==3.6.1.0
celery==4.3.0rc3
certifi==2019.3.9
cffi==1.12.3
channels==2.1.7
channels-redis==2.3.3
chardet==3.0.4
constantly==15.1.0
crcmod==1.7
daphne==2.2.5
defusedxml==0.6.0
Django==2.1.7
django-allauth==0.39.1
django-appconf==1.0.3
django-celery-email==2.0.1
django-compressor==2.2
django-contrib-comments==1.9.1
django-crispy-forms==1.7.2
django-environ==0.4.5
django-haystack==2.8.1
django-markdownx==2.0.28
django-oss-storage==1.1.0
django-redis==4.10.0
django-taggit==1.1.0
elasticsearch==2.4.1
gunicorn==19.9.0
hiredis==1.0.0
hyperlink==19.0.0
idna==2.8
incremental==17.5.0
jmespath==0.9.4
kombu==4.5.0
Markdown==3.1
msgpack==0.6.1
mysqlclient==1.4.2.post1
oauthlib==3.0.1
oss2==2.6.1
Pillow==5.4.1
pycparser==2.19
pycryptodome==3.8.1
PyHamcrest==1.9.0
python-slugify==3.0.1
python3-openid==3.1.0
pytz==2019.1
rcssmin==1.0.6
redis==3.2.1
regex==2019.4.14
requests==2.21.0
requests-oauthlib==1.2.0
rjsmin==1.0.12
six==1.12.0
sorl-thumbnail==12.5.0
text-unidecode==1.2
Twisted==19.2.0
txaio==18.8.1
Unidecode==0.4.21
urllib3==1.24.3
uWSGI==2.0.18
vine==1.3.0
zope.interface==4.6.0
您好,所有包的版本如上
00
相似问题