Error: No module named 'ConfigParser'

Hello,

Can anyone help me fix this error:

$ plonecli serve
......
    ModuleNotFoundError: No module named 'ConfigParser'

This is an error with Python 3 trying to import ConfigParser using the Python 2 way.

Which Python and PloneCLI versions are you using? PloneCLI 1.1 should run fine on Python 3.7.

It's PloneCLI 1.1 and Python 3.7