Why is chatterbot module missing [closed] - python

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 days ago.
Improve this question
https://towardsdatascience.com/beginners-guide-to-creating-a-powerful-chatbot-48fc6b073e55#c03d
^ I am trying to make the bot above. However the chatterbot module can't be found...enter image description here
Hope some can figure this out..

Related

attributeError during instalation of flask [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 days ago.
Improve this question
AttributeError: module 'virtualenv.create.via_global_ref.builtin.cpython.mac_os' has no attribute 'CPython2macOsArmFramework'
I'm facing this error.
I tried different solutions from google but not getting a better result.

NameError: match not defined [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 days ago.
Improve this question
name_error
The "match is not in a def function but in a conditioned statement, I don't understand why I'm get the error
I expected it to work perfectly

why does my console show nothing in pyhon? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 months ago.
Improve this question
This is my coding
below one is the screenshot of the lecture
I would like to know why my console does not show anything, unlike the lecture.
I can't tell from the photos but it looks like you're not calling the function? and if you are, maybe with the wrong parameters, can you upload all of your code?

time is not defined Python [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I am trying to understand python time (mainly so I can get the program to wait). When I run these 3 lines:
while True:
time.sleep(1)
print("BREAK")
I get the error:
NameError: name 'time' is not defined
What is the problem?
simply type import time before your code, this will fix the problem.

TypeError: this constructor takes no arguments (python) [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
I made the left file to import from right
but I don't know why I got this error: see image
Instead of __int__, use __init__.
The Python class tutorial is a good syntax reference.

Categories