Ok you like the speedups of numba and you want the program to be even faster. Or maybe you're me. Here are the implementation notes for installing pypy for this program:
- Pipenv
you need to runpipenv --rm
thenpipenv --python /usr/bin/pypy3
to install pypy3 - Dependencies
You need several dependencies that won't work.- llvmlite
LLVM_CONFIG=/path/to/llvm-config CXXFLAGS=-fPIC pip3 install llvmlite
- numba and netcdf4
I don't know how to do these
- llvmlite
Therefore current pypy status is BROKEN