我正在尝试使用PIP安装pyinstaller
>> pip install pyinstaller
发现以下错误:
File "c:\python27\lib\site-packages\pip\_internal\download.py", line 197, in handle_401 username = six.moves.input("User for %s: " % parsed.netloc) EOFError: EOF when reading a line
这是我公司网络中的防火墙问题吗?有没有PIP的安装方式?