【发布时间】:2019-06-01 16:15:36
【问题描述】:
我正在使用 Python 3,但无法 --> pip 安装海报库
我正在尝试使用海报上传文件。我试过: pip install poster 或 easy_install poster 他们都失败了我得到一个错误:
print "send:", repr(value)
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\...
pip install poster also tried
easy_install poster .
我也尝试过下载 .tar.gz 并得到同样的错误
I have also tried : pip install --upgrade setuptools
【问题讨论】:
-
Python: HTTP Post a large file with streaming 的可能重复项 - 这似乎具有相同的行为?