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

No pip installed - required by install_dependencies #26

Open scheffield opened 5 years ago

scheffield commented 5 years ago

The script install_dependencies requires pip which it doesn't install by itself and fails when using it first with:

Installing django

sudo: pip: command not found
    Failed to installed django.
    Do you want to skip this? (yes/no) no

For everyone running into the same issue: the following line fixes it:

sudo apt-get install python-pip
sunfounder commented 5 years ago

Hi Max, Thank you for your support on us,could you give us your order number and the order screenshot ,so that our after-saler can help you with it?

Best wishes, Sunfounder

support@sunfounder.com

From: Max Scheffler Date: 2018-12-28 07:50 To: sunfounder/SunFounder_PiCar-V CC: Subscribed Subject: [sunfounder/SunFounder_PiCar-V] No pip installed - required by install_dependencies (#26) The script install_dependencies requires pip which it doesn't install by itself and fails when using it first with: Installing django sudo: pip: command not found Failed to installed django. Do you want to skip this? (yes/no) no

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.