I was just experimenting the Example, and got the following output:
C:\Users\Helio>python -m robotremoteserver test
C:\Python39\lib\site-packages\robotremoteserver.py:18: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
from collections import Mapping
Remote server running at http://127.0.0.1:8270.
C:\Users\Helio>python --version
Python 3.9.6