我在公司代理后面的Windows 8机器上安装了python 3.6和pytrends。运行pytrend.build_payload()时,adapters.py会引发连接错误(No connection could be made because the target machine actively refused it
)
我可以将代理指定为像
这样的变量 proxies = {
'http': 'http://user:pass@address:port',
'https': 'http://user:pass@address:port',
}
但是我怎么能让pytrends使用它?
答案 0 :(得分:0)