PyDrive2
PyDrive2 copied to clipboard
Problem module 'six.moves' has no attribute 'collections_abc'
I have a raspberry pi 4 with raspbian installed. I have installed PyDrive2 but when execute my code (in my pc working well) i have that error (Problem module 'six.moves' has no attribute 'collections_abc') When installed package with "sudo pip3 install PyDrive2" i have read that:
Found existing installation: six 1.12.0 Not uninstalling six at /usr/lib/python3/dist-packages, outside environment /usr Can't uninstall 'six'. No files were found to uninstall.
But if check with "sudo pip3 list" my six version is six 1.15.0. I don't know how solve that problem. Thanks in advance for help