无法在 google colab 中压缩文件

时间:2020-12-26 01:32:44

标签: google-colaboratory drive

这里是错误信息:

from google.colab import drive
drive.mount('/content/drive')
cd /content/drive/Shareddrives/Unlimited Space
!zip -r "Angular.zip" "Angular"
zip I/O error: Read-only file system
zip error: Could not create output file (Angular.zip)

我能做什么?

0 个答案:

没有答案