NordicSemiconductor / pc-nrfutil

nrfutil python library and command line client
Other
382 stars 266 forks source link

Installation fails: ImportError: No module named setuptools_behave #339

Closed NanaDada closed 1 year ago

NanaDada commented 3 years ago

Calling sudo python setup.py install (on Ubuntu) fails with:

Traceback (most recent call last):
  File "setup.py", line 44, in <module>
    from setuptools_behave import behave_test
ImportError: No module named setuptools_behave

Do you have any ideas how to fix this?

bihanssen commented 3 years ago

@NanaDada, maybe if you try to install requirements-dev with pip install -r requirements-dev.txt first, as it includes the behavemodule.

kenr commented 1 year ago

Hi! We do not have capacity to maintain and release new versions of this utility. We have made a new utility with the same name and feature set. It can be found here: https://www.nordicsemi.com/Products/Development-tools/nrf-util