VERSION = CHATTERBOT.__version__
not defined
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.