I'm trying to install deeppavlov via pip. It downloads some packages, then it goes "Preparing metadata (setup.py)" ... error; There are 48 lines of output.
I found online, "collections.Iterable is deprecated. Replace it with collections.abc.Iterable."
I'm guessing I have to edit some python file, but don't know which.
Any help will be appreciated, thanks in advance
python version is 3.10.6 pip 2.22.1 Windows 10 (with virtual environment)