Advertisement
Guest User

kmpiupdate

a guest
Jul 4th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.59 KB | None | 0 0
  1. access control disabled, clients can connect from any host
  2. pi@dex:~ $ sudo curl https://raw.githubusercontent.com/DexterInd/Raspbian_For_Robots/master/upd_script/fetch_gopigo.sh | bash
  3. % Total % Received % Xferd Average Speed Time Time Time Current
  4. Dload Upload Total Spent Left Speed
  5. 100 1334 100 1334 0 0 2694 0 --:--:-- --:--:-- --:--:-- 2700
  6. GoPiGo Directory Exists
  7. remote: Counting objects: 296, done.
  8. remote: Compressing objects: 100% (103/103), done.
  9. remote: Total 296 (delta 186), reused 180 (delta 130), pack-reused 60
  10. Receiving objects: 100% (296/296), 40.50 KiB | 0 bytes/s, done.
  11. Resolving deltas: 100% (220/220), completed with 12 local objects.
  12. From https://github.com/DexterInd/GoPiGo
  13. 629ded6..43eed9c master -> origin/master
  14. * [new branch] RobertLucian-hotfix/software/python/ir_server_not_working -> origin/RobertLucian-hotfix/software/python/ir_server_not_working
  15. * [new branch] remove-monit -> origin/remove-monit
  16. HEAD is now at 629ded6 Missing Slash in Line Reader
  17. Updating 629ded6..43eed9c
  18. Fast-forward
  19. Setup/install.sh | 23 +-
  20. Software/Python/ir_remote_control/README.md | 68 +++--
  21. .../ir_debug_logger.py | 14 +-
  22. .../{ => examples}/gopigo_ir_control_bot.py | 0
  23. .../{ => examples}/ir_recv_example.py | 0
  24. .../{ => examples}/lirc_example.py | 0
  25. .../di_ir_reader_wrapper_monit.sh | 24 --
  26. .../gobox_ir_receiver_monit.conf | 6 -
  27. .../gobox_ir_receiver_libs/install.sh | 31 ---
  28. .../gobox_ir_receiver_libs/ir_receiver_example.py | 8 -
  29. .../gobox_ir_receiver_libs/monitrc | 260 -------------------
  30. .../{script => lirc}/hardware_copy.conf | 0
  31. .../{script/ir_install.sh => lirc/install.sh} | 42 +--
  32. .../{script => lirc}/ir_install_manually.sh | 0
  33. .../{script => lirc}/lircd_keyes.conf | 0
  34. .../{script => lirc}/lircrc_keyes | 0
  35. .../{script => lirc}/setup_older_version.sh | 0
  36. .../di_ir_reader.py | 282 +++++++++++++--------
  37. .../Python/ir_remote_control/server/install.sh | 23 ++
  38. .../ir_remote_control/server/ir-server.service | 11 +
  39. .../ir_receiver.py | 0
  40. .../{gobox_ir_receiver_libs => server}/setup.py | 0
  41. Software/Python/line_follower/line_sensor.py | 65 ++++-
  42. 23 files changed, 332 insertions(+), 525 deletions(-)
  43. rename Software/Python/ir_remote_control/{gobox_ir_receiver_libs => debugging}/ir_debug_logger.py (72%)
  44. rename Software/Python/ir_remote_control/{ => examples}/gopigo_ir_control_bot.py (100%)
  45. rename Software/Python/ir_remote_control/{ => examples}/ir_recv_example.py (100%)
  46. rename Software/Python/ir_remote_control/{ => examples}/lirc_example.py (100%)
  47. delete mode 100644 Software/Python/ir_remote_control/gobox_ir_receiver_libs/di_ir_reader_wrapper_monit.sh
  48. delete mode 100644 Software/Python/ir_remote_control/gobox_ir_receiver_libs/gobox_ir_receiver_monit.conf
  49. delete mode 100755 Software/Python/ir_remote_control/gobox_ir_receiver_libs/install.sh
  50. delete mode 100644 Software/Python/ir_remote_control/gobox_ir_receiver_libs/ir_receiver_example.py
  51. delete mode 100644 Software/Python/ir_remote_control/gobox_ir_receiver_libs/monitrc
  52. rename Software/Python/ir_remote_control/{script => lirc}/hardware_copy.conf (100%)
  53. rename Software/Python/ir_remote_control/{script/ir_install.sh => lirc/install.sh} (54%)
  54. mode change 100755 => 100644
  55. rename Software/Python/ir_remote_control/{script => lirc}/ir_install_manually.sh (100%)
  56. mode change 100755 => 100644
  57. rename Software/Python/ir_remote_control/{script => lirc}/lircd_keyes.conf (100%)
  58. rename Software/Python/ir_remote_control/{script => lirc}/lircrc_keyes (100%)
  59. rename Software/Python/ir_remote_control/{script => lirc}/setup_older_version.sh (100%)
  60. rename Software/Python/ir_remote_control/{gobox_ir_receiver_libs => server}/di_ir_reader.py (84%)
  61. create mode 100644 Software/Python/ir_remote_control/server/install.sh
  62. create mode 100644 Software/Python/ir_remote_control/server/ir-server.service
  63. rename Software/Python/ir_remote_control/{gobox_ir_receiver_libs => server}/ir_receiver.py (100%)
  64. rename Software/Python/ir_remote_control/{gobox_ir_receiver_libs => server}/setup.py (100%)
  65. Working from main branch.
  66. --> UPDATING LIBRARIES
  67. ------------------
  68. _____ _
  69. | __ \ | |
  70. | | | | _____ _| |_ ___ _ __
  71. | | | |/ _ \ \/ / __/ _ \ '__|
  72. | |__| | __/> <| || __/ |
  73. |_____/ \___/_/\_\\__\___|_| _
  74. |_ _| | | | | (_)
  75. | | _ __ __| |_ _ ___| |_ _ __ _ ___ ___
  76. | | | '_ \ / _\ | | | / __| __| '__| |/ _ \/ __|
  77. _| |_| | | | (_| | |_| \__ \ |_| | | | __/\__ \
  78. |_____|_| |_|\__,_|\__,_|___/\__|_| |_|\___||___/
  79.  
  80.  
  81.  
  82. ______ _____ _____ _____ ______ _____
  83. | ____ | | |_____] | | ____ | |
  84. |_____| |_____| | __|__ |_____| |_____|
  85.  
  86. Welcome to GoPiGo Installer.
  87.  
  88.  
  89. Please ensure internet connectivity before running this script.
  90. NOTE: Raspberry Pi will need to be rebooted after completion.
  91. Special thanks to Joe Sanford at Tufts University. This script was derived from his work. Thank you Joe!
  92.  
  93. Check for internet connectivity...
  94. ==================================
  95. Connected to the Internet
  96. Installing GoPiGo software in /home/pi/Dexter/GoPiGo
  97.  
  98. Get:1 http://mirrordirector.raspbian.org jessie InRelease [14.9 kB]
  99. Get:2 http://archive.raspberrypi.org jessie InRelease [22.9 kB]
  100. Get:3 http://mirrordirector.raspbian.org jessie/main armhf Packages [9,534 kB]
  101. Get:4 http://archive.raspberrypi.org jessie/main armhf Packages [168 kB]
  102. Get:5 http://archive.raspberrypi.org jessie/ui armhf Packages [58.9 kB]
  103. Get:6 http://mirrordirector.raspbian.org jessie/contrib armhf Packages [43.3 kB]
  104. Get:7 http://mirrordirector.raspbian.org jessie/non-free armhf Packages [84.2 kB]
  105. Get:8 http://mirrordirector.raspbian.org jessie/rpi armhf Packages [1,356 B]
  106. Ign http://archive.raspberrypi.org jessie/main Translation-en_GB
  107. Ign http://archive.raspberrypi.org jessie/main Translation-en
  108. Ign http://archive.raspberrypi.org jessie/ui Translation-en_GB
  109. Ign http://archive.raspberrypi.org jessie/ui Translation-en
  110. Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en_GB
  111. Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
  112. Ign http://mirrordirector.raspbian.org jessie/main Translation-en_GB
  113. Ign http://mirrordirector.raspbian.org jessie/main Translation-en
  114. Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_GB
  115. Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
  116. Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en_GB
  117. Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
  118. Fetched 9,927 kB in 18s (535 kB/s)
  119. Reading package lists... Done
  120.  
  121. Installing Dependencies
  122. =======================
  123. Reading package lists... Done
  124. Building dependency tree
  125. Reading state information... Done
  126. git is already the newest version.
  127. libnss-mdns is already the newest version.
  128. minicom is already the newest version.
  129. python-dev is already the newest version.
  130. python-pip is already the newest version.
  131. python-serial is already the newest version.
  132. i2c-tools is already the newest version.
  133. libi2c-dev is already the newest version.
  134. python-rpi.gpio is already the newest version.
  135. python-smbus is already the newest version.
  136. arduino is already the newest version.
  137. 0 upgraded, 0 newly installed, 0 to remove and 207 not upgraded.
  138. Requirement already up-to-date: RPi.GPIO in /usr/lib/python2.7/dist-packages
  139. Cleaning up...
  140. Requirement already satisfied (use --upgrade to upgrade): pyusb in /usr/local/lib/python2.7/dist-packages
  141. Cleaning up...
  142. Requirement already satisfied (use --upgrade to upgrade): numpy in /usr/lib/python2.7/dist-packages
  143. Cleaning up...
  144. Dependencies installed
  145. running install
  146. running bdist_egg
  147. running egg_info
  148. writing requirements to GoPiGo.egg-info/requires.txt
  149. writing GoPiGo.egg-info/PKG-INFO
  150. writing top-level names to GoPiGo.egg-info/top_level.txt
  151. writing dependency_links to GoPiGo.egg-info/dependency_links.txt
  152. reading manifest file 'GoPiGo.egg-info/SOURCES.txt'
  153. writing manifest file 'GoPiGo.egg-info/SOURCES.txt'
  154. installing library code to build/bdist.linux-armv7l/egg
  155. running install_lib
  156. running build_py
  157. copying line_follower/line_sensor.py -> build/lib.linux-armv7l-2.7/line_follower
  158. creating build/bdist.linux-armv7l/egg
  159. copying build/lib.linux-armv7l-2.7/easygopigo.py -> build/bdist.linux-armv7l/egg
  160. copying build/lib.linux-armv7l-2.7/I2C_mutex.py -> build/bdist.linux-armv7l/egg
  161. creating build/bdist.linux-armv7l/egg/line_follower
  162. copying build/lib.linux-armv7l-2.7/line_follower/__init__.py -> build/bdist.linux-armv7l/egg/line_follower
  163. copying build/lib.linux-armv7l-2.7/line_follower/line_sensor.py -> build/bdist.linux-armv7l/egg/line_follower
  164. copying build/lib.linux-armv7l-2.7/gopigo.py -> build/bdist.linux-armv7l/egg
  165. byte-compiling build/bdist.linux-armv7l/egg/easygopigo.py to easygopigo.pyc
  166. byte-compiling build/bdist.linux-armv7l/egg/I2C_mutex.py to I2C_mutex.pyc
  167. byte-compiling build/bdist.linux-armv7l/egg/line_follower/__init__.py to __init__.pyc
  168. byte-compiling build/bdist.linux-armv7l/egg/line_follower/line_sensor.py to line_sensor.pyc
  169. byte-compiling build/bdist.linux-armv7l/egg/gopigo.py to gopigo.pyc
  170. creating build/bdist.linux-armv7l/egg/EGG-INFO
  171. copying GoPiGo.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO
  172. copying GoPiGo.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  173. copying GoPiGo.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  174. copying GoPiGo.egg-info/requires.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  175. copying GoPiGo.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  176. zip_safe flag not set; analyzing archive contents...
  177. creating 'dist/GoPiGo-0.0.0-py2.7.egg' and adding 'build/bdist.linux-armv7l/egg' to it
  178. removing 'build/bdist.linux-armv7l/egg' (and everything under it)
  179. Processing GoPiGo-0.0.0-py2.7.egg
  180. Removing /usr/local/lib/python2.7/dist-packages/GoPiGo-0.0.0-py2.7.egg
  181. Copying GoPiGo-0.0.0-py2.7.egg to /usr/local/lib/python2.7/dist-packages
  182. GoPiGo 0.0.0 is already the active version in easy-install.pth
  183.  
  184. Installed /usr/local/lib/python2.7/dist-packages/GoPiGo-0.0.0-py2.7.egg
  185. Processing dependencies for GoPiGo==0.0.0
  186. Searching for future==0.16.0
  187. Best match: future 0.16.0
  188. Adding future 0.16.0 to easy-install.pth file
  189. Installing pasteurize script to /usr/local/bin
  190. Installing futurize script to /usr/local/bin
  191.  
  192. Using /usr/local/lib/python2.7/dist-packages
  193. Finished processing dependencies for GoPiGo==0.0.0
  194. running install
  195. Checking .pth file support in /usr/local/lib/python3.4/dist-packages/
  196. /usr/bin/python3 -E -c pass
  197. TEST PASSED: /usr/local/lib/python3.4/dist-packages/ appears to support .pth files
  198. running bdist_egg
  199. running egg_info
  200. writing top-level names to GoPiGo.egg-info/top_level.txt
  201. writing GoPiGo.egg-info/PKG-INFO
  202. writing dependency_links to GoPiGo.egg-info/dependency_links.txt
  203. writing requirements to GoPiGo.egg-info/requires.txt
  204. reading manifest file 'GoPiGo.egg-info/SOURCES.txt'
  205. writing manifest file 'GoPiGo.egg-info/SOURCES.txt'
  206. installing library code to build/bdist.linux-armv7l/egg
  207. running install_lib
  208. running build_py
  209. copying line_follower/line_sensor.py -> build/lib/line_follower
  210. creating build/bdist.linux-armv7l/egg
  211. copying build/lib/easygopigo.py -> build/bdist.linux-armv7l/egg
  212. copying build/lib/I2C_mutex.py -> build/bdist.linux-armv7l/egg
  213. creating build/bdist.linux-armv7l/egg/line_follower
  214. copying build/lib/line_follower/__init__.py -> build/bdist.linux-armv7l/egg/line_follower
  215. copying build/lib/line_follower/line_sensor.py -> build/bdist.linux-armv7l/egg/line_follower
  216. copying build/lib/gopigo.py -> build/bdist.linux-armv7l/egg
  217. byte-compiling build/bdist.linux-armv7l/egg/easygopigo.py to easygopigo.cpython-34.pyc
  218. byte-compiling build/bdist.linux-armv7l/egg/I2C_mutex.py to I2C_mutex.cpython-34.pyc
  219. byte-compiling build/bdist.linux-armv7l/egg/line_follower/__init__.py to __init__.cpython-34.pyc
  220. byte-compiling build/bdist.linux-armv7l/egg/line_follower/line_sensor.py to line_sensor.cpython-34.pyc
  221. byte-compiling build/bdist.linux-armv7l/egg/gopigo.py to gopigo.cpython-34.pyc
  222. creating build/bdist.linux-armv7l/egg/EGG-INFO
  223. copying GoPiGo.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO
  224. copying GoPiGo.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  225. copying GoPiGo.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  226. copying GoPiGo.egg-info/requires.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  227. copying GoPiGo.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  228. zip_safe flag not set; analyzing archive contents...
  229. creating 'dist/GoPiGo-0.0.0-py3.4.egg' and adding 'build/bdist.linux-armv7l/egg' to it
  230. removing 'build/bdist.linux-armv7l/egg' (and everything under it)
  231. Processing GoPiGo-0.0.0-py3.4.egg
  232. Removing /usr/local/lib/python3.4/dist-packages/GoPiGo-0.0.0-py3.4.egg
  233. Copying GoPiGo-0.0.0-py3.4.egg to /usr/local/lib/python3.4/dist-packages
  234. GoPiGo 0.0.0 is already the active version in easy-install.pth
  235.  
  236. Installed /usr/local/lib/python3.4/dist-packages/GoPiGo-0.0.0-py3.4.egg
  237. Processing dependencies for GoPiGo==0.0.0
  238. Searching for future==0.16.0
  239. Best match: future 0.16.0
  240. Processing future-0.16.0-py3.4.egg
  241. future 0.16.0 is already the active version in easy-install.pth
  242. Installing futurize script to /usr/local/bin
  243. Installing pasteurize script to /usr/local/bin
  244.  
  245. Using /usr/local/lib/python3.4/dist-packages/future-0.16.0-py3.4.egg
  246. Finished processing dependencies for GoPiGo==0.0.0
  247. Installing DHT library
  248. running install
  249. running bdist_egg
  250. running egg_info
  251. writing Adafruit_DHT.egg-info/PKG-INFO
  252. writing top-level names to Adafruit_DHT.egg-info/top_level.txt
  253. writing dependency_links to Adafruit_DHT.egg-info/dependency_links.txt
  254. reading manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
  255. writing manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
  256. installing library code to build/bdist.linux-armv7l/egg
  257. running install_lib
  258. running build_py
  259. running build_ext
  260. creating build/bdist.linux-armv7l/egg
  261. creating build/bdist.linux-armv7l/egg/Adafruit_DHT
  262. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/common.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  263. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Test.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  264. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Raspberry_Pi_2_Driver.so -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  265. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Raspberry_Pi.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  266. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Beaglebone_Black.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  267. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/platform_detect.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  268. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/Raspberry_Pi_2.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  269. copying build/lib.linux-armv7l-2.7/Adafruit_DHT/__init__.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  270. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/common.py to common.pyc
  271. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Test.py to Test.pyc
  272. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi.py to Raspberry_Pi.pyc
  273. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Beaglebone_Black.py to Beaglebone_Black.pyc
  274. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/platform_detect.py to platform_detect.pyc
  275. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi_2.py to Raspberry_Pi_2.pyc
  276. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/__init__.py to __init__.pyc
  277. creating stub loader for Adafruit_DHT/Raspberry_Pi_2_Driver.so
  278. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi_2_Driver.py to Raspberry_Pi_2_Driver.pyc
  279. creating build/bdist.linux-armv7l/egg/EGG-INFO
  280. copying Adafruit_DHT.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO
  281. copying Adafruit_DHT.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  282. copying Adafruit_DHT.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  283. copying Adafruit_DHT.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  284. writing build/bdist.linux-armv7l/egg/EGG-INFO/native_libs.txt
  285. zip_safe flag not set; analyzing archive contents...
  286. creating 'dist/Adafruit_DHT-1.3.2-py2.7-linux-armv7l.egg' and adding 'build/bdist.linux-armv7l/egg' to it
  287. removing 'build/bdist.linux-armv7l/egg' (and everything under it)
  288. Processing Adafruit_DHT-1.3.2-py2.7-linux-armv7l.egg
  289. Removing /usr/local/lib/python2.7/dist-packages/Adafruit_DHT-1.3.2-py2.7-linux-armv7l.egg
  290. Copying Adafruit_DHT-1.3.2-py2.7-linux-armv7l.egg to /usr/local/lib/python2.7/dist-packages
  291. Adafruit-DHT 1.3.2 is already the active version in easy-install.pth
  292.  
  293. Installed /usr/local/lib/python2.7/dist-packages/Adafruit_DHT-1.3.2-py2.7-linux-armv7l.egg
  294. Processing dependencies for Adafruit-DHT==1.3.2
  295. Finished processing dependencies for Adafruit-DHT==1.3.2
  296. running install
  297. Checking .pth file support in /usr/local/lib/python3.4/dist-packages/
  298. /usr/bin/python3 -E -c pass
  299. TEST PASSED: /usr/local/lib/python3.4/dist-packages/ appears to support .pth files
  300. running bdist_egg
  301. running egg_info
  302. writing Adafruit_DHT.egg-info/PKG-INFO
  303. writing dependency_links to Adafruit_DHT.egg-info/dependency_links.txt
  304. writing top-level names to Adafruit_DHT.egg-info/top_level.txt
  305. reading manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
  306. writing manifest file 'Adafruit_DHT.egg-info/SOURCES.txt'
  307. installing library code to build/bdist.linux-armv7l/egg
  308. running install_lib
  309. running build_py
  310. running build_ext
  311. creating build/bdist.linux-armv7l/egg
  312. creating build/bdist.linux-armv7l/egg/Adafruit_DHT
  313. copying build/lib.linux-armv7l-3.4/Adafruit_DHT/Raspberry_Pi_2_Driver.cpython-34m.so -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  314. copying build/lib.linux-armv7l-3.4/Adafruit_DHT/common.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  315. copying build/lib.linux-armv7l-3.4/Adafruit_DHT/Test.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  316. copying build/lib.linux-armv7l-3.4/Adafruit_DHT/Raspberry_Pi.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  317. copying build/lib.linux-armv7l-3.4/Adafruit_DHT/Beaglebone_Black.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  318. copying build/lib.linux-armv7l-3.4/Adafruit_DHT/platform_detect.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  319. copying build/lib.linux-armv7l-3.4/Adafruit_DHT/Raspberry_Pi_2.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  320. copying build/lib.linux-armv7l-3.4/Adafruit_DHT/__init__.py -> build/bdist.linux-armv7l/egg/Adafruit_DHT
  321. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/common.py to common.cpython-34.pyc
  322. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Test.py to Test.cpython-34.pyc
  323. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi.py to Raspberry_Pi.cpython-34.pyc
  324. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Beaglebone_Black.py to Beaglebone_Black.cpython-34.pyc
  325. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/platform_detect.py to platform_detect.cpython-34.pyc
  326. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi_2.py to Raspberry_Pi_2.cpython-34.pyc
  327. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/__init__.py to __init__.cpython-34.pyc
  328. creating stub loader for Adafruit_DHT/Raspberry_Pi_2_Driver.cpython-34m.so
  329. byte-compiling build/bdist.linux-armv7l/egg/Adafruit_DHT/Raspberry_Pi_2_Driver.py to Raspberry_Pi_2_Driver.cpython-34.pyc
  330. creating build/bdist.linux-armv7l/egg/EGG-INFO
  331. copying Adafruit_DHT.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO
  332. copying Adafruit_DHT.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  333. copying Adafruit_DHT.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  334. copying Adafruit_DHT.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO
  335. writing build/bdist.linux-armv7l/egg/EGG-INFO/native_libs.txt
  336. zip_safe flag not set; analyzing archive contents...
  337. Adafruit_DHT.__pycache__.Raspberry_Pi_2_Driver.cpython-34: module references __file__
  338. creating 'dist/Adafruit_DHT-1.3.2-py3.4-linux-armv7l.egg' and adding 'build/bdist.linux-armv7l/egg' to it
  339. removing 'build/bdist.linux-armv7l/egg' (and everything under it)
  340. Processing Adafruit_DHT-1.3.2-py3.4-linux-armv7l.egg
  341. removing '/usr/local/lib/python3.4/dist-packages/Adafruit_DHT-1.3.2-py3.4-linux-armv7l.egg' (and everything under it)
  342. creating /usr/local/lib/python3.4/dist-packages/Adafruit_DHT-1.3.2-py3.4-linux-armv7l.egg
  343. Extracting Adafruit_DHT-1.3.2-py3.4-linux-armv7l.egg to /usr/local/lib/python3.4/dist-packages
  344. Adafruit-DHT 1.3.2 is already the active version in easy-install.pth
  345.  
  346. Installed /usr/local/lib/python3.4/dist-packages/Adafruit_DHT-1.3.2-py3.4-linux-armv7l.egg
  347. Processing dependencies for Adafruit-DHT==1.3.2
  348. Finished processing dependencies for Adafruit-DHT==1.3.2
  349. wiringPi VERSION is 236
  350. FOUND WiringPi Version 2.36 No installation needed.
  351.  
  352. Removing blacklist from /etc/modprobe.d/raspi-blacklist.conf . . .
  353. ==================================================================
  354. I2C already removed from blacklist
  355. SPI already removed from blacklist
  356.  
  357. Adding I2C-dev and SPI-dev in /etc/modules . . .
  358. ================================================
  359. I2C-dev already there
  360. i2c-bcm2708 already there
  361. spi-dev already there
  362.  
  363. Making I2C changes in /boot/config.txt . . .
  364. ================================================
  365. The user `pi' is already a member of `i2c'.
  366.  
  367. /home/pi/Dexter/lib/AVRDUDE Found!
  368. avrdude 5.10 Found
  369. done with AVRDUDE
  370. --> Installing Line Follower Calibration
  371.  
  372. Please restart the Raspberry Pi for the changes to take effect
  373.  
  374. Please restart to implement changes!
  375. _____ ______ _____ _______ _____ _______
  376. | __ \| ____|/ ____|__ __|/\ | __ \__ __|
  377. | |__) | |__ | (___ | | / \ | |__) | | |
  378. | _ /| __| \___ \ | | / /\ \ | _ / | |
  379. | | \ \| |____ ____) | | |/ ____ \| | \ \ | |
  380. |_| \_\______|_____/ |_/_/ \_\_| \_\ |_|
  381.  
  382. Please restart to implement changes!
  383. To Restart type sudo reboot
  384. pi@dex:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement