question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unable to get chatterbot version

See original GitHub issue

VERSION = CHATTERBOT.__version__ not defined

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
gunthercoxcommented, Mar 4, 2018

Try the following instead.

import chatterbot

VERSION = chatterbot.__version__
1reaction
vkosuricommented, Mar 1, 2018

could try like this

python -m chatterbot --version

or

VERSION = CHATTERBOT.__version__
Read more comments on GitHub >

github_iconTop Results From Across the Web

Error while installing chatterBot - Stack Overflow
I tried to install in admin mode, I got this error (C:\Anaconda2) C:\Users\Admin\Desktop\ChatterBot-master>python setup.py install Download ...
Read more >
Installation — ChatterBot 1.0.8 documentation - Read the Docs
If you already have ChatterBot installed and you want to check what version you have installed you can run the following command. python...
Read more >
pip install chatterbot error · Issue #1854 - GitHub
i have the same error (Windows1064bit+Python3.8) trying to install version (1.0.5), but it worked with "pip install chatterbot==1.0.4"
Read more >
Chatterbot installation error resolved - YouTube
ChatterBot is a Python library that makes it easy to generate automated responses to a user's input. ... Your browser can't play this...
Read more >
pip install chatterbot error
It is a PIP installation Error! ChatterBot can not be installed with PIP cmd. For every module that can not be installed with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found