blueskybreeze
blueskybreeze
where should encrypt.so be placed on a Mac? I placed it on all possible folders inside of `pokemongo-api` but it didn't work. I saw the instruction for Pokemon Go Bot,...
do you mean `python demo.py -a "google" -u "[email protected]" -p "thepassword" -l "37.7954961,-122.3935113" -e "encrypt.so"` ?
also by the way, I am using Python 2.7.5 and I saw many lines that said I might need a newer version of Python -- not sure if it matters:...
after `git clone` (recursive or not)... I did run a `pip install -r requirements.txt`
is it by `pip uninstall urllib` ? But it will say ``` $ pip uninstall urllib Cannot uninstall requirement urllib, not installed ```
I also tried `pip uninstall -r requirements.txt` and then `pip install -r requirements.txt` but it didn't work.