chetanbhasney02 / Hacktoberfest-2023

Make your first Pull Request on Hacktoberfest 2023
MIT License
6 stars 31 forks source link

Python Chatbot #4

Open chetanbhasney02 opened 12 months ago

chetanbhasney02 commented 12 months ago

Develop a basic chatbot that can answer user queries on specific topics. You can use pre-built libraries like ChatterBot to simplify the process.

mihica-khare commented 12 months ago

Please assign it to me

russellemma10 commented 10 months ago

Please can you advise me how to install chatterbot? I am getting the following error when I try:

Collecting chatterbot Using cached ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB) Collecting mathparse<0.2,>=0.1 (from chatterbot) Using cached mathparse-0.1.2-py3-none-any.whl (7.2 kB) Requirement already satisfied: nltk<4.0,>=3.2 in /usr/local/lib/python3.10/dist-packages (from chatterbot) (3.8.1) Collecting pint>=0.8.1 (from chatterbot) Using cached Pint-0.22-py3-none-any.whl (294 kB) Collecting pymongo<4.0,>=3.3 (from chatterbot) Using cached pymongo-3.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (516 kB) Collecting python-dateutil<2.8,>=2.7 (from chatterbot) Using cached python_dateutil-2.7.5-py2.py3-none-any.whl (225 kB) Collecting pyyaml<5.2,>=5.1 (from chatterbot) Using cached PyYAML-5.1.2.tar.gz (265 kB) error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (setup.py) ... error error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

Glenato commented 8 months ago

Please can you advise me how to install chatterbot? I am getting the following error when I try:

Collecting chatterbot Using cached ChatterBot-1.0.5-py2.py3-none-any.whl (67 kB) Collecting mathparse<0.2,>=0.1 (from chatterbot) Using cached mathparse-0.1.2-py3-none-any.whl (7.2 kB) Requirement already satisfied: nltk<4.0,>=3.2 in /usr/local/lib/python3.10/dist-packages (from chatterbot) (3.8.1) Collecting pint>=0.8.1 (from chatterbot) Using cached Pint-0.22-py3-none-any.whl (294 kB) Collecting pymongo<4.0,>=3.3 (from chatterbot) Using cached pymongo-3.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (516 kB) Collecting python-dateutil<2.8,>=2.7 (from chatterbot) Using cached python_dateutil-2.7.5-py2.py3-none-any.whl (225 kB) Collecting pyyaml<5.2,>=5.1 (from chatterbot) Using cached PyYAML-5.1.2.tar.gz (265 kB) error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (setup.py) ... error error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

Check your pip version, for chatterbot to work you have to have a pip version between or equal to 3.4 and 3.8