I am running some code on a Google Platform Compute Engine VM and I get an error when I imported Python boto
library.
The first time if I run 'import boto', the error message would be:
ModuleNotFoundError: No module named 'urllib2'
Then I ran it again, a different error message came out:
AttributeError: module 'boto' has no attribute 'plugin'
I tried installing google-compute-engine but it didn't work. I also tried different versions of boto but failed as well.