Encounter a strange problem to load PyDrive in Google DataLab:
--> 141 @_helpers.positional(3)
142 def run_flow(flow, storage, flags=None, http=None):
143 """Core code for a command-line application.
AttributeError: 'module' object has no attribute 'positional'
Of course, no apparent results and solutions in google. But after a few trying, there is a workaround to load it properly: change the kernel type and change it back. What a weird problem!
One response to “Workaround PyDrive in Google DataLab”
I had the same problem; thank you for sharing the answer.