Chatterbot: unable to get chatterbot version

Created on 28 Feb 2018  Â·  11Comments  Â·  Source: gunthercox/ChatterBot

VERSION = CHATTERBOT.__version__
not defined

answered question

All 11 comments

could try like this

python -m chatterbot --version

or

VERSION = CHATTERBOT.__version__

@xtaraim Where did you import CHATTERBOT from?

Import sklearn faces problems

On Mar 4, 2018 7:48 PM, "Gunther Cox" notifications@github.com wrote:

@xtaraim https://github.com/xtaraim Where did you import CHATTERBOT
from?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/gunthercox/ChatterBot/issues/1224#issuecomment-370232667,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AYgIec_wawpwM9Y7llhwIa336mxUMxdTks5ta_fTgaJpZM4SWW3f
.

@xtaraim I apologise, but I don't seem to understand. Could you please provide more information about the problem?

Issues to import sklearn

On Mar 4, 2018 8:45 PM, "Gunther Cox" notifications@github.com wrote:

@xtaraim https://github.com/xtaraim I apologise, but I don't seem to
understand. Could you please provide more information about the problem?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/gunthercox/ChatterBot/issues/1224#issuecomment-370236794,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AYgIeWVE6yMgnDSh6fPz2_BOBeuv7Vrrks5tbAUKgaJpZM4SWW3f
.

ChatterBot doesn't use sklearn. If you're encountering a sklearn related issue, you may be able to open a ticket in their issue tracker or on Stack Overflow for help.

Sorry I busy on another project
Issues is how to defined VERSION = CHATTERBOT.__version__
It's not working

Try the following instead.

import chatterbot

VERSION = chatterbot.__version__

Okk i will be try it

that sounds good

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gunthercox picture gunthercox  Â·  3Comments

decode007 picture decode007  Â·  4Comments

filipceglik picture filipceglik  Â·  3Comments

AmusingThrone picture AmusingThrone  Â·  3Comments

hemangsk picture hemangsk  Â·  4Comments