Почему мой pip3 Ansible не удалось установить? ошибка с кодом ошибки 1 в / tmp / pip_build_root / cryptography - PullRequest
0 голосов
/ 03 мая 2019

На моем Vagrant VM

sudo pip3 install ansible

Не работает

Command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-2wl0xdne-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/cryptography
Storing debug log for failure in /home/vagrant/.pip/pip.log

Я не понимаю этого. Где на самом деле находится каталог / home / vagrant? Как это исправить?

Python3 версия

vagrant@vagrant-ubuntu-trusty-64:~$ python3 --version
Python 3.4.3
...