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.

Cannot build atomic from source #409

@dharmit

Description

@dharmit

Hi,

I'm getting similar error on both Fedora 23 and CentOS 7.2 when I try to build atomic:

CentOS 7.2

# make
/usr/bin/python setup.py build
running build
running build_py
running build_scripts
/usr/bin/pylint -E --additional-builtins=_ *.py atomic Atomic tests/unit/*.py
No config file found, using default configuration
************* Module Atomic.atomic
E: 20, 8: No name 'OSTree' in module 'gi.repository' (no-name-in-module)
make: *** [pylint-check] Error 2

Fedora 23

$ make
/usr/bin/python setup.py build
running build
running build_py
running build_scripts
/usr/bin/pylint -E --additional-builtins=_ *.py atomic Atomic tests/unit/*.py
No config file found, using default configuration
************* Module Atomic.atomic
E: 20, 8: No name 'OSTree' in module 'gi.repository' (no-name-in-module)
Makefile:28: recipe for target 'pylint-check' failed
make: *** [pylint-check] Error 2

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