While running lantz of laby project i am facing the following error : Can anyone tell me how to tackle that /
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
from lantz.drivers.examples import LantzSignalGenerator
File "C:\Python27\lib\site-packages\lantz-0.4.dev0-py2.7.egg\lantz\__init__.py", line 25, in <module>
from .driver import Driver, Feat, DictFeat, Action, initialize_many, finalize_many
File "C:\Python27\lib\site-packages\lantz-0.4.dev0-py2.7.egg\lantz\driver.py", line 54
class Self(metaclass=MetaSelf):
^
SyntaxError: invalid syntax
That occurs while using driver.py file lantz folder.