# ImportError: No module named packaging.version

**URL:** https://discourse.mitmproxy.org/t/importerror-no-module-named-packaging-version/344
**Category:** Uncategorized
**Created:** [February 7, 2017, 3:18am UTC](https://discourse.mitmproxy.org/t/importerror-no-module-named-packaging-version/344 "2017-02-07T03:18:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Voltik](https://avatars.discourse-cdn.com/v4/letter/v/8baadc/32.png) [@Voltik](https://discourse.mitmproxy.org/u/Voltik)
#### Post date: [February 7, 2017, 3:18am UTC](https://discourse.mitmproxy.org/t/importerror-no-module-named-packaging-version/344/1 "2017-02-07T03:18:02Z")

</div>

Hey all,

Ive been following [this](https://hackaday.io/project/10338/instructions) on an rpi3 running the newest raspian version. I used a slightly different beginning to this project, setting up an AP according to [this](https://frillip.com/using-your-raspberry-pi-3-as-a-wifi-access-point-with-hostapd/) link and essentially I cannot seem to launch mitmproxy.

I installed the dependancies and the software via “sudo apt-get install python-pip python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev libjpeg8-dev zlib1g-dev  
sudo apt-get install mitmproxy”

When I launch the program from the terminal it fails with ImportError: No module named packaging.version. Any advice?

cheers,

---

<div class="post-metadata">

### Author: ![mhils](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.mitmproxy.org/mhils/32/7_2.png) [@mhils](https://discourse.mitmproxy.org/u/mhils)
#### Post date: [February 8, 2017, 9:46am UTC](https://discourse.mitmproxy.org/t/importerror-no-module-named-packaging-version/344/2 "2017-02-08T09:46:03Z")

</div>

Please take a look at [http://docs.mitmproxy.org/en/stable/install.html](http://docs.mitmproxy.org/en/stable/install.html) for installation instructions. I only briefly looked at the document you linked:

- We now require Python 3
- If you google for “ImportError: No module named packaging.version”, you should find some posts explaining that your pip version is outdated.
