Cant install pysnmp

Hi. I am unable to use snmp in home-assistant. I use the following configuration:

device_tracker:
  - platform: snmp
    host: 192.168.1.2
    community: public
    baseoid: 1.3.6.1.2.1.4.22.1.2

But here is the log:

dic 02 19:55:20 defiler hass[12168]: 16-12-02 19:55:20 INFO (MainThread) [homeassistant.loader] Loaded device_tracker.snmp from homeassistant.components.device_tracker.snmp
dic 02 19:55:20 defiler hass[12168]: 16-12-02 19:55:20 INFO (Thread-5) [homeassistant.util.package] Attempting install of pysnmp==4.3.2
dic 02 19:55:50 defiler hass[12168]: Command "/srv/hass/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-o7dkhsh7/pycrypto/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-rrk_mpme-record/install-record.txt --single-version-externally-managed --compile --install-headers /srv/hass/include/site/python3.4/pycrypto --home=/tmp/tmpfa829gv9" failed with error code 1 in /tmp/pip-build-o7dkhsh7/pycrypto/
dic 02 19:55:50 defiler hass[12168]: 16-12-02 19:55:50 ERROR (Thread-5) [homeassistant.bootstrap] Not initializing device_tracker.snmp because could not install dependency pysnmp==4.3.2

Using last 0.33.4 home-assistant version, installed on Debian Jessie.

Any ideas?

Thanks in advance

Just started playing with home assistant, and facing the same issue as well.

16-12-07 21:21:39 homeassistant.bootstrap: Not initializing device_tracker.snmp because could not install dependency pysnmp==4.3.2

Any help would be awesome!

same issue here.

it seems to be working now, after the last HA update.