Can't install via pip because of egg_info error

后端 未结 10 1034
-上瘾入骨i
-上瘾入骨i 2020-11-22 13:58

No matter which package I\'m trying to install, I get this error:

error: invalid command \'egg_info\'

----------------------------------------
Cleaning up.         


        
10条回答
  •  情话喂你
    2020-11-22 14:38

    See this : What Python version can I use with Django?¶ https://docs.djangoproject.com/en/2.0/faq/install/

    if you are using python27 you must to set django version :

    try: $pip install django==1.9

提交回复
热议问题