j'ai recu la montre bluetooth pebble qui permet de se connecter à un smartphone android ou ios. Je tente l'installation du kit de développement en suivant ce lien
https://developer.getpebble.com/2/getti ... ted/linux/
j'ai un problème sur cette commande
Code : Tout sélectionner
pip install --user -r ~/pebble-dev/PebbleSDK-2.0-BETA2/requirements.txt
Code : Tout sélectionner
Running setup.py egg_info for package twisted
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip_build_gael/twisted/setup.py", line 92
"""
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip_build_gael/twisted/setup.py", line 92
"""
^
SyntaxError: invalid syntax
----------------------------------------
Cleaning up...
Removing temporary dir /tmp/pip_build_gael...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_gael/twisted
Exception information:
Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/pip/basecommand.py", line 134, in main
status = self.run(options, args)
File "/usr/lib/python3.3/site-packages/pip/commands/install.py", line 236, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/lib/python3.3/site-packages/pip/req.py", line 1134, in prepare_files
req_to_install.run_egg_info()
File "/usr/lib/python3.3/site-packages/pip/req.py", line 259, in run_egg_info
command_desc='python setup.py egg_info')
File "/usr/lib/python3.3/site-packages/pip/util.py", line 670, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_gael/twisted
si quelqu'un voit comment résoudre le problème
à noter que un paquet AUR existe mails il concerne la version 1.12 du SDK
merci pour vos conseils