Hey I am not able to figure out why the following code is not running. Please help me. I am new to machine learning and this is my college project
2021-02-13 10:09:13 *** Starting uWSGI 2.0.17.1 (64bit) on [Sat Feb 13 10:09:12 2021] ***
2021-02-13 10:09:13 compiled with version: 5.4.0 20160609 on 07 May 2020 19:40:56
2021-02-13 10:09:13 os: Linux-5.4.0-1020-aws #20-Ubuntu SMP Fri Jul 10 05:52:40 UTC 2020
2021-02-13 10:09:13 nodename: blue-liveweb6
2021-02-13 10:09:13 machine: x86_64
2021-02-13 10:09:13 clock source: unix
2021-02-13 10:09:13 pcre jit disabled
2021-02-13 10:09:13 detected number of CPU cores: 2
2021-02-13 10:09:13 current working directory: (unreachable)/etc/uwsgi/vassals
2021-02-13 10:09:13 detected binary path: /usr/local/bin/uwsgi
2021-02-13 10:09:13 *** dumping internal routing table ***
2021-02-13 10:09:13 [rule: 0] subject: path_info regexp: \.svgz$ action: addheader:Content-Encoding:gzip
2021-02-13 10:09:13 *** end of the internal routing table ***
2021-02-13 10:09:13 chdir() to /home/plazor/mysite
2021-02-13 10:09:13 limiting number of processes to 120...
2021-02-13 10:09:13 your processes number limit is 120
2021-02-13 10:09:13 your memory page size is 4096 bytes
2021-02-13 10:09:13 detected max file descriptor number: 123456
2021-02-13 10:09:13 building mime-types dictionary from file /etc/mime.types...
2021-02-13 10:09:13 552 entry found
2021-02-13 10:09:13 lock engine: pthread robust mutexes
2021-02-13 10:09:13 thunder lock: disabled (you can enable it with --thunder-lock)
2021-02-13 10:09:13 uwsgi socket 0 bound to UNIX address /var/sockets/plazor.pythonanywhere.com/socket fd 3
2021-02-13 10:09:13 Python version: 3.8.0 (default, Nov 14 2019, 22:29:45) [GCC 5.4.0 20160609]
2021-02-13 10:09:13 Set PythonHome to /home/plazor/.virtualenvs/Face
2021-02-13 10:09:13 *** Python threads support is disabled. You can enable it with --enable-threads ***
2021-02-13 10:09:13 Python main interpreter initialized at 0xdd0020
2021-02-13 10:09:13 your server socket listen backlog is limited to 100 connections
2021-02-13 10:09:13 your mercy for graceful operations on workers is 60 seconds
2021-02-13 10:09:13 setting request body buffering size to 65536 bytes
2021-02-13 10:09:13 mapped 501384 bytes (489 KB) for 2 cores
2021-02-13 10:09:13 *** Operational MODE: preforking ***
2021-02-13 10:09:13 initialized 54 metrics
2021-02-13 10:09:13 WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0xdd0020 pid: 1 (default app)
2021-02-13 10:09:13 *** uWSGI is running in multiple interpreter mode ***
2021-02-13 10:09:13 gracefully (RE)spawned uWSGI master process (pid: 1)
2021-02-13 10:09:13 spawned uWSGI worker 1 (pid: 4, cores: 1)
2021-02-13 10:09:13 spawned 2 offload threads for uWSGI worker 1
2021-02-13 10:09:13 spawned uWSGI worker 2 (pid: 7, cores: 1)
2021-02-13 10:09:13 metrics collector thread started
2021-02-13 10:09:13 spawned 2 offload threads for uWSGI worker 2
2021-02-13 10:09:44 Sat Feb 13 10:09:44 2021 - received message 0 from emperor
2021-02-13 10:09:44 SIGINT/SIGQUIT received...killing workers...
2021-02-13 10:09:45 worker 1 buried after 1 seconds
2021-02-13 10:09:45 worker 2 buried after 1 seconds
2021-02-13 10:09:45 goodbye to uWSGI.
2021-02-13 10:09:45 chdir(): No such file or directory [core/uwsgi.c line 1610]
2021-02-13 10:09:45 VACUUM: unix socket /var/sockets/plazor.pythonanywhere.com/socket removed.
[edited by admin: formatting]