pip django-admin installation fails

Hi all,

When I run pip install django-admin in my virtualenv this renders in the terminal: https://dpaste.org/2bAW

Does anyone have any tips on how to get around this?

Thanks! :slight_smile:

try pip3 install wheel

2 Likes