ImportError: cannot import name ‘IA64Decoder’ from ‘bcj._bcjfilter’
…
ImportError: pybcj module: Neither C implementation nor Python implementation can be imported.
(among other messages, largely traceback of calls) I tried uninstalling and installing pybcj; no effect.
Yeah, pybcj was installed already. I later discovered (pip install) bcj-cffi was needed, which apparently installed pycparser, and cffi as well. Thanks for the input.