sananth12 / ImageScraper

:scissors: High performance, multi-threaded image scraper
GNU General Public License v3.0
763 stars 101 forks source link

ImageScraper installation Error in windows Anaconda #105

Open rajaramcomputers opened 7 years ago

rajaramcomputers commented 7 years ago

While I start installing the ImageScraper, I got the following error in Windows 10 imagescraper Installing collected packages: setproctitle Running setup.py install for setproctitle: started Running setup.py install for setproctitle: finished with status 'error'

MAsifOfficial commented 7 years ago

As it can be clearly seen, error says: Microsoft Visual C++ 14.0 is required There are 2 possible solutions.

  1. If you are using Python 2.x then just install 3.x, and it will resolve the issue If the issue still persists,
  2. Follow this link [https://www.microsoft.com/en-us/download/details.aspx?id=52685](Microsoft Visual C++ 2015 Redistributable Update 3 RC) and download it.