udacity / sdc-issue-reports

29 stars 6 forks source link

moviepy installation on python3 #263

Closed alemelis closed 7 years ago

alemelis commented 7 years ago

If you have two Python installations in your computer (both 2.7.x and 3.x), the pip install moviepy

command would install moviepie only (?) for the 2.7.x version. To force the installation for Python3, type

python3 -m pip install moviepy

source

Is there another way to fix this starting from the docker environment installation? Otherwise, I would add that line to the project description

domluna commented 7 years ago

@alemelis https://github.com/udacity/CarND-Term1-Starter-Kit#anaconda should get you up and running with an Anaconda environment for all the projects/labs in the term. Hoping to get the starter kit concept in the classroom this week.