from google.colab import drive
drive.mount('/content/gdrive')这是我写的代码
1 回答
四季花海
TA贡献1811条经验 获得超5个赞
你有机会在窗户上吗?如果是这样,您需要使用基于 Unix 的系统,因为根据此来源, Termios 仅适用于 Unix 而不是 Windows
由于 termios 是一个内置的 python 库,如果您使用的是基于 Unix 的系统,只需:
import termios
如果这不起作用,则您的 python 安装可能已损坏,您需要重新安装 Python
添加回答
举报
0/150
提交
取消
