无法安装SRC-Linux

时间:2018-11-24 14:11:58

标签: python linux pip

我无法通过PIP在Linux Mint 19中安装SRC。我试图粘贴输出,但是却以失败告终,我不得不将所有内容都加倍,否则,它会变成一个冗长的句子。不确定如何在此处粘贴Linux终端的可读输出。抱歉.....

Failed building wheel for src
Running setup.py clean for src
Failed to build src
Installing collected packages: src
Running setup.py install for src ... error
Complete output from command /usr/bin/python -u -c "import setuptools, 
tokenize;__file__='/tmp/pip-build-l2mswq/src/setup.py';f=getattr(tokenize, 
'open', open)(__file__);code=f.read().replace('\r\n', 
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record 
/tmp/pip-AeHl8U-record/install-record.txt --single-version-externally-managed --
compile --user --prefix=:
    running install
    error: error in command line: command 'InstallCommand' has no such option 
'compile'

Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-
build-l2mswq/src/setup.py';f=getattr(tokenize, 'open', open)
(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, 
__file__, 'exec'))" install --record /tmp/pip-AeHl8U-record/install-record.txt -
-single-version-externally-managed --compile --user --prefix=" failed with error 
code 1 in /tmp/pip-build-l2mswq/src/

1 个答案:

答案 0 :(得分:1)

pip install src

尝试安装src from PyPI-一个专门为不安装而创建的软件包。

您要安装什么?