私はubuntu 14.04 LTSに暗号化python-3.4.3をインストールしようとしていました。 libbfiとlibsslをダウンロードした後、私はpip3を使って暗号をインストールします。これは私が得ているものです: -pip3で暗号化をインストール
Command /usr/bin/python3 -c "import setuptools,
tokenize;__file__='/tmp/pip_build_gogol/cryptography/setup.py';exec(compile(getattr(tokenize,
'open', open)(__file__).read().replace('\r\n', '\n'), __file__,
'exec'))" install --record /tmp/pip-s1t_s_oy-record/install-record.txt
--single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_gogol/cryptography Storing debug log for failure in
/home/gogol/.pip/pip.log
私はもう一度pip3のインストールを実行すると、これは私が得ているものです。
[email protected]:~$ pip3 install cryptography
Traceback (most recent call last):
File "/usr/bin/pip3", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 70, in <module>
import packaging.version
ImportError: No module named 'packaging'
[email protected]:~$
お願いします。私はここで暗号に関するすべての答えを広範囲に調べていますが、それでも何もできません。詳細な答えは非常に役に立つでしょう。前もって感謝します。
ありがとうございます!それは完全に働いた! –