-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): #85
Comments
Looks like your python environment doesn't have setuptools installed. pip install setuptools |
Thanks for your response after installed the setuptools. still i did not open chat popup. Please help me for this. |
Looks like tkinter is not installed in your environment |
I am using Windows 10 operating system. tkinter installed in my local setup |
Install tkinter pip install tk https://www.geeksforgeeks.org/how-to-install-tkinter-in-windows/ |
After installing but the chatbot is opening. But when i have change the title it's not change. Please help me. |
Can you please paste complete error messages, |
i did the changes in the following line |
Please send the complete error messages |
i am getting the following error. raw_input" is not definedPylancereportUndefinedVariable "Sample Chatbot" Title is not updated to new title after updated the code with the below line / |
Can you please help me after the code with the following line if i need to do anything. |
File "C:\Chatbot\Chatbot-master\setup.py", line 5, in
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
The text was updated successfully, but these errors were encountered: