1 Answer
- Newest
- Most votes
- Most comments
1
Hi Om. I'm guessing you have both python2 and python3 installed. Can you run the following command to check the version?
python --version
If it's 2.x, that would explain what you're seeing. If so, easiest way out is probably to edit line 32 of start.sh to call python3 instead of python.
Relevant content
- asked 7 months ago
- asked 3 years ago
- AWS OFFICIALUpdated 6 months ago
Thanks Greg. It is working now :). Yes, I have both 2.x and 3 versions.