Не удается установить SRC - Linux - PullRequest
0 голосов
/ 24 ноября 2018

Я не могу установить SRC в Linux Mint 19 через PIP.Я попытался вставить вывод и ужасно потерпел неудачу, мне пришлось все пробел удвоить, в противном случае он получился как одно длинное предложение.Не уверен, как вставить сюда читаемый вывод моего терминала 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 голосов
/ 24 ноября 2018
pip install src

пытается установить src из PyPI - пакет, специально созданный, чтобы не устанавливать.

Что вы пытаетесь установить?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...