V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  xxbing  ›  全部回复第 4 页 / 共 4 页
回复总数  68
1  2  3  4  
2021-02-26 20:07:12 +08:00
回复了 mashaofeixxx 创建的主题 推广 回贴抽奖! 2021 NUC 黑果 下单抽牛年福袋
冲冲冲!!!!
2019-02-27 13:43:28 +08:00
回复了 xxbing 创建的主题 Python 网游物品制造成本计算器怎么写呢?
隐约想起 《 Head First 设计模式》里面介绍的装饰器模式...
2018-04-21 23:07:48 +08:00
回复了 xxbing 创建的主题 Python import requests 出错,搜了很多,没解决,求教.
@Kilerd 问题的原因在于 D:\Python27\Lib 下有个 urllib3 文件夹 里面是 1.9 的版本.
新版 urllib3-1.22 在 D:\Python27\Lib\site-packages 下
可能是 requests 在搜索依赖包 urllib3 时,优先找到了 Lib 下的.
我删除 1.9 的版本 ,就修复了.
2018-04-21 23:04:56 +08:00
回复了 xxbing 创建的主题 Python import requests 出错,搜了很多,没解决,求教.
@Kilerd 感谢,已经解决了.
2018-04-21 22:16:48 +08:00
回复了 xxbing 创建的主题 Python import requests 出错,搜了很多,没解决,求教.
@Hstar
```
from urllib3.exceptions import DependencyWarning
```
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name DependencyWarning
```
```
import sys,json,urllib3,MySQLdb
```
都没有错误.

```
import sys; print(sys.path)
```
返回
```
['', 'C:\\Windows\\system32\\python27.zip', 'D:\\Python27\\DLLs', 'D:\\Python27\
\lib', 'D:\\Python27\\lib\\plat-win', 'D:\\Python27\\lib\\lib-tk', 'D:\\Python27
', 'D:\\Python27\\lib\\site-packages']
```
2018-04-21 22:14:25 +08:00
回复了 xxbing 创建的主题 Python import requests 出错,搜了很多,没解决,求教.
@blless 没有.
2018-04-21 20:15:13 +08:00
回复了 xxbing 创建的主题 Python import requests 出错,搜了很多,没解决,求教.
@zeyexe 没用.我删除了 4 个依赖库+requests 库.再使用阿里云的源重装也一样.
1  2  3  4  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1402 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 23:54 · PVG 07:54 · LAX 15:54 · JFK 18:54
Developed with CodeLauncher
♥ Do have faith in what you're doing.