You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Please resolve this.
The text was updated successfully, but these errors were encountered: