It gets build by a setup.py file which calls the c...
# plugins
b
It gets build by a setup.py file which calls the cythonize function from
Cython.build
. The issue between v1 and v2 is that v2 fails to recognize the need to run the setup.py file in order to create the
.so
that the python tests and binary file eventually reference. V1 recognizes it just fine