Не удалось установить регулярное выражение в Ubuntu - PullRequest
0 голосов
/ 26 мая 2018

pip install regex не работает на Ubuntu 18.04 сервере с этой ошибкой: я уже установил пакеты, упомянутые в предположительно повторяющемся вопросе.Так что это не дубликат.

error: command 'x86_64-linux-gnu-gcc' failed with exit status 4
'Failed building wheel for regex'

    error: command 'x86_64-linux-gnu-gcc' failed with exit status 4

    ----------------------------------------
Command "/home/rc/Env/rcasipe/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ti8hji_4/regex/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-record-i25nnqtk/install-record.txt --single-version-externally-managed --compile --install-headers /home/rc/Env/rcasipe/include/site/python3.6/regex" failed with error code 1 in /tmp/pip-install-ti8hji_4/regex/

Как это исправить?Спасибо.

1 Ответ

0 голосов
/ 26 мая 2018

Попробуйте: pip3 install regex --user

...