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

base_message module not found #14

Description

@karipov

I'm using chatbase in my heroku app. When I import it, it gives me the following error:

from chatbase import Message
File "/app/.heroku/python/lib/python3.6/site-packages/chatbase/__init__.py", line 18, in <module>
from chatbase.facebook_agent_message import *
File "/app/.heroku/python/lib/python3.6/site-packages/chatbase/facebook_agent_message.py", line 19, in <module>
 from base_message import Message
ModuleNotFoundError: No module named 'base_message'

It's the latest version, pip installed.

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