You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: