pebble / cloudpebble

CloudPebble source. Here be dragons.

Home Page:https://cloudpebble.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pebble JS compiling error

marcteys opened this issue · comments

When I try to compile, I have this error

Traceback (most recent call last):
File "/app/sdk3/bin/../pebble-tool/pebble.py", line 4, in
import pebble_tool
File "/app/sdk3/pebble-tool/pebble_tool/init.py", line 10, in
from .commands.base import register_children
File "/app/sdk3/pebble-tool/pebble_tool/commands/base.py", line 10, in
from libpebble2.communication import PebbleConnection
ImportError: No module named libpebble2.communication

Seems to be back now, it was probably due to the new sdk ?
Anyway the problem is not happening anymore !

I am getting the same error with an import error. How did you fix it? Thanks!

File "/Users/imee/pebble-dev/PebbleSDK-3.3/bin/../pebble-tool/pebble.py", line 4, in
import pebble_tool
File "/Users/imee/pebble-dev/PebbleSDK-3.3/pebble-tool/pebble_tool/init.py", line 8, in
import requests.packages.urllib3 as urllib3
ImportError: No module named requests.packages.urllib3

commented

I also have this problem. Want to study pebble development, but no official tech support.