Skip to main content

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.