This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Trying to use a nrfutil command on raspbian OS

Hi, I've got a problem with nrfutil package on Raspberry Pi with Python 2.7.9 and pip 1.5.6 included to raspbian distribution.

I'm writing like below:

pi@raspberrypi:~ $ sudo pip install nrfutil

And package seems to be installed properly. Next, when I try :

pi@raspberrypi:~ $ nrfutil --help

I see:

Traceback (most recent call last):
File "/usr/local/bin/nrfutil", line 5, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2876, in working_set = WorkingSet._build_master() File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 451, in _build_master return cls._build_from_requirements(requires) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 464, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 639, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: six>=1.9

Anyone have an idea what could be a problem ? I tried to installing by upgraded pip but didn't help.

Thanks

Related