首页 > 解决方案 > 使用 pip 在 django 中安装错误

问题描述

我是 Django 世界的新手,我想将它从 pip 安装到我的 Windows 中,但安装时出现此错误:

C:\Users\xxxx>pip install django
Collecting django
**Could not install packages due to an EnvironmentError: Could not find a suitable
 TLS CA certificate bundle, invalid path: \ms4w\Apache\conf\ca-bundle\cacert.pem**

我使用的 pip 版本是:

pip 10.0.1 from c:\python37\lib\site-packages\pip (python 3.7)

标签: pythondjangowindowspip

解决方案


推荐阅读