There is some current effort to make bitstream installable with Python 3 (<3.11 and >=3.11, that require a different handling).
Unfortunately, the current installation with
$ pip install bitstream==3.0.1
may or may not work depending on the platform (works on Linux/Ubuntu, fails on Colab, fails on Mac OSx).
So there is now a need to setup a CI to test more systematically the installation on different OSes and Python versions.
There is some current effort to make bitstream installable with Python 3 (<3.11 and >=3.11, that require a different handling).
Unfortunately, the current installation with
may or may not work depending on the platform (works on Linux/Ubuntu, fails on Colab, fails on Mac OSx).
So there is now a need to setup a CI to test more systematically the installation on different OSes and Python versions.