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

Facing issue with dbus dependency #1256

@thameemunmd

Description

@thameemunmd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions