Skip to content
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

bookworm latest raspberri pi os not compatible #103

Open
masd01 opened this issue Dec 13, 2023 · 3 comments
Open

bookworm latest raspberri pi os not compatible #103

masd01 opened this issue Dec 13, 2023 · 3 comments

Comments

@masd01
Copy link

masd01 commented Dec 13, 2023

The latest raspberry pi os bookworm is not compatible because has python3.11.2 pre installed which is not compatible with django2.0

can't run server

AttributeError: module 'collections' has no attribute 'Iterator'

@JB12134
Copy link

JB12134 commented Jan 19, 2024

Also fails during installation of dependencies with "externally-managed-environment" Error. I got around that but then ran into the issue above.

@masd01
Copy link
Author

masd01 commented Jan 24, 2024

JB12134 To fix that error just go to /usr/lib/python3.11 and delete the EXTERNALLY-MANAGED file

@JB12134
Copy link

JB12134 commented Jan 25, 2024

Yeah, I did fix that error but still ran into the one you got. Thanks! I also used the "2022-01-28-raspios-bullseye-armhf" version of raspios to get around the "AttributeError: module 'collections' has no attribute 'Iterator'" error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants