OCA / geospatial

Odoo and GIS
http://oca.github.io/geospatial/index.html
GNU Affero General Public License v3.0
189 stars 284 forks source link

16.0 : SyntaxError: invalid syntax #373

Closed andrea-dalmaso-eat closed 2 weeks ago

andrea-dalmaso-eat commented 5 months ago

Module

base_geoengine

Describe the bug

When installing

**File "/mnt/extra-addons/geospatial/base_geoengine/expressions.py", line 100
    match operator:
          ^
SyntaxError: invalid syntax**
yvaucher commented 2 weeks ago

match is a Python 3.10 feature.

You will want to update your Python version.