aptitude search packaging
i packaging-dev - convenient tools to develop packages
Now to install packaging-dev
debian8@hwy:~$ sudo apt-get install packaging-dev
debian8@hwy:~$ 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)
Now to install python-cryptography
debian8@hwy:~$ 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 is already installed ,why it can't be imported?