sunfounder / SunFounder_PiCar-V

Smart Video Car Kit V2.0 for Raspberry Pi from SunFounder
GNU General Public License v2.0
112 stars 176 forks source link

bookworm latest raspberri pi os not compatible #103

Open masd01 opened 9 months ago

masd01 commented 9 months ago

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 commented 8 months ago

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

masd01 commented 8 months ago

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

JB12134 commented 8 months ago

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.