Skip to content

No Module Named Error #34

@marcolinux46

Description

@marcolinux46

Hi @AlexxIT

Following there is a log from home assistant when i run a script from developer tools.

Traceback (most recent call last):
  File "/config/custom_components/python_script/__init__.py", line 106, in execute_script
    exec(code, vars)
  File "/config/custom_components/wireproxy/check_connectedvpn_geolite.py", line 1, in <module>
    from geoip2 import database, errors
ModuleNotFoundError: No module named 'geoip2'

The module is installed and the script runs perfectly on command line via SSH

Can you help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions