I have some (not so) old code in which I use pyximport
, but the code fails right at
import pyximport; pyximport.install()
with
ImportError: No module named pyximport
I've made a few changes to my system since I last ran this code, so perhaps it was removed or not migrated; but I can't find this package anywhere and
pip search pyximport
yields no results.
What happened to pyximport
? Where can I find it and, failing that, what should I use instead?