10000 No module named 'configreader' · Issue #102 · awslabs/collectd-cloudwatch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
No module named 'configreader' #102
Open
@jsotogaviard

Description

@jsotogaviard

I have installed collectd running ./setup.py with python 2.7.18
however the service is not able to start because of the error: No module named 'configreader'

here is the full stack trace
[2021-12-06 20:57:10] [error] ModuleNotFoundError: No module named 'configreader'
[2021-12-06 20:57:20] [info] plugin_load: plugin "cpu" successfully loaded.
[2021-12-06 20:57:20] [info] plugin_load: plugin "df" successfully loaded.
[2021-12-06 20:57:20] [info] plugin_load: plugin "memory" successfully loaded.
[2021-12-06 20:57:20] [info] plugin_load: plugin "swap" successfully loaded.
[2021-12-06 20:57:20] [info] plugin_load: plugin "python" successfully loaded.
[2021-12-06 20:57:20] [error] python plugin: Error importing module "cloudwatch_writer".
[2021-12-06 20:57:20] [error] Unhandled python exception in importing module: ModuleNotFoundError: No module named 'configreader'
[2021-12-06 20:57:20] [error] Traceback (most recent call last):
[2021-12-06 20:57:20] [error] File "/opt/collectd-plugins/cloudwatch_writer.py", line 12, in
from cloudwatch.modules.configuration.confighelper import ConfigHelper
[2021-12-06 20:57:20] [error] File "/opt/collectd-plugins/cloudwatch/modules/configuration/confighelper.py", line 3, in
from configreader import ConfigReader
[2021-12-06 20:57:20] [error] ModuleNotFoundError: No module named 'configreader'

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

      0