【发布时间】:2015-11-16 16:01:44
【问题描述】:
我正在尝试安装linkedin 库,但连接出现问题(由于某些防火墙限制)并且出现错误:
C:\Python27\Scripts>pip install linkedin
Collecting linkedin
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connectio
n aborted.', error(10061, 'No connection could be made because the target machine actively refused it'))': /simple/linke
din/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connectio
n aborted.', error(10061, 'No connection could be made because the target machine actively refused it'))': /simple/linke
din/
Operation cancelled by user
有没有机会下载linkedin库并在本地安装? 如果是,您能提供任何提示吗?
我已经从https://pypi.python.org/pypi/python-linkedin/4.0下载了包
问候, 帕维尔
【问题讨论】:
标签: python python-2.7 linkedin-api