python pip install poster 给我错误 --> 命令 "python setup.py egg_info" 在 C:\Users\ 中失败,错误代码为 1
python pip install poster gives me error --> Command "python setup.py egg_info" failed with error code 1 in C:\Users\
我正在使用 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
根据第一行代码,poster
似乎只兼容 Python 2。请注意 the latest version of this library was published in 2011,因此可能未实现 Python 3 兼容性。
尝试使用不同的库或切换到 Python 2.
使用poster3。
是海报的Python3版。
对于Python3使用海报3。参考 this
pip install poster3
我正在使用 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
根据第一行代码,poster
似乎只兼容 Python 2。请注意 the latest version of this library was published in 2011,因此可能未实现 Python 3 兼容性。
尝试使用不同的库或切换到 Python 2.
使用poster3。
是海报的Python3版。
对于Python3使用海报3。参考 this
pip install poster3