intercontoni
intercontoni
Well... I talk whit spacy and tell me that. . The problem here seems to be that Chatterbot hard-codes spacy.load("en") in its code, specifically in chatterbot/tagging.py. In spaCy v3, loading...
Look... ```` Loaded compatibility table ===================== Installed models (spaCy v2.3.5 ====================== spaCy instalación /home/xxxxx/virtualenv/toni/3.7/lib/python3.7/site-packages/spacy TYPE NAME MODEL VERSION package es-core-news-sm es_core_news_sm 2.3.1 ✔ package en-core-web_sm en_core_web_sm 2.3.1 ✔ link en...
See first what spacy do you have whit... python -m spacy validate If have 3.0 used pip install spacy==2.3.5 pip install spacy en_core_web_sm --force And... pip install spacy==2.3.5
Any idea please? This is a problem? ```` App 1498536 output: /opt/passenger-5.3.7-9.el7.cloudlinux/src/helper-scripts/wsgi-loader.py:26: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses App...
Any help?
Not response... I change... http://intercongreso.vps.co.ve/tonib This is my app... ```` from flask import Flask, render_template, request from chatterbot import ChatBot from chatterbot import languages app = Flask(__name__) bot = ChatBot('Toni',...
well, I'm not a programmer .... I'm going to look for information to see how it does what it tells me. I'll tell you later ..
I have in python setup cpanel this... ```` Passenger log file You can define the path along with the filename ... ```` I don't see nothing in there...
I don't think this is the problem ... ```` opt/passenger-5.3.7-13.el7.cloudlinux/src/helper-scripts/wsgi-loader.py:26: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses App 10684 output:...
can you tell me how to do that?... I don't see misconfiguration....