报错代码:
- *** Operational MODE: preforking+threaded ***
- /www/server/pyporject_evn/Flask_venv/lib/python3.10/site-packages/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
- warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')
- unable to find "application" callable in file /www/wwwroot/Flask/chatbot.py
- unable to load app 0 (mountpoint='') (callable not found or import error)
- *** no app loaded. going in full dynamic mode ***
- *** uWSGI is running in multiple interpreter mode ***
- spawned uWSGI master process (pid: 7030)
- spawned uWSGI worker 1 (pid: 7036, cores: 2)
- spawned uWSGI worker 2 (pid: 7037, cores: 2)
- spawned uWSGI worker 3 (pid: 7039, cores: 2)
- spawned uWSGI worker 4 (pid: 7040, cores: 2)
- spawned uWSGI http 1 (pid: 7042)
复制代码 |