cglatot / PokeManager

Uses Python API for Pokemon Go to mass transfer Pokemon
Other
147 stars 32 forks source link

Missing parenthese #1

Closed polzy closed 8 years ago

polzy commented 8 years ago

Hi, Very good job :) I have a problem with the CMD,

capture

You can help me ?

thanks

cglatot commented 8 years ago

You need to use Python 2.7. Not 3.x

polzy commented 8 years ago

Hum thx .. sorry i try

polzy commented 8 years ago

I have Python 2.7.9 with PIP After this cmd pip install -r requirements.txt

I have a new problem .. :(

capture

cglatot commented 8 years ago

Did pip install -r requirements.txt complete successfully?

Run pip install --upgrade -r requirements.txt and let me see the output

polzy commented 8 years ago

Thanks, my log for install and upgrade requirements.txt pip.txt

cglatot commented 8 years ago

I don't want a log. Just do the command I said and show me the print screen. It should not be many lines.

Raudaschl commented 8 years ago

@polzy You have to install python 2.7 and pip separately. Installing pip 2.7.9 will not work.

polzy commented 8 years ago

Work fine with python 2.7.4 and pip separately, Thanks you ! :+1: