Bailey Heading

Results 7 comments of Bailey Heading

Did you try making an environment with python 3.11 to test your own theory? also, what platform are you on?

> Is there an update to this? Or at least a way for the Linux users to access the fixed version? to respond quickly, a way you can access them...

You can turn off a bunch of stuff that you don't need yes through the CMakeList parameters. I also found it a bit tricky to make it choose the right...

the python bindings will build into here (for reference) ``` valhalla/build/src/bindings/python/valhalla ``` You can turn these two off as I believe they are basically making routing tiles and the http...

It seems this is on the GitHub roadmap for Q4 2023 https://github.com/github/roadmap/issues/528 ![image](https://github.com/gis-ops/pyvalhalla/assets/69223649/c1003c07-6015-4535-9e76-b0979ad5536a)

I basically just pip installed PyValhalla for Mac Intel, built Valhalla for Mac ARM, then copied the PyValhalla site_packages stuff from python Intel env into a new python arm env...

Things can get a bit messy if you have different environments (I like to use Conda) and Rosetta intel + arm environments. I had such a hard time getting it...