TUT-ARG/CASSE_book_ch2_examples

pyparsing problem

Opened this issue · 0 comments

Using google colab to test drive
'single_label_classification.py'
'.sound_event_detection.py'

gets jmport error:
cannot import name 'operatorPrecedence' from 'pyparsing'

which makes sense, as 'pyparsing' has replced 'operatorPrecedence' with 'infixNotatuon' a long time ago.

the module versions are;
dcase_util version 0.2.11
sed_eval version 0.2.1
keras version 2.8.0
pyparsing version 2.8.0

the error is caused by:
'... /dcase_util/utils/math.py ' in ' init(self)'