我正在使用 Python 3,但无法 --> pip install poster library
我正在尝试使用海报上传文件。我试过: 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