Search code examples
pebble-watchpebble-sdkpebble-js

Running 'pebble install' gives error on Mac


I am trying to run pebble install on Mac. I have already installed the Pebble SDK, and I can start the Pebble simulator... I cannot however start the phone simulator.

When I cd'd into the directory of my app and ran pebble install, it returned :

[INFO    ] Starting Pebble emulator...
[INFO    ] Starting phone simulator...
[ERROR   ] Could not connect to phone at localhost:12342. Ensure that 
'Developer Connection' is enabled in the Pebble app.

I don't have the Pebble app on my phone, nor do I have the Pebble watch yet.

How can I fix this ?

Thanks in advance, Fjpackard.


Solution

  • I finally figured this out ! I already had Python 3.4 installed, so even though I install Python 2.7, it got a bit messed up :/ I just uninstalled both versions of Python, then reinstalled 2.7 and it works perfectlyl ! =)