Control: tags -1 upstream On 07/14/2018 08:40 PM, Andreas Beckmann wrote: > File "/usr/lib/python3/dist-packages/pycsw/server.py", line 78 > self.async = False > ^ > SyntaxError: invalid syntax > [...] > > Could this be related to python 3.7?
Yes, see: #902788 async became a reserved keyword in Python 3.7. Upstream will need to rename for compatibility with Python 3.7. Kind Regards, Bas