PyImageSearch / Deep-Learning-for-Computer-Vision-with-Python

2 stars 1 forks source link

Install Ubuntu system dependencies #21

Closed VishalDivyaraj closed 2 years ago

VishalDivyaraj commented 2 years ago

sudo python get-pip.py

while running this script "The ERROR message is"

" This script does not work on python 2.7"

Similar for python3-dev

vikaskookna commented 2 years ago

@VishalDivyaraj Can you please make sure that python3 is installed on your laptop and then run this command

sudo python3 get-pip.py