-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Fails to install with python 3.11 #26
Comments
Hi @FlyingWolFox!, Thanks for the detailled report. My guess is that I need to update Cython to generate C files that are consistent with Python 3.11. I'll have a look asap and report in this thread. |
See #27 |
Hi @FlyingWolFox ! Care to try again with Regards, Sébastien |
Sorry for the delay, had a deadline for my thesis Just tested here in a clean venv and in a project and it worked flawlessly. No problem on install, importing or usage |
Great, thank you! Good luck with your thesis. |
Trying to install bitstream from a clean venv resuts in
pip not found
$ pip install bitstream
If wheel is installed on the venv, the error goes away, but a compilation error happens:
Installing from source didn't work either. Building is succeful but importing fails.
The text was updated successfully, but these errors were encountered: