Hello.
I’m the person who wants to buy and use the picar.
I installed <git clone -b picamera2 GitHub - sunfounder/vilib: Vision library for python>
to proceed with (sudo python3 install.py), but the following error occurred.
May I know why?
Start installing vilib 0.2.0 for user pi
Traceback (most recent call last):
File “/home/pi/vilib/install.py”, line 142, in
os_id = check_os_id()
File “/home/pi/vilib/install.py”, line 104, in check_os_id
result = platform.freedesktop_os_release()[“ID”]
AttributeError: module ‘platform’ has no attribute ‘freedesktop_os_release’