Guest User

Untitled

a guest
Dec 15th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-gkkzPQ/Adafruit-BBIO/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __file__, 'exec'))" install --record /tmp/pip-9dhrYO-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-gkkzPQ/Adafruit-BBIO
  2. Storing debug log for failure in /root/.pip/pip.log
  3.  
  4. debian@beaglebone:~/Adafruit_Python_CharLCD/examples$ python char_lcd.py
  5. Traceback (most recent call last):
  6. File "char_lcd.py", line 6, in <module>
  7. import Adafruit_CharLCD as LCD
  8. File "build/bdist.linux-armv7l/egg/Adafruit_CharLCD/__init__.py", line 1, in <module>
  9. File "build/bdist.linux-armv7l/egg/Adafruit_CharLCD/Adafruit_CharLCD.py", line 89, in <module>
  10. File "build/bdist.linux-armv7l/egg/Adafruit_CharLCD/Adafruit_CharLCD.py", line 95, in Adafruit_CharLCD
  11. File "build/bdist.linux-armv7l/egg/Adafruit_GPIO/GPIO.py", line 321, in get_platform_gpio
  12. ImportError: No module named Adafruit_BBIO.GPIO
  13.  
  14. source/common.c:385:5: error: format not a string literal and no format argumes [-Werror=format-security]
  15.  
  16. fprintf(file, name);
  17.  
  18. ^
  19.  
  20. fprintf(file, "%s", name);
Add Comment
Please, Sign In to add comment