会员
商店
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
多米多乐
博客园
首页
新随笔
联系
订阅
管理
随笔 - 11
文章 - 0
评论 - 0
阅读 -
6453
12 2020 档案
用pip安装ddt模块报错:Could not find a version that satisfies the requirement ddt(from version:)
摘要:方式一、在cmd命令里安装 使用国内的镜像源来加速:pip install ddt -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 方式二、在pycharm--Terminal里安装
阅读全文
posted @
2020-12-17 10:02
多米多乐
阅读(782)
评论(0)
推荐(0)
编辑
AttributeError: module 'unittest' has no attribute 'TestRunner'
摘要:将:runner =unittest.TestRunner() 改为:runner = unittest.TextTestRunner()
阅读全文
posted @
2020-12-02 23:32
多米多乐
阅读(270)
评论(0)
推荐(0)
编辑
公告
昵称:
多米多乐
园龄:
4年6个月
粉丝:
0
关注:
0
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2022年5月(1)
2020年12月(2)
2020年11月(3)
2020年10月(1)
2020年9月(4)
阅读排行榜
1. cmd提示pip不是内部或外部命令解决方法(2713)
2. charles设置代理,添加443端口(804)
3. 如何处理pip不是内部或外部命令(784)
4. 用pip安装ddt模块报错:Could not find a version that satisfies the requirement ddt(from version:)(782)
5. 读取键盘输入:NameError: name 'raw_input' is not defined(548)
推荐排行榜
1. cmd提示pip不是内部或外部命令解决方法(1)
点击右上角即可分享