proxy_pool icon indicating copy to clipboard operation
proxy_pool copied to clipboard

ImportError: cannot import name 'MutableMapping' from 'collections'

Open EternityYan opened this issue 3 years ago • 4 comments

我的python版本是3.10,运行python proxypool.py schedule 报错:ImportError: cannot import name 'MutableMapping' from 'collections'。请问该怎么解决?

EternityYan avatar Dec 15 '21 02:12 EternityYan

@Justordinarysomeone python版本升级太快了, 建议使用目前支持的版本 https://github.com/jhao104/proxy_pool/blob/master/.travis.yml 不然你就去搜下这个包在3.10中变成了什么

jhao104 avatar Dec 15 '21 08:12 jhao104

能兼容一下吗 ,我也是3.10的 哈哈

yyggg avatar Dec 30 '21 15:12 yyggg

能兼容一下吗 ,我也是3.10的 哈哈

好的好的,我看下后面的版本

jhao104 avatar Dec 31 '21 01:12 jhao104

@Justordinarysomeone python版本升级太快了, 建议使用目前支持的版本 https://github.com/jhao104/proxy_pool/blob/master/.travis.yml 不然你就去搜下这个包在3.10中变成了什么 python3.10版本的collections变成了_collections_abc

a214955582 avatar Jul 31 '22 20:07 a214955582