GeoNode / QGISGeoNodePlugin

A QGIS plugin that provides integration with GeoNode
https://geonode.org/QGISGeoNodePlugin/
GNU General Public License v3.0
11 stars 10 forks source link

Plugin loading error on Python 3.7 due to missing typing.Final type annotation #213

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

OSGEO4W-based installations of QGIS come bundled with Python 3.7, which does not include the typing.Final type annotation yet - this was introduced in Python 3.8.