Pollen & Pygments & Python3

Has anyone had luck using pollen/unstable/pygments with a Python3 installation, in particular on an ARM Mac? In particular I’m trying to sort out whether pollen/private/external/pipe.py can work with Python3. Or would I be better switching to a JavaScript-based approach? Opinions welcome. Thank you.

About a year ago, I was using Pygments with Python 3 on my Mac (Intel silicon). I remember having to tweak something with the piping code — perhaps it was my Python installation; my memory eludes me. I later switched to using HighlightJS and have been happier since.

I’d be happy to dig through my Git history and see if whatever fix I made is applicable to your situation. Though, my opinion would be to use a JS-based approach.