We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82828ca + 4576a34 commit a3b6efeCopy full SHA for a3b6efe
gdrivefs/resources/README.rst
@@ -234,6 +234,16 @@ Troubleshooting Steps
234
235
$ sudo pip install --allow-unverified antlr-python-runtime --allow-external antlr-python-runtime gdrivefs
236
237
+- If you see an ImportError regarding "ez_setup", then you'll need to install
238
+ ez_setup with::
239
+
240
+ $ sudo pip install ez_setup
241
242
+- After installation, if you see an ImportError regarding "discovery", then try
243
+ the following command::
244
245
+ $ sudo pip install --upgrade google-api-python-client
246
247
248
-------
249
Options
0 commit comments