Following the steps given in https://github.com/ozak/georasters, but having the same traceback for both steps of the pip install process. Blows up when "collecting pyproj.." with some issue with "msvc.py".
Collecting pyproj (from georasters)
Using cached pyproj-1.9.5.1.tar.gz
Complete output from command python setup.py egg_info:
using bundled proj4..
Traceback (most recent call last):
File "c:\users\javie\appdata\local\programs\python\python36-32\lib\site-packages\setuptools\msvc.py", line 490, in_find_latest_available_vc_ver
return self.find_available_vc_vers()[-1]
IndexError: list index out of range
Can anybody help? thanks