Skip to main content
We are aware of an issue with a recent Apache update that causes proxied sites to return a "421 Misdirected Request" error. Please see the following article for more information and updates:
Websites show 421 Misdirected Request error while using EA Nginx

first time access for Python NumPy

Comments

1 comment

  • Andy Baugh cPanel Staff

    If I had to guess, the reason it is running faster on subsequent runs is likely related to the automatic run of py_compile. You could perhaps try to "force" the py compile before running the script the first time and see if that resolves your problem. See the upstream documentation about py_compile for more information: https://docs.python.org/3/library/py_compile.html

    2

Please sign in to leave a comment.