I have a Python script that runs on my own machine, but when I try to run on PythonAnywhere, I get this log:
02:26 ~/marketplaceScraper (master)$ python3 facebooklive.py
/home/AmmarKhawaja/.local/lib/python3.10/site-packages/pandas/core/computation/expressions.py:21: UserWarning: Pandas requires version '2.8.4' or newer of 'nu
mexpr' (version '2.8.1' currently installed).
from pandas.core.computation.check import NUMEXPR_INSTALLED
The script then freezes.
[formatted by admin]