Amnon Khen
Amnon Khen
Is there any update on this? We are affected as well?
a workaround for this issue is to force nameko to parse the environment variable regular expression using `re` package rather than `regex` by editing `main.py`
Thanks. I uninstalled regex and it did the trick. > On 19 Feb 2019, at 22:10, Jakub Borys wrote: > > Just tried hello world example from https://docs.nameko.io/en/stable/#nameko and had...
The stacktrace confirms that the compilation of the regexp pattern is what causes the RuntimeError to be throw. I tried it with `regex` 2018 and latest 2019. Both failed.