need your help with an installation issue.
I am running a Ubuntu 20.4 machine and trying to install BlederBot2.
https://github.com/facebookresearch/ParlAIe
Using the following commands
pip install parlai
cd ~/ParlAI; python setup.py develop
It starts to try install but the I get the following message
ERROR: markdown 3.3.6 has requirement importlib-metadata>=4.4; python_version < "3.10",
but you'll have importlib-metadata 4.2.0 which is incompatible.
I am very new to Python and would appreciate your help in understanding how this can be solved.