Closed jeffreyzh closed 6 years ago
I also try to pip uninstall Django
,then 'pip install Django==1.10', the problem still here
In the end ,i forced to specify the version of djanggo,it worked:
sudo pip install django-atc-demo-ui Django==1.10 --no-cache-dir
hi all I get this exception when I install
django-atc-demo-ui
I noticed this line
Downloading Django-2.0.tar.gz (8.0MB)
, is the cause of the issues?my python version is 2.7, django version is 1.11
how can i do now? pls