Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. PS C:\Users\jafir\Documents\py-solc-solcx-1\py-solc-solcx> python setup.py build
  2. See http://johnmacfarlane.net/pandoc/installing.html
  3. for installation options
  4. ---------------------------------------------------------------
  5.  
  6. running build
  7. running build_py
  8. file solc.py (for module solc) not found
  9. creating build
  10. creating build\lib
  11. creating build\lib\solc
  12. copying solc\exceptions.py -> build\lib\solc
  13. copying solc\install.py -> build\lib\solc
  14. copying solc\main.py -> build\lib\solc
  15. copying solc\wrapper.py -> build\lib\solc
  16. copying solc\__init__.py -> build\lib\solc
  17. creating build\lib\solc\utils
  18. copying solc\utils\filesystem.py -> build\lib\solc\utils
  19. copying solc\utils\string.py -> build\lib\solc\utils
  20. copying solc\utils\types.py -> build\lib\solc\utils
  21. copying solc\utils\__init__.py -> build\lib\solc\utils
  22. running egg_info
  23. creating py_solc.egg-info
  24. writing py_solc.egg-info\PKG-INFO
  25. writing dependency_links to py_solc.egg-info\dependency_links.txt
  26. writing requirements to py_solc.egg-info\requires.txt
  27. writing top-level names to py_solc.egg-info\top_level.txt
  28. writing manifest file 'py_solc.egg-info\SOURCES.txt'
  29. file solc.py (for module solc) not found
  30. reading manifest file 'py_solc.egg-info\SOURCES.txt'
  31. reading manifest template 'MANIFEST.in'
  32. warning: no files found matching 'requirements.txt'
  33. warning: no previously-included files matching '__pycache__' found under directory '*'
  34. warning: no previously-included files matching '*.py[co]' found under directory '*'
  35. writing manifest file 'py_solc.egg-info\SOURCES.txt'
  36. file solc.py (for module solc) not found
  37. PS C:\Users\jafir\Documents\py-solc-solcx-1\py-solc-solcx> python setup.py install
  38. See http://johnmacfarlane.net/pandoc/installing.html
  39. for installation options
  40. ---------------------------------------------------------------
  41.  
  42. running install
  43. running bdist_egg
  44. running egg_info
  45. writing py_solc.egg-info\PKG-INFO
  46. writing dependency_links to py_solc.egg-info\dependency_links.txt
  47. writing requirements to py_solc.egg-info\requires.txt
  48. writing top-level names to py_solc.egg-info\top_level.txt
  49. file solc.py (for module solc) not found
  50. reading manifest file 'py_solc.egg-info\SOURCES.txt'
  51. reading manifest template 'MANIFEST.in'
  52. warning: no files found matching 'requirements.txt'
  53. warning: no previously-included files matching '__pycache__' found under directory '*'
  54. warning: no previously-included files matching '*.py[co]' found under directory '*'
  55. writing manifest file 'py_solc.egg-info\SOURCES.txt'
  56. installing library code to build\bdist.win-amd64\egg
  57. running install_lib
  58. running build_py
  59. file solc.py (for module solc) not found
  60. file solc.py (for module solc) not found
  61. creating build\bdist.win-amd64
  62. creating build\bdist.win-amd64\egg
  63. creating build\bdist.win-amd64\egg\solc
  64. copying build\lib\solc\exceptions.py -> build\bdist.win-amd64\egg\solc
  65. copying build\lib\solc\install.py -> build\bdist.win-amd64\egg\solc
  66. copying build\lib\solc\main.py -> build\bdist.win-amd64\egg\solc
  67. creating build\bdist.win-amd64\egg\solc\utils
  68. copying build\lib\solc\utils\filesystem.py -> build\bdist.win-amd64\egg\solc\utils
  69. copying build\lib\solc\utils\string.py -> build\bdist.win-amd64\egg\solc\utils
  70. copying build\lib\solc\utils\types.py -> build\bdist.win-amd64\egg\solc\utils
  71. copying build\lib\solc\utils\__init__.py -> build\bdist.win-amd64\egg\solc\utils
  72. copying build\lib\solc\wrapper.py -> build\bdist.win-amd64\egg\solc
  73. copying build\lib\solc\__init__.py -> build\bdist.win-amd64\egg\solc
  74. byte-compiling build\bdist.win-amd64\egg\solc\exceptions.py to exceptions.cpython-37.pyc
  75. byte-compiling build\bdist.win-amd64\egg\solc\install.py to install.cpython-37.pyc
  76. byte-compiling build\bdist.win-amd64\egg\solc\main.py to main.cpython-37.pyc
  77. byte-compiling build\bdist.win-amd64\egg\solc\utils\filesystem.py to filesystem.cpython-37.pyc
  78. byte-compiling build\bdist.win-amd64\egg\solc\utils\string.py to string.cpython-37.pyc
  79. byte-compiling build\bdist.win-amd64\egg\solc\utils\types.py to types.cpython-37.pyc
  80. byte-compiling build\bdist.win-amd64\egg\solc\utils\__init__.py to __init__.cpython-37.pyc
  81. byte-compiling build\bdist.win-amd64\egg\solc\wrapper.py to wrapper.cpython-37.pyc
  82. byte-compiling build\bdist.win-amd64\egg\solc\__init__.py to __init__.cpython-37.pyc
  83. creating build\bdist.win-amd64\egg\EGG-INFO
  84. copying py_solc.egg-info\PKG-INFO -> build\bdist.win-amd64\egg\EGG-INFO
  85. copying py_solc.egg-info\SOURCES.txt -> build\bdist.win-amd64\egg\EGG-INFO
  86. copying py_solc.egg-info\dependency_links.txt -> build\bdist.win-amd64\egg\EGG-INFO
  87. copying py_solc.egg-info\not-zip-safe -> build\bdist.win-amd64\egg\EGG-INFO
  88. copying py_solc.egg-info\requires.txt -> build\bdist.win-amd64\egg\EGG-INFO
  89. copying py_solc.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO
  90. creating dist
  91. creating 'dist\py_solc-3.2.0-py3.7.egg' and adding 'build\bdist.win-amd64\egg' to it
  92. removing 'build\bdist.win-amd64\egg' (and everything under it)
  93. Processing py_solc-3.2.0-py3.7.egg
  94. creating c:\users\jafir\appdata\local\programs\python\python37\lib\site-packages\py_solc-3.2.0-py3.7.egg
  95. Extracting py_solc-3.2.0-py3.7.egg to c:\users\jafir\appdata\local\programs\python\python37\lib\site-packages
  96. Adding py-solc 3.2.0 to easy-install.pth file
  97.  
  98. Installed c:\users\jafir\appdata\local\programs\python\python37\lib\site-packages\py_solc-3.2.0-py3.7.egg
  99. Processing dependencies for py-solc==3.2.0
  100. Searching for semantic_version>=2.6.0
  101. Reading https://pypi.org/simple/semantic_version/
  102. Downloading https://files.pythonhosted.org/packages/28/be/3a7241d731ba89063780279a5433f5971c1cf41735b64a9f874b7c3ff995/semantic_version-2.6.0-py3-none-any.whl#sha256=2d06ab7372034bcb8b54f2205370f4aa0643c133b7e6dbd129c5200b83ab394b
  103. Best match: semantic-version 2.6.0
  104. Processing semantic_version-2.6.0-py3-none-any.whl
  105. Installing semantic_version-2.6.0-py3-none-any.whl to c:\users\jafir\appdata\local\programs\python\python37\lib\site-packages
  106. Adding semantic-version 2.6.0 to easy-install.pth file
  107.  
  108. Installed c:\users\jafir\appdata\local\programs\python\python37\lib\site-packages\semantic_version-2.6.0-py3.7.egg
  109. Finished processing dependencies for py-solc==3.2.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement