-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
must contain a value for "import_path" #969
Comments
Try:
|
hi thanks one more issue i am facing in django is that i am getting the previous sentence in the list as a response when i was running in flask it was alright. Please help me. |
What are you using to get responses? |
this is my code that i have in settings.py file CHATTERBOT = { |
which version of chatterbot are you using? To know version |
0.7.6 |
Did you have this problem while running |
okay i will try as you say. yes please close this issue as i have shifted my app on flask. However i will still try with django and if the problem persists i will reopen. Thanks. |
I have the same issue with Django ->
The error is in chatterbot/utils.py file on line 54, trying to get import_path but the structure is not like this |
Yes, It is reproducing I'll tag it as Bug |
yes ,i am too facing same problems :( |
does anyone has work around this problem,i want to set threshold value in my django app. |
@phunsukwangdu, It is a bug as @vkosuri and @gunthercox pointed. Hope the fix will be out soon. At the moment, the workaround for me as provided in my earlier comment was to do the training while commenting out logic adapters with/out the threshold and after training uncomment it back. |
@taiwotman thx man!!! it worked!! |
@taiwotman Thanks for the workaround |
This issue has been fixed as a part of #969 |
My code for logic adapter in django gives me the above mentioned error. Please help.
code:
The text was updated successfully, but these errors were encountered: