PyDrive2 icon indicating copy to clipboard operation
PyDrive2 copied to clipboard

Problem module 'six.moves' has no attribute 'collections_abc'

Open Shin898 opened this issue 4 years ago • 0 comments

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

Shin898 avatar Feb 15 '21 15:02 Shin898