pip install xxx 报错

pip3 install django-oscar
问题:
Could not find a version that satisfies the requirement install (from versions: )
No matching distribution found for install
处理:
pip3 install update django-oscar

问题:
Command “python setup.py egg_info” failed with error code 1 in /private/var/folders/b_/_l0m1cc56kxcwzl688t4qxg40000gn/T/pip-install-owgy24k0/django-extra-views/

处理:
pip3 install –upgrade setuptools

    原文作者:zhuozhi
    原文地址: https://www.jianshu.com/p/3b51d1035ece
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞