amazon-archives / aws-robomaker-sample-application-deepracer

Use AWS RoboMaker and demonstrate running a simulation which trains a reinforcement learning (RL) model to drive a car around a track
MIT License
112 stars 59 forks source link

which python version should I use? #10

Closed exitNA closed 5 years ago

exitNA commented 5 years ago

the ROS kinetic need python 2, but colcon use python 3.5, when install ros using sudo apt install -y ros-kinetic-desktop-full it is using python 2, but when install colcon it is using python 3, so, which python should I use?

x77a1 commented 5 years ago

@exitNA You would need both Python 2 and Python 3. Please reopen the issue incase you are facing any issue with this setup.