我的工作笔记本电脑没有管理员权限。我的机器上已经安装了python和pip,版本号如下:
C:\Users\banand\AppData\Local\Programs\Python\Python36\Scripts>python --version
Python 3.6.1
C:\Users\banand\AppData\Local\Programs\Python\Python36\Scripts>pip --version
pip 9.0.1 from c:\users\banand\appdata\local\programs\python\python36\lib\site-packages (python 3.6)
Run Code Online (Sandbox Code Playgroud)
我需要一种方法来利用在线提供的各种 python 模块。一个例子是 - colorama
按照说明,我尝试了以下命令,但没有成功:
C:\Users\banand\AppData\Local\Programs\Python\Python36\Scripts>pip install colorama --user
Collecting colorama
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x000001D431204F28>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',)': /simple/colorama/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x000001D431204A58>: Failed to establish a new connection: [WinError 10061] …Run Code Online (Sandbox Code Playgroud)