J_hao104

Results 182 comments of J_hao104

3.6 以上需要改依赖的版本,不兼容

用 新的requirements.txt 安装一次三方包 https://github.com/jhao104/proxy_pool/blob/master/requirements.txt

包不兼容,试下这里面的 https://bobbyhadz.com/blog/python-importerror-cannot-import-name-baseresponse-from-werkzeug-wrappers pip3 install werkzeug==2.0.3

If you run with docker, you should use bridge networks . Otherwise, check network `telnet 127.0.0.1 6379`

参考 https://proxy-pool.readthedocs.io/zh/latest/dev/ext_fetcher.html

@leeseean 看文档 本身就是接口的形式使用

意思就是没有支持https的代理呗

> 有没有办法爬到https的代理?付费的有吗? 楼上正解,介绍页推荐了,便宜好用的池子

我也遇到这个问题,izip_longest在py3里面叫zip_longest ``` try: # Python 3 from itertools import zip_longest as izip_longest except ImportError: # Python 2 from itertools import izip_longest # use the name zip_longest ```

@vmvz 我是已经不用ssdb.py了。 用redis.py连接ssdb