Django installation issue raise BadZipFile

My Mac system uses pip, virtualenv and the next installation package to encounter the problem of raise BadZipFile, as shown below:

 

It can be solved with this command: pip install --no-cache-dir django==1.11. 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324714222&siteId=291194637
Recommended