ChatterBot
ChatterBot copied to clipboard
errors while checking chatterbot version
python -m chatterbot --version
Traceback (most recent call last):
File "/usr/local/Cellar/[email protected]/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 188, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/local/Cellar/[email protected]/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 147, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/local/Cellar/[email protected]/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 111, in _get_module_details
import(pkg_name)
File "/usr/local/lib/python3.9/site-packages/chatterbot/init.py", line 4, in
Seems like you are missing a module. Try pip install pytz
.
Same issue and the module is installed
`C:\Users\Original\Downloads>pip install pytz
Requirement already satisfied: pytz in c:\users\original\appdata\local\packages\pythonsoftwarefoundation.python.3.7_qbz5n2kfra8p0\localcache\local-packages\python37\site-packages (2021.3)`