Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Facing issue with dbus dependency #1256

Open
thameemunmd opened this issue Apr 29, 2019 · 0 comments
Open

Facing issue with dbus dependency #1256

thameemunmd opened this issue Apr 29, 2019 · 0 comments

Comments

@thameemunmd
Copy link

thameemunmd commented Apr 29, 2019

When I did make install I am not able to build application. I believe that problem is with dbus dependency but how to resolve this I am using ubuntu18.04

/atomic# make install
/usr/bin/python setup.py build
/usr/local/lib/python2.7/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version!
  RequestsDependencyWarning)
running build
running build_py
running build_scripts
copying and adjusting atomic_dbus.py -> build/scripts-2.7
/usr/bin/python -m pylint --disable=all --enable=E --enable=W --additional-builtins=_ *.py atomic Atomic tests/unit/*.py -d=no-absolute-import,print-statement,no-absolute-import,bad-builtin,catchi
ng-non-exception,raising-non-exception
No config file found, using default configuration
************* Module atomic_dbus
E: 10, 0: Unable to import 'slip.dbus.service' (import-error)
************* Module atomic_dbus_client
E:  6, 0: Unable to import 'slip.dbus' (import-error)
************* Module Atomic.rpm_host_install
W:257,34: dict.keys referenced when not iterating (dict-keys-not-iterating)
************* Module Atomic.scan
W:290,15: dict.keys referenced when not iterating (dict-keys-not-iterating)
------------------------------------------------------------------
Your code has been rated at 9.99/10 (previous run: 9.99/10, +0.00)
Makefile:41: recipe for target 'pylint-check' failed
make: *** [pylint-check] Error 6

Please resolve this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant