This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Error: This version of libvalhalla was not built with CURL support #40
Unanswered
girishyadav20
asked this question in
Q&A
Replies: 1 comment 4 replies
-
If you want to use CURL with pyvalhalla, I would recommend using something like FastAPI in python and making endpoints that access it. However if you're just using Valhalla and not requiring python, then Valhalla in c++ has an api server you can host and that'd be the better option |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using pyValhalla. When I set tile_url config parameter, it throws the error: "This version of libvalhalla was not built with CURL support".
How to fix this issue? How to include curl with pyValhalla?
Thanks!
Girish
Beta Was this translation helpful? Give feedback.
All reactions