Python 3.5.3 (default, Sep 27 2018, 17:25:39)
[GCC 6.3.0 20170516] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gpx_parser as parser
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.5/dist-packages/gpx_parser/__init__.py", line 3, in <module>
from gpx_parser.GPX import GPX
File "/usr/local/lib/python3.5/dist-packages/gpx_parser/GPX.py", line 28
self._version:Optional[str] = version
^
SyntaxError: invalid syntax
I have an error importing the gpx_parser class
thanks
Luca