rahedges / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

Feature request: Check python version #170

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Affected Version:
repo version v1.12.16
repo launcher version 1.21

Environment: Arch linux

What steps will reproduce the problem?
1. Use repo sync
2.
3.

What is the expected output? What do you see instead?
Expected sync start. I see errors.

Please provide any additional information below.
Please add some lines of code in order to check that the current python version 
is 2.X 

Original issue reported on code.google.com by x95A31x...@gmail.com on 17 Jun 2014 at 9:29

GoogleCodeExporter commented 9 years ago
Which version of Python do you use?
Can you send the full output please?

Original comment by anthonyd...@slimroms.net on 17 Jun 2014 at 5:51

GoogleCodeExporter commented 9 years ago
I am building Android on a server that have both Python 2.7 and 3.4. Because 
standard python executable is pointing to python3 I had that issues. I solved 
by virtualenv + edits some files, but I spend some time to find out that the 
issue was due Python 3. My request is add a check that say that Python versions 
is wrong.

Original comment by x95A31x...@gmail.com on 18 Jun 2014 at 10:02