Advertisement
abeandund

1172018

Jan 17th, 2018
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.36 KB | None | 0 0
  1. PS E:\Downloads\achow tool\payment-proto-interface-master> pip install pyqt5
  2. Collecting pyqt5
  3. Downloading PyQt5-5.9.2-5.9.3-cp35.cp36.cp37-none-win32.whl (65.5MB)
  4. 100% |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 65.5MB 17kB/s
  5. Collecting sip<4.20,>=4.19.4 (from pyqt5)
  6. Downloading sip-4.19.6-cp36-none-win32.whl (42kB)
  7. 100% |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 51kB 252kB/s
  8. Installing collected packages: sip, pyqt5
  9. Successfully installed pyqt5-5.9.2 sip-4.19.6
  10. PS E:\Downloads\achow tool\payment-proto-interface-master> python setup.py install
  11. running install
  12. running bdist_egg
  13. running egg_info
  14. writing Bitcoin_Payment_Protocol_Interface.egg-info\PKG-INFO
  15. writing dependency_links to Bitcoin_Payment_Protocol_Interface.egg-info\dependency_links.txt
  16. writing requirements to Bitcoin_Payment_Protocol_Interface.egg-info\requires.txt
  17. writing top-level names to Bitcoin_Payment_Protocol_Interface.egg-info\top_level.txt
  18. reading manifest file 'Bitcoin_Payment_Protocol_Interface.egg-info\SOURCES.txt'
  19. writing manifest file 'Bitcoin_Payment_Protocol_Interface.egg-info\SOURCES.txt'
  20. installing library code to build\bdist.win32\egg
  21. running install_lib
  22. warning: install_lib: 'build\lib' does not exist -- no Python modules to install
  23.  
  24. creating build\bdist.win32\egg
  25. creating build\bdist.win32\egg\EGG-INFO
  26. copying Bitcoin_Payment_Protocol_Interface.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-INFO
  27. copying Bitcoin_Payment_Protocol_Interface.egg-info\SOURCES.txt -> build\bdist.win32\egg\EGG-INFO
  28. copying Bitcoin_Payment_Protocol_Interface.egg-info\dependency_links.txt -> build\bdist.win32\egg\EGG-INFO
  29. copying Bitcoin_Payment_Protocol_Interface.egg-info\requires.txt -> build\bdist.win32\egg\EGG-INFO
  30. copying Bitcoin_Payment_Protocol_Interface.egg-info\top_level.txt -> build\bdist.win32\egg\EGG-INFO
  31. zip_safe flag not set; analyzing archive contents...
  32. creating 'dist\Bitcoin_Payment_Protocol_Interface-0.1-py3.6.egg' and adding 'build\bdist.win32\egg' to it
  33. removing 'build\bdist.win32\egg' (and everything under it)
  34. Processing Bitcoin_Payment_Protocol_Interface-0.1-py3.6.egg
  35. Removing c:\program files (x86)\python36-32\lib\site-packages\Bitcoin_Payment_Protocol_Interface-0.1-py3.6.egg
  36. Copying Bitcoin_Payment_Protocol_Interface-0.1-py3.6.egg to c:\program files (x86)\python36-32\lib\site-packages
  37. Bitcoin-Payment-Protocol-Interface 0.1 is already the active version in easy-install.pth
  38.  
  39. Installed c:\program files (x86)\python36-32\lib\site-packages\bitcoin_payment_protocol_interface-0.1-py3.6.egg
  40. Processing dependencies for Bitcoin-Payment-Protocol-Interface==0.1
  41. Searching for protobuf
  42. Reading https://pypi.python.org/simple/protobuf/
  43. Downloading https://pypi.python.org/packages/14/03/ff5279abda7b46e9538bfb1411d42831b7e65c460d73831ed2445649bc02/protobuf
  44. -3.5.1.tar.gz#md5=27b52592aab674f96a1762d66d48a57c
  45. Best match: protobuf 3.5.1
  46. Processing protobuf-3.5.1.tar.gz
  47. Writing C:\Users\@@@@\AppData\Local\Temp\easy_install-qm1s1jqx\protobuf-3.5.1\setup.cfg
  48. Running protobuf-3.5.1\setup.py -q bdist_egg --dist-dir C:\Users\@@@@\AppData\Local\Temp\easy_install-qm1s1jqx\protobu
  49. f-3.5.1\egg-dist-tmp-g9ip_dqi
  50. no previously-included directories found matching 'google\protobuf\internal\import_test_package'
  51. warning: no previously-included files found matching 'google\protobuf\internal\*_pb2.py'
  52. warning: no previously-included files found matching 'google\protobuf\internal\*_test.py'
  53. warning: no previously-included files found matching 'google\protobuf\internal\*.proto'
  54. warning: no previously-included files found matching 'google\protobuf\internal\test_util.py'
  55. warning: no previously-included files matching '*_test.py' found under directory 'google'
  56. warning: no previously-included files matching '*_test.proto' found under directory 'google'
  57. warning: no previously-included files matching 'unittest*_pb2.py' found under directory 'google'
  58. warning: no previously-included files matching '*.dll' found anywhere in distribution
  59. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  60. warning: no previously-included files matching '*.pyo' found anywhere in distribution
  61. warning: no previously-included files matching '*.so' found anywhere in distribution
  62. zip_safe flag not set; analyzing archive contents...
  63. google.protobuf.pyext.__pycache__.__init__.cpython-36: module references __path__
  64. google.protobuf.__pycache__.__init__.cpython-36: module references __path__
  65. google.__pycache__.__init__.cpython-36: module references __path__
  66. creating c:\program files (x86)\python36-32\lib\site-packages\protobuf-3.5.1-py3.6.egg
  67. Extracting protobuf-3.5.1-py3.6.egg to c:\program files (x86)\python36-32\lib\site-packages
  68. Adding protobuf 3.5.1 to easy-install.pth file
  69.  
  70. Installed c:\program files (x86)\python36-32\lib\site-packages\protobuf-3.5.1-py3.6.egg
  71. Searching for ecdsa
  72. Reading https://pypi.python.org/simple/ecdsa/
  73. Downloading https://pypi.python.org/packages/f9/e5/99ebb176e47f150ac115ffeda5fedb6a3dbb3c00c74a59fd84ddf12f5857/ecdsa-0.
  74. 13.tar.gz#md5=1f60eda9cb5c46722856db41a3ae6670
  75. Best match: ecdsa 0.13
  76. Processing ecdsa-0.13.tar.gz
  77. Writing C:\Users\@@@@\AppData\Local\Temp\easy_install-v9tmgmsi\ecdsa-0.13\setup.cfg
  78. Running ecdsa-0.13\setup.py -q bdist_egg --dist-dir C:\Users\@@@@\AppData\Local\Temp\easy_install-v9tmgmsi\ecdsa-0.13\
  79. egg-dist-tmp-lcsywavw
  80. zip_safe flag not set; analyzing archive contents...
  81. Copying ecdsa-0.13-py3.6.egg to c:\program files (x86)\python36-32\lib\site-packages
  82. Adding ecdsa 0.13 to easy-install.pth file
  83.  
  84. Installed c:\program files (x86)\python36-32\lib\site-packages\ecdsa-0.13-py3.6.egg
  85. Searching for requests
  86. Reading https://pypi.python.org/simple/requests/
  87. Downloading https://pypi.python.org/packages/b0/e1/eab4fc3752e3d240468a8c0b284607899d2fbfb236a56b7377a329aa8d09/requests
  88. -2.18.4.tar.gz#md5=081412b2ef79bdc48229891af13f4d82
  89. Best match: requests 2.18.4
  90. Processing requests-2.18.4.tar.gz
  91. Writing C:\Users\@@@@\AppData\Local\Temp\easy_install-k3yfexsi\requests-2.18.4\setup.cfg
  92. Running requests-2.18.4\setup.py -q bdist_egg --dist-dir C:\Users\@@@@\AppData\Local\Temp\easy_install-k3yfexsi\reques
  93. ts-2.18.4\egg-dist-tmp-3etyxvba
  94. warning: no files found matching 'NOTICE'
  95. creating c:\program files (x86)\python36-32\lib\site-packages\requests-2.18.4-py3.6.egg
  96. Extracting requests-2.18.4-py3.6.egg to c:\program files (x86)\python36-32\lib\site-packages
  97. Adding requests 2.18.4 to easy-install.pth file
  98.  
  99. Installed c:\program files (x86)\python36-32\lib\site-packages\requests-2.18.4-py3.6.egg
  100. Searching for six>=1.9
  101. Reading https://pypi.python.org/simple/six/
  102. Downloading https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11
  103. .0.tar.gz#md5=d12789f9baf7e9fb2524c0c64f1773f8
  104. Best match: six 1.11.0
  105. Processing six-1.11.0.tar.gz
  106. Writing C:\Users\@@@@\AppData\Local\Temp\easy_install-e91e3g20\six-1.11.0\setup.cfg
  107. Running six-1.11.0\setup.py -q bdist_egg --dist-dir C:\Users\@@@@\AppData\Local\Temp\easy_install-e91e3g20\six-1.11.0\
  108. egg-dist-tmp-rrj_o3r2
  109. no previously-included directories found matching 'documentation\_build'
  110. zip_safe flag not set; analyzing archive contents...
  111. __pycache__.six.cpython-36: module references __path__
  112. creating c:\program files (x86)\python36-32\lib\site-packages\six-1.11.0-py3.6.egg
  113. Extracting six-1.11.0-py3.6.egg to c:\program files (x86)\python36-32\lib\site-packages
  114. Adding six 1.11.0 to easy-install.pth file
  115.  
  116. Installed c:\program files (x86)\python36-32\lib\site-packages\six-1.11.0-py3.6.egg
  117. Searching for certifi>=2017.4.17
  118. Reading https://pypi.python.org/simple/certifi/
  119. Downloading https://pypi.python.org/packages/23/3f/8be01c50ed24a4bd6b8da799839066ce0288f66f5e11f0367323467f0cbc/certifi-
  120. 2017.11.5.tar.gz#md5=c15ac46ed1fe4b607ff3405928f9a992
  121. Best match: certifi 2017.11.5
  122. Processing certifi-2017.11.5.tar.gz
  123. Writing C:\Users\@@@@\AppData\Local\Temp\easy_install-l_c1akre\certifi-2017.11.5\setup.cfg
  124. Running certifi-2017.11.5\setup.py -q bdist_egg --dist-dir C:\Users\@@@@\AppData\Local\Temp\easy_install-l_c1akre\cert
  125. ifi-2017.11.5\egg-dist-tmp-8x_vdl2b
  126. C:\Program Files (x86)\Python36-32\lib\site-packages\setuptools\dist.py:331: UserWarning: Normalizing '2017.11.05' to '2
  127. 017.11.5'
  128. normalized_version,
  129. creating c:\program files (x86)\python36-32\lib\site-packages\certifi-2017.11.5-py3.6.egg
  130. Extracting certifi-2017.11.5-py3.6.egg to c:\program files (x86)\python36-32\lib\site-packages
  131. Adding certifi 2017.11.5 to easy-install.pth file
  132.  
  133. Installed c:\program files (x86)\python36-32\lib\site-packages\certifi-2017.11.5-py3.6.egg
  134. Searching for urllib3<1.23,>=1.21.1
  135. Reading https://pypi.python.org/simple/urllib3/
  136. Downloading https://pypi.python.org/packages/ee/11/7c59620aceedcc1ef65e156cc5ce5a24ef87be4107c2b74458464e437a5d/urllib3-
  137. 1.22.tar.gz#md5=0da7bed3fe94bf7dc59ae37885cc72f7
  138. Best match: urllib3 1.22
  139. Processing urllib3-1.22.tar.gz
  140. Writing C:\Users\@@@@\AppData\Local\Temp\easy_install-re_1znz9\urllib3-1.22\setup.cfg
  141. Running urllib3-1.22\setup.py -q bdist_egg --dist-dir C:\Users\@@@@\AppData\Local\Temp\easy_install-re_1znz9\urllib3-1
  142. .22\egg-dist-tmp-nmw7g8y0
  143. warning: no previously-included files matching '*' found under directory 'docs\_build'
  144. zip_safe flag not set; analyzing archive contents...
  145. urllib3.packages.__pycache__.six.cpython-36: module references __path__
  146. creating c:\program files (x86)\python36-32\lib\site-packages\urllib3-1.22-py3.6.egg
  147. Extracting urllib3-1.22-py3.6.egg to c:\program files (x86)\python36-32\lib\site-packages
  148. Adding urllib3 1.22 to easy-install.pth file
  149.  
  150. Installed c:\program files (x86)\python36-32\lib\site-packages\urllib3-1.22-py3.6.egg
  151. Searching for idna<2.7,>=2.5
  152. Reading https://pypi.python.org/simple/idna/
  153. Downloading https://pypi.python.org/packages/f4/bd/0467d62790828c23c47fc1dfa1b1f052b24efdf5290f071c7a91d0d82fd3/idna-2.6
  154. .tar.gz#md5=c706e2790b016bd0ed4edd2d4ba4d147
  155. Best match: idna 2.6
  156. Processing idna-2.6.tar.gz
  157. Writing C:\Users\@@@@\AppData\Local\Temp\easy_install-q_skgd0d\idna-2.6\setup.cfg
  158. Running idna-2.6\setup.py -q bdist_egg --dist-dir C:\Users\@@@@\AppData\Local\Temp\easy_install-q_skgd0d\idna-2.6\egg-
  159. dist-tmp-j705ufx8
  160. warning: no previously-included files matching '*.pyc' found under directory 'tools'
  161. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  162. zip_safe flag not set; analyzing archive contents...
  163. Copying idna-2.6-py3.6.egg to c:\program files (x86)\python36-32\lib\site-packages
  164. Adding idna 2.6 to easy-install.pth file
  165.  
  166. Installed c:\program files (x86)\python36-32\lib\site-packages\idna-2.6-py3.6.egg
  167. Searching for chardet<3.1.0,>=3.0.2
  168. Reading https://pypi.python.org/simple/chardet/
  169. Downloading https://pypi.python.org/packages/fc/bb/a5768c230f9ddb03acc9ef3f0d4a3cf93462473795d18e9535498c8f929d/chardet-
  170. 3.0.4.tar.gz#md5=7dd1ba7f9c77e32351b0a0cfacf4055c
  171. Best match: chardet 3.0.4
  172. Processing chardet-3.0.4.tar.gz
  173. Writing C:\Users\@@@@\AppData\Local\Temp\easy_install-zki7o45n\chardet-3.0.4\setup.cfg
  174. Running chardet-3.0.4\setup.py -q bdist_egg --dist-dir C:\Users\@@@@\AppData\Local\Temp\easy_install-zki7o45n\chardet-
  175. 3.0.4\egg-dist-tmp-x60hfapl
  176. warning: no files found matching 'requirements.txt'
  177. zip_safe flag not set; analyzing archive contents...
  178. Copying chardet-3.0.4-py3.6.egg to c:\program files (x86)\python36-32\lib\site-packages
  179. Adding chardet 3.0.4 to easy-install.pth file
  180. Installing chardetect-script.py script to C:\Program Files (x86)\Python36-32\Scripts
  181. Installing chardetect.exe script to C:\Program Files (x86)\Python36-32\Scripts
  182. Installing chardetect.exe.manifest script to C:\Program Files (x86)\Python36-32\Scripts
  183.  
  184. Installed c:\program files (x86)\python36-32\lib\site-packages\chardet-3.0.4-py3.6.egg
  185. Searching for PyQt5==5.9.2
  186. Best match: PyQt5 5.9.2
  187. Adding PyQt5 5.9.2 to easy-install.pth file
  188. Installing pylupdate5-script.py script to C:\Program Files (x86)\Python36-32\Scripts
  189. Installing pylupdate5.exe script to C:\Program Files (x86)\Python36-32\Scripts
  190. Installing pylupdate5.exe.manifest script to C:\Program Files (x86)\Python36-32\Scripts
  191. Installing pyrcc5-script.py script to C:\Program Files (x86)\Python36-32\Scripts
  192. Installing pyrcc5.exe script to C:\Program Files (x86)\Python36-32\Scripts
  193. Installing pyrcc5.exe.manifest script to C:\Program Files (x86)\Python36-32\Scripts
  194. Installing pyuic5-script.py script to C:\Program Files (x86)\Python36-32\Scripts
  195. Installing pyuic5.exe script to C:\Program Files (x86)\Python36-32\Scripts
  196. Installing pyuic5.exe.manifest script to C:\Program Files (x86)\Python36-32\Scripts
  197.  
  198. Using c:\program files (x86)\python36-32\lib\site-packages
  199. Searching for sip==4.19.6
  200. Best match: sip 4.19.6
  201. Adding sip 4.19.6 to easy-install.pth file
  202.  
  203. Using c:\program files (x86)\python36-32\lib\site-packages
  204. Searching for setuptools==28.8.0
  205. Best match: setuptools 28.8.0
  206. Adding setuptools 28.8.0 to easy-install.pth file
  207. Installing easy_install-script.py script to C:\Program Files (x86)\Python36-32\Scripts
  208. Installing easy_install.exe script to C:\Program Files (x86)\Python36-32\Scripts
  209. Installing easy_install.exe.manifest script to C:\Program Files (x86)\Python36-32\Scripts
  210. Installing easy_install-3.5-script.py script to C:\Program Files (x86)\Python36-32\Scripts
  211. Installing easy_install-3.5.exe script to C:\Program Files (x86)\Python36-32\Scripts
  212. Installing easy_install-3.5.exe.manifest script to C:\Program Files (x86)\Python36-32\Scripts
  213.  
  214. Using c:\program files (x86)\python36-32\lib\site-packages
  215. Finished processing dependencies for Bitcoin-Payment-Protocol-Interface==0.1
  216. PS E:\Downloads\achow tool\payment-proto-interface-master> protoc.exe --proto_path=./ --python_out=./ ./paymentrequest.p
  217. roto
  218. protoc.exe : The term 'protoc.exe' is not recognized as the name of a cmdlet, function, script file, or operable
  219. program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
  220. At line:1 char:1
  221. + protoc.exe --proto_path=./ --python_out=./ ./paymentrequest.proto
  222. + ~~~~~~~~~~
  223. + CategoryInfo : ObjectNotFound: (protoc.exe:String) [], CommandNotFoundException
  224. + FullyQualifiedErrorId : CommandNotFoundException
  225.  
  226.  
  227. Suggestion [3,General]: The command protoc.exe was not found, but does exist in the current location. Windows PowerShell
  228. does not load commands from the current location by default. If you trust this command, instead type: ".\protoc.exe". S
  229. ee "get-help about_Command_Precedence" for more details.
  230. PS E:\Downloads\achow tool\payment-proto-interface-master>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement