Comment 3 for bug 1968487

Revision history for this message
Jack (effrit) wrote :

I've copied the text into a .txt document. I tried checking for updates with "pip3 list -o | cut -f1 -d' ' | tr " " "\n" | awk '{if(NR>=3)print)' | cut -d' ' -f1 | xargs -n1 pip3 install -U" (which I found looking up how to update my python modules) but that hasn't helped.

I'm also running on an ubuntu emulator on a windows machine, so I don't know if that'll cause problems