Hi,
I'm not sure if you're still maintaining this but in case anyone else finds this and is interested to get this working, I had to slightly deviate from the directions to get it working:
I had to downgrade my version of yarl. Yarl 1.2 introduce some breaking of
you can do this by running: pip install -U "yarl<1.2" in the directory that you are running.
Hi,
I'm not sure if you're still maintaining this but in case anyone else finds this and is interested to get this working, I had to slightly deviate from the directions to get it working:
I had to downgrade my version of yarl. Yarl 1.2 introduce some breaking of
you can do this by running:
pip install -U "yarl<1.2"in the directory that you are running.