WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host mirrors.aliyun.com'
译文就是:警告:存储库位于镜像阿里云不是受信任或安全的主机,将被忽略。如果此存储库通过HTTPS可用,我们建议您改用HTTPS,否则您可能会禁用此警告,并允许使用'--trusted host镜像阿里云'.
在查看已安装模块时显示已经安装上模块,然而在pycharm里面运行时仍显示未找到模块,怎么办啊?
可以更换一下镜像, `pip install some_package --index https://pypi.mirrors.ustc.edu.cn/simple/` 清华源
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
专业版有Django, 直接新建项目就行了
..
..
个人见解,应该是你使用的阿里云镜像出现了错误导致模块安装不完整。你先删掉之前安装的模板,然后试试豆瓣的镜像。pycharm的专业版应该自带django项目。直接新建项目就行了