python 3.7.4 pip3 install suds-jurko==0.6 报错 error in suds-jurko setup command: use_2to3 is invalid
·
#/usr/local/python/bin/pip3 install suds-jurko==0.6 -i https://pypi.tuna.tsinghua.edu.cn/simple
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error in suds-jurko setup command: use_2to3 is invalid.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
#降低setuptools 版本,也一样报错
/usr/local/python/bin/pip3 list| grep setuptools
setuptools 57.5.0
#下载
wget https://files.pythonhosted.org/packages/d0/88/f3bed9b494e0dae26bd55e5f3d527b8244208125024727267e8109956a11/suds-jurko-0.6.zip
#解压缩,安装
/usr/local/python/bin/python3 setup.py install
Processing dependencies for suds-jurko==0.6
Finished processing dependencies for suds-jurko==0.6
#查看
# /usr/local/python/bin/pip3 list| grep "suds-jurko"
suds-jurko 0.6
更多推荐
所有评论(0)