`RuntimeError: invalid RE code` error message when loading nameko
See original GitHub issueDescribe the bug
RuntimeError: invalid RE code
error message when loading nameko
stack trace:
Traceback (most recent call last):
File "c:\users\amnon\appdata\local\continuum\anaconda3\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\amnon\appdata\local\continuum\anaconda3\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\amnon\AppData\Local\Continuum\anaconda3\Scripts\nameko.exe\__main__.py", line 5, in <module>
File "c:\users\amnon\appdata\local\continuum\anaconda3\lib\site-packages\nameko\cli\main.py", line 48, in <module>
""", regex.VERBOSE
File "c:\users\amnon\appdata\local\continuum\anaconda3\lib\site-packages\regex.py", line 345, in compile
return _compile(pattern, flags, kwargs)
File "c:\users\amnon\appdata\local\continuum\anaconda3\lib\site-packages\regex.py", line 613, in _compile
req_offset, req_chars, req_flags, info.group_count)
RuntimeError: invalid RE code
To Reproduce
run nameko
commandline tool
Expected behavior nameko should load properly
Environment (please complete the following information):
- Nameko version: 2.11.0
- Python version: Python 3.6.4 :: Anaconda, Inc.
- OS: Windows 7
Additional context I tried running the “hello world” example.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
"Invalid RE Code" Error - Foothold Care Management
A common error from MAPP found on segments is "Invalid RE Code found". But what does it mean? MAPP is reporting that there...
Read more >I'm having trouble starting up my first python nameko service
Specifically, Python's os.register_at_fork method, the one that's causing your error (" AttributeError: module 'os' has no attribute ' ...
Read more >Guide to Restriction Exception (RE) Codes and Health Home ...
These are codes to restrict recipient to specific alternative pharmacy providers.
Read more >AWS for Solutions Architects: Design Your Cloud Infrastructure by ...
AWS Glue – Extracting, Transforming, and Loading Data the ... Piracy: If you come across any illegal copies of our works in any...
Read more >11.3.16 Error Codes - Illinois.gov
1, Error Code, Message, Explanation. 2, A04, Date Paid Missing/Invalid, TPL payment date or adjudication date is missing or invalid.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks. I uninstalled regex and it did the trick.
It’s tested against
2018.2.21
, so that version at least should work. Would be interesting to see which subsequent release breaks it, and whether there are any notes in the changelog. I would hope that there is a workaround.I think it’s preferable for us to support later versions even if that means dropping support for the older ones. Clearly we’re failing to do so at the moment.