猿问
错误:ModuleNotFoundError:没有名为“termios”的模块
from google.colab import drive drive.mount('/content/gdrive')
这是我写的代码
冉冉说
浏览 189
回答 1
1回答
四季花海
你有机会在窗户上吗?如果是这样,您需要使用基于 Unix 的系统,因为根据此来源, Termios 仅适用于 Unix 而不是 Windows由于 termios 是一个内置的 python 库,如果您使用的是基于 Unix 的系统,只需:import termios如果这不起作用,则您的 python 安装可能已损坏,您需要重新安装 Python
0
0
0
随时随地看视频
慕课网APP
相关分类
Python
我要回答