rezemika / humanized_opening_hours

A parser for the opening_hours fields from OpenStreetMap
GNU Affero General Public License v3.0
26 stars 20 forks source link

Dynamic Earley (lark) error #34

Open baerbock opened 5 years ago

baerbock commented 5 years ago

I'm getting the error Dynamic Earley doesn't support weights on terminals when I try to compile _humanized_openinghours

This should come from https://github.com/lark-parser/lark/issues/383

rezemika commented 5 years ago

Thank you for your feedback! I'm really sorry, I have not the time anymore to maintain this module (for now), so I cannot reliably fix this problem right now. However, if you want this to "just work", you can install the 0.6.5 version of Lark, which is the latest supported by HOH. Sorry...

baerbock commented 5 years ago

0.6.6 is also still working ..