aptitude search packaging
i packaging-dev - convenient tools to develop packages
今なぜ私のdebian8にscrapyをインストールできないのですか?
[email protected]:~$ sudo apt-get install python-cryptography
pip3 install scrapy
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'
pakagingがすでになぜそれをインポートすることはできません、インストールされているパッケージ-devを今すぐ
[email protected]:~$ sudo apt-get install packaging-dev
[email protected]:~$ sudo aptitude search cryptography
i A python-cryptography - Python library exposing cryptographic recipes and primitives (Python 2)
p python-cryptography-doc - Python library exposing cryptographic recipes and primitives (documentation)
p python-cryptography-vectors - Test vectors for python-cryptography (Python 2)
p python3-cryptography - Python library exposing cryptographic recipes and primitives (Python 3)
p python3-cryptography-vectors - Test vectors for python-cryptography (Python 3)
のpython-暗号化をインストールするためにインストールするには?
は、適性を使用していない理由はありますピップ? –