Skip to content

Storage error #2402

Open
Open
@Tatka50

Description

@Tatka50

[Hello. I have Python 3.13. I also installed Chatterbot 1.0.4. When starting the program, an error appears after the /start command.
File "C:\Users\killu\AppData\Local\Programs\Python\Python313\Lib\site-packages\chatterbot\trainers.py", line 157, in train
statement_search_text = self.chatbot.storage.tagger.get_bigram_pair_string(text)
AttributeError: 'Bot' object has no attribute 'storage'

What should I do? Installing an older version of Python is excluded. Thank you in advance for your reply

Activity

gunthercox

gunthercox commented on Mar 23, 2025

@gunthercox
Owner

Hi @Tatka50, the latest version of ChatterBot (1.2.3) only supports up to Python 3.9 unfortunately. However I'd be happy to try to prioritize testing and expanding Python version support in one of the upcoming releases.

Tatka50

Tatka50 commented on Mar 24, 2025

@Tatka50
Author

Thanks, I'll be waiting. We'll have to use another library with AI for now. I'm sorry, I'm already on Chatterbot. It's weird, though. what the developers haven't updated to the modern version.

linked a pull request that will close this issue on Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @gunthercox@Tatka50

      Issue actions

        Storage error · Issue #2402 · gunthercox/ChatterBot