Comments on: Here’s How to Turn PocketC.H.I.P. into a Live Pokémon Tracking Device https://ntcblogbackup.wpengine.com/heres-how-to-turn-pocketc-h-i-p-into-live-pokemon-tracking-device/ News & Notes. Process & Projects. No BS. Srsly. Wed, 14 Jun 2017 21:31:39 +0000 hourly 1 https://wordpress.org/?v=4.9.5 By: Devlin https://ntcblogbackup.wpengine.com/heres-how-to-turn-pocketc-h-i-p-into-live-pokemon-tracking-device/#comment-3729 Tue, 13 Sep 2016 00:15:58 +0000 http://blog.nextthing.co/?p=790#comment-3729 i think i wrote something wrong at python example.py -a ptc -u USER -p PASSWORD -l “LONGITUDE LATITUDE” -st 10

]]>
By: DG https://ntcblogbackup.wpengine.com/heres-how-to-turn-pocketc-h-i-p-into-live-pokemon-tracking-device/#comment-996 Mon, 01 Aug 2016 20:37:09 +0000 http://blog.nextthing.co/?p=790#comment-996 I’m getting the same error as others here 🙁
Installed /tmp/pip-build-jn4qFy/protobuf-to-dict/protobuf-3.0.0-py2.7.egg
Traceback (most recent call last):
File “”, line 1, in
File “/tmp/pip-build-jn4qFy/protobuf-to-dict/setup.py”, line 25, in
‘Topic :: Software Development :: Libraries :: Python Modules’,
File “/usr/lib/python2.7/distutils/core.py”, line 111, in setup
_setup_distribution = dist = klass(attrs)
File “/usr/lib/python2.7/dist-packages/setuptools/dist.py”, line 262, in __init__
self.fetch_build_eggs(attrs[‘setup_requires’])
File “/usr/lib/python2.7/dist-packages/setuptools/dist.py”, line 287, in fetch_build_eggs
replace_conflicting=True,
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 631, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 867, in best_match
dist = working_set.find(req)
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 509, in find
raise VersionConflict(dist, req)
pkg_resources.VersionConflict: (six 1.8.0 (/usr/lib/python2.7/dist-packages), Requirement.parse(‘six>=1.9’))

—————————————-
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-jn4qFy/protobuf-to-dict/

]]>
By: hamster503 https://ntcblogbackup.wpengine.com/heres-how-to-turn-pocketc-h-i-p-into-live-pokemon-tracking-device/#comment-842 Sat, 30 Jul 2016 13:37:00 +0000 http://blog.nextthing.co/?p=790#comment-842 Trying this out and reading through the comments, when I am running:
sudo pip install -r requirements.txt
I get an error:
unable to execute ‘arm-linux-gnueabihf-gcc’: No such file or directory
error: command ‘arm-linux-gnueabihf-gcc’ failed with exit status 1

Any ideas what I need to try next?

]]>
By: Alistair https://ntcblogbackup.wpengine.com/heres-how-to-turn-pocketc-h-i-p-into-live-pokemon-tracking-device/#comment-587 Tue, 26 Jul 2016 13:07:46 +0000 http://blog.nextthing.co/?p=790#comment-587 you did cd into the PokemonGo-Map-master subdirectory… right?
Instead of running the script, try running the individual commands instead:
sudo apt-get update
sudo apt-get install libpython2.7-dev build-essential python-pip
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
wget https://github.com/AHAAAAAAA/PokemonGo-Map/archive/master.zip
unzip master.zip
pushd PokemonGo-Map-master/
sudo pip install -r requirements.txt

I had to modify the “python get-pip.py” line to add the sudo in order for it to run, but apart from that, it ran like a champ

]]>
By: wasabiabi https://ntcblogbackup.wpengine.com/heres-how-to-turn-pocketc-h-i-p-into-live-pokemon-tracking-device/#comment-548 Mon, 25 Jul 2016 22:41:33 +0000 http://blog.nextthing.co/?p=790#comment-548 When I do this I get no errors, but on the hosted page the map does not show up.

]]>
By: Garrett https://ntcblogbackup.wpengine.com/heres-how-to-turn-pocketc-h-i-p-into-live-pokemon-tracking-device/#comment-523 Mon, 25 Jul 2016 14:43:34 +0000 http://blog.nextthing.co/?p=790#comment-523 yeah i keep getting
“python: can’t open file ‘example.py’ : [Errno 2] no such file or directory”

cannot figure out what i have done wong

]]>
By: Alistair https://ntcblogbackup.wpengine.com/heres-how-to-turn-pocketc-h-i-p-into-live-pokemon-tracking-device/#comment-469 Sun, 24 Jul 2016 21:31:16 +0000 http://blog.nextthing.co/?p=790#comment-469 The line:
python get-pip.py
Should have a sudo on it otherwise it fails badly

]]>
By: Doug H https://ntcblogbackup.wpengine.com/heres-how-to-turn-pocketc-h-i-p-into-live-pokemon-tracking-device/#comment-458 Sun, 24 Jul 2016 18:00:42 +0000 http://blog.nextthing.co/?p=790#comment-458 After I try the python example.py line I get the error can’t open file no such file exists and I can’t figure out what I did wrong

]]>
By: Jimmy https://ntcblogbackup.wpengine.com/heres-how-to-turn-pocketc-h-i-p-into-live-pokemon-tracking-device/#comment-438 Sun, 24 Jul 2016 13:45:29 +0000 http://blog.nextthing.co/?p=790#comment-438 I keep getting the following error:
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-YryaTF/protobuf-to-dict/

When I try to run this command:
sudo pip install -r requirements.txt

Any idea whats going on or what I can do?

]]>
By: Shawn Workman https://ntcblogbackup.wpengine.com/heres-how-to-turn-pocketc-h-i-p-into-live-pokemon-tracking-device/#comment-407 Sun, 24 Jul 2016 00:10:30 +0000 http://blog.nextthing.co/?p=790#comment-407 For those that prefer a more automated way to track develop:
https://shawnworkman.wordpress.com/2016/07/23/c-h-i-p-live-pokemon-tracker-update/

We have caught Pikachu and Snorlax using this. The notifications are great. I do some port forwarding so I can get to it from outside my network as well.

]]>