会员
商店
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
czhao4
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
Python
Windows:Python 3.7 中遇到 ImportError: No module named '_curses'
摘要:最简单的解决方案: pip install windows-curses 问题原因: Windows 平台没有安装curses。因为Python认为该功能主要在Unix上使用。 The curses module is not supported on Windows machines. From
阅读全文
posted @
2019-09-23 10:18
czhao4
阅读(478)
评论(0)
推荐(0)
编辑