-
Notifications
You must be signed in to change notification settings - Fork 22
Window Build #117
Comments
This looks to me that you are pulling Mapnik master, which requires C++14 features which likely don't work with visual studio 2015. I would recommend sticking with Mapnik 3.0.x rather than |
I tried now I get |
I pulled master and copied over the missing files to v3.0.x. ...\pip.zip\pip_vendor\requests\packages\urllib3\util\ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning. |
isn't Python 32bit necessary? |
not sure what I did wrong.
build_mapnik.bat fails
closest_point.cpp
return result_type { pt_.x, pt_.y, 0.0 };
The text was updated successfully, but these errors were encountered: