We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
The 3.1b1 version solves this issue.
Sorry, something went wrong.
boisgera
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: