You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I start installing the ImageScraper, I got the following error in Windows 10
Installing collected packages: setproctitle
Running setup.py install for setproctitle: started
Running setup.py install for setproctitle: finished with status 'error'
The text was updated successfully, but these errors were encountered:
As it can be clearly seen, error says: Microsoft Visual C++ 14.0 is required
There are 2 possible solutions.
If you are using Python 2.x then just install 3.x, and it will resolve the issue
If the issue still persists,
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.
While I start installing the ImageScraper, I got the following error in Windows 10
Installing collected packages: setproctitle
Running setup.py install for setproctitle: started
Running setup.py install for setproctitle: finished with status 'error'
The text was updated successfully, but these errors were encountered: