sunfounder / SunFounder_PiCar-V

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

install_dependencies fail #6

Open thinavila opened 6 years ago

thinavila commented 6 years ago

Hi, When I run an install_dependencies command in raspberry pi, I get an error that python set up has failed. Please see the attached screenshot. I am sorry for the image quality, as it was taken off my TV and not off a computer monitor. I am connected to the internet, and the files were downloaded completely. error What is going wrong?

ChasWelles commented 6 years ago

I wonder if the code has a typo.. I am also having a hard time with loading the django.

ythalorossy commented 6 years ago

Same problem. I think the problem is because Raspiberry Pi 3 has two version of python.

fanjin-z commented 6 years ago

This is a naming problem -- bash variable name cannot contain dash ('-')

Simple fix: replace every is_installed_libjpeg8-dev with is_installed_libjpeg8_dev