Chive / django-multiupload

Dead simple drop-in multi file upload field for Django forms using HTML5's multiple attribute.
MIT License
279 stars 81 forks source link

setuptools must be installed to install from a source distribution #12

Closed tylerecouture closed 3 years ago

tylerecouture commented 9 years ago

Any idea why I'm getting this error why I try to install with pip?

$ pip install django-multiupload Collecting django-multiupload Downloading django-multiupload-0.5.tar.gz setuptools must be installed to install from a source distribution

DC-Zhou commented 8 years ago

I also getting this error ,when I try to install with pip ~# pip install --pre github3.py then I get this: Downloading/unpacking uritemplate.py>=0.2.0 (from github3.py) Downloading uritemplate.py-0.3.0.tar.gz Cleaning up... setuptools must be installed to install from a source distribution Storing debug log for failure in /root/.pip/pip.log

Maybe I need to uninstall my setuptools and update it into version 20.1?

DC-Zhou commented 8 years ago

OK , I solve this question by use " pip install setuptools --upgrade" That's work well ,Help this can help you