我决定使用colab和google-drive-ocamlfuse将我的项目链接到我的驱动器,阅读博客后,参考文献在这里http://medium.com/@burakteke/tutorial-on-using-google-colab-for-kaggle-competition-620393c22821
从这里Unable to locate package google-drive-ocamlfuse , suddenly stopped working
看完答案后,我已经开始固定其第一部分来安装保险丝。当我尝试做第三部分时:
# Generate creds for the Drive FUSE library.
from oauth2client.client import GoogleCredentials
creds = GoogleCredentials.get_application_default()
import getpass
!google-drive-ocamlfuse -headless -id={creds.client_id} -secret={creds.client_secret} < /dev/null 2>&1 | grep URL
vcode = getpass.getpass()
!echo {vcode} | google-drive-ocamlfuse -headless -id={creds.client_id} -secret={creds.client_secret}