Advertisement
Guest User

Untitled

a guest
Oct 5th, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.32 KB | None | 0 0
  1. (.venv) PS F:\Work\ful_app> python --version
  2. Python 3.12.0
  3. (.venv) PS F:\Work\ful_app> pip --version
  4. pip 23.2.1 from F:\Work\ful_app\.venv\Lib\site-packages\pip (python 3.12)
  5. (.venv) PS F:\Work\ful_app> pip install auto-py-to-exe --upgrade --force-reinstall
  6. Collecting auto-py-to-exe
  7. Obtaining dependency information for auto-py-to-exe from https://files.pythonhosted.org/packages/56/1b/7f7db59c4ec9327eed397bf06623dc43e80a7f3fbcdf68d54c30334c6190/auto_py_to_exe-2.40.0-py2.py3-none-any.whl.metadata
  8. Using cached auto_py_to_exe-2.40.0-py2.py3-none-any.whl.metadata (14 kB)
  9. Collecting Eel>=0.11.0 (from auto-py-to-exe)
  10. Using cached Eel-0.16.0-py3-none-any.whl
  11. Collecting pyinstaller>=5.8.0 (from auto-py-to-exe)
  12. Obtaining dependency information for pyinstaller>=5.8.0 from https://files.pythonhosted.org/packages/a5/85/ddb59556f67ff274dd08201f0644a1715f245abc2d8b2faab7bd4e71b82d/pyinstaller-6.0.0-py3-none-win_amd64.whl.metadata
  13. Using cached pyinstaller-6.0.0-py3-none-win_amd64.whl.metadata (8.2 kB)
  14. Collecting bottle (from Eel>=0.11.0->auto-py-to-exe)
  15. Using cached bottle-0.12.25-py3-none-any.whl (90 kB)
  16. Collecting bottle-websocket (from Eel>=0.11.0->auto-py-to-exe)
  17. Using cached bottle_websocket-0.2.9-py3-none-any.whl
  18. Collecting future (from Eel>=0.11.0->auto-py-to-exe)
  19. Using cached future-0.18.3-py3-none-any.whl
  20. Collecting pyparsing (from Eel>=0.11.0->auto-py-to-exe)
  21. Obtaining dependency information for pyparsing from https://files.pythonhosted.org/packages/39/92/8486ede85fcc088f1b3dba4ce92dd29d126fd96b0008ea213167940a2475/pyparsing-3.1.1-py3-none-any.whl.metadata
  22. Using cached pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
  23. Collecting whichcraft (from Eel>=0.11.0->auto-py-to-exe)
  24. Using cached whichcraft-0.6.1-py2.py3-none-any.whl (5.2 kB)
  25. Collecting setuptools>=42.0.0 (from pyinstaller>=5.8.0->auto-py-to-exe)
  26. Obtaining dependency information for setuptools>=42.0.0 from https://files.pythonhosted.org/packages/bb/26/7945080113158354380a12ce26873dd6c1ebd88d47f5bc24e2c5bb38c16a/setuptools-68.2.2-py3-none-any.whl.metadata
  27. Using cached setuptools-68.2.2-py3-none-any.whl.metadata (6.3 kB)
  28. Collecting altgraph (from pyinstaller>=5.8.0->auto-py-to-exe)
  29. Obtaining dependency information for altgraph from https://files.pythonhosted.org/packages/4d/3f/3bc3f1d83f6e4a7fcb834d3720544ca597590425be5ba9db032b2bf322a2/altgraph-0.17.4-py2.py3-none-any.whl.metadata
  30. Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
  31. Collecting pyinstaller-hooks-contrib>=2021.4 (from pyinstaller>=5.8.0->auto-py-to-exe)
  32. Obtaining dependency information for pyinstaller-hooks-contrib>=2021.4 from https://files.pythonhosted.org/packages/66/6b/d1e3b2c8d306694d2d95c4886aa3057c6ca680a759700ae924de84c488bc/pyinstaller_hooks_contrib-2023.9-py2.py3-none-any.whl.metadata
  33. Using cached pyinstaller_hooks_contrib-2023.9-py2.py3-none-any.whl.metadata (15 kB)
  34. Collecting packaging>=20.0 (from pyinstaller>=5.8.0->auto-py-to-exe)
  35. Obtaining dependency information for packaging>=20.0 from https://files.pythonhosted.org/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl.metadata
  36. Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
  37. Collecting pefile>=2022.5.30 (from pyinstaller>=5.8.0->auto-py-to-exe)
  38. Using cached pefile-2023.2.7-py3-none-any.whl (71 kB)
  39. Collecting pywin32-ctypes>=0.2.1 (from pyinstaller>=5.8.0->auto-py-to-exe)
  40. Obtaining dependency information for pywin32-ctypes>=0.2.1 from https://files.pythonhosted.org/packages/a4/bc/78b2c00cc64c31dbb3be42a0e8600bcebc123ad338c3b714754d668c7c2d/pywin32_ctypes-0.2.2-py3-none-any.whl.metadata
  41. Using cached pywin32_ctypes-0.2.2-py3-none-any.whl.metadata (3.8 kB)
  42. Collecting gevent-websocket (from bottle-websocket->Eel>=0.11.0->auto-py-to-exe)
  43. Using cached gevent_websocket-0.10.1-py3-none-any.whl (22 kB)
  44. Collecting gevent (from gevent-websocket->bottle-websocket->Eel>=0.11.0->auto-py-to-exe)
  45. Obtaining dependency information for gevent from https://files.pythonhosted.org/packages/43/9f/fc088a53e85b46630ac01af3247ccc4d14548cb9d9881705cc54f48543aa/gevent-23.9.1-cp312-cp312-win_amd64.whl.metadata
  46. Using cached gevent-23.9.1-cp312-cp312-win_amd64.whl.metadata (13 kB)
  47. Collecting zope.event (from gevent->gevent-websocket->bottle-websocket->Eel>=0.11.0->auto-py-to-exe)
  48. Obtaining dependency information for zope.event from https://files.pythonhosted.org/packages/fe/42/f8dbc2b9ad59e927940325a22d6d3931d630c3644dae7e2369ef5d9ba230/zope.event-5.0-py3-none-any.whl.metadata
  49. Using cached zope.event-5.0-py3-none-any.whl.metadata (4.4 kB)
  50. Collecting zope.interface (from gevent->gevent-websocket->bottle-websocket->Eel>=0.11.0->auto-py-to-exe)
  51. Using cached zope.interface-6.0-cp312-cp312-win_amd64.whl
  52. Collecting greenlet>=3.0rc3 (from gevent->gevent-websocket->bottle-websocket->Eel>=0.11.0->auto-py-to-exe)
  53. Obtaining dependency information for greenlet>=3.0rc3 from https://files.pythonhosted.org/packages/d1/d0/390d8adbcf49693ff6465397b49ccc0b32058268d754da327cd3dfbfdbaf/greenlet-3.0.0-cp312-cp312-win_amd64.whl.metadata
  54. Using cached greenlet-3.0.0-cp312-cp312-win_amd64.whl.metadata (3.9 kB)
  55. Collecting cffi>=1.12.2 (from gevent->gevent-websocket->bottle-websocket->Eel>=0.11.0->auto-py-to-exe)
  56. Obtaining dependency information for cffi>=1.12.2 from https://files.pythonhosted.org/packages/e9/63/e285470a4880a4f36edabe4810057bd4b562c6ddcc165eacf9c3c7210b40/cffi-1.16.0-cp312-cp312-win_amd64.whl.metadata
  57. Using cached cffi-1.16.0-cp312-cp312-win_amd64.whl.metadata (1.5 kB)
  58. Collecting pycparser (from cffi>=1.12.2->gevent->gevent-websocket->bottle-websocket->Eel>=0.11.0->auto-py-to-exe)
  59. Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
  60. Using cached auto_py_to_exe-2.40.0-py2.py3-none-any.whl (184 kB)
  61. Using cached pyinstaller-6.0.0-py3-none-win_amd64.whl (1.3 MB)
  62. Using cached packaging-23.2-py3-none-any.whl (53 kB)
  63. Using cached pyinstaller_hooks_contrib-2023.9-py2.py3-none-any.whl (284 kB)
  64. Using cached pywin32_ctypes-0.2.2-py3-none-any.whl (30 kB)
  65. Using cached setuptools-68.2.2-py3-none-any.whl (807 kB)
  66. Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
  67. Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB)
  68. Using cached gevent-23.9.1-cp312-cp312-win_amd64.whl (1.5 MB)
  69. Using cached cffi-1.16.0-cp312-cp312-win_amd64.whl (181 kB)
  70. Using cached greenlet-3.0.0-cp312-cp312-win_amd64.whl (288 kB)
  71. Using cached zope.event-5.0-py3-none-any.whl (6.8 kB)
  72. Installing collected packages: whichcraft, bottle, altgraph, setuptools, pywin32-ctypes, pyparsing, pyinstaller-hooks-contrib, pycparser, pefile, packaging, greenlet, future, zope.interface, zope.event, pyinstaller, cffi, gevent, gevent-websocket, bottle-websocket, Eel, auto-py-to-exe
  73. Attempting uninstall: whichcraft
  74. Found existing installation: whichcraft 0.6.1
  75. Uninstalling whichcraft-0.6.1:
  76. Successfully uninstalled whichcraft-0.6.1
  77. Attempting uninstall: bottle
  78. Found existing installation: bottle 0.12.25
  79. Uninstalling bottle-0.12.25:
  80. Successfully uninstalled bottle-0.12.25
  81. Attempting uninstall: altgraph
  82. Found existing installation: altgraph 0.17.4
  83. Uninstalling altgraph-0.17.4:
  84. Successfully uninstalled altgraph-0.17.4
  85. Attempting uninstall: setuptools
  86. Found existing installation: setuptools 68.2.2
  87. Uninstalling setuptools-68.2.2:
  88. Successfully uninstalled setuptools-68.2.2
  89. Attempting uninstall: pywin32-ctypes
  90. Found existing installation: pywin32-ctypes 0.2.2
  91. Uninstalling pywin32-ctypes-0.2.2:
  92. Successfully uninstalled pywin32-ctypes-0.2.2
  93. Attempting uninstall: pyparsing
  94. Found existing installation: pyparsing 3.1.1
  95. Uninstalling pyparsing-3.1.1:
  96. Successfully uninstalled pyparsing-3.1.1
  97. Attempting uninstall: pyinstaller-hooks-contrib
  98. Found existing installation: pyinstaller-hooks-contrib 2023.9
  99. Uninstalling pyinstaller-hooks-contrib-2023.9:
  100. Successfully uninstalled pyinstaller-hooks-contrib-2023.9
  101. Attempting uninstall: pycparser
  102. Found existing installation: pycparser 2.21
  103. Uninstalling pycparser-2.21:
  104. Successfully uninstalled pycparser-2.21
  105. Attempting uninstall: pefile
  106. Found existing installation: pefile 2023.2.7
  107. Uninstalling pefile-2023.2.7:
  108. Successfully uninstalled pefile-2023.2.7
  109. Attempting uninstall: packaging
  110. Found existing installation: packaging 23.2
  111. Uninstalling packaging-23.2:
  112. Successfully uninstalled packaging-23.2
  113. Attempting uninstall: greenlet
  114. Found existing installation: greenlet 3.0.0
  115. Uninstalling greenlet-3.0.0:
  116. Successfully uninstalled greenlet-3.0.0
  117. Attempting uninstall: future
  118. Found existing installation: future 0.18.3
  119. Uninstalling future-0.18.3:
  120. Successfully uninstalled future-0.18.3
  121. Attempting uninstall: zope.interface
  122. Found existing installation: zope.interface 6.0
  123. Uninstalling zope.interface-6.0:
  124. Successfully uninstalled zope.interface-6.0
  125. Attempting uninstall: zope.event
  126. Found existing installation: zope.event 5.0
  127. Uninstalling zope.event-5.0:
  128. Successfully uninstalled zope.event-5.0
  129. Attempting uninstall: pyinstaller
  130. Found existing installation: pyinstaller 6.0.0
  131. Uninstalling pyinstaller-6.0.0:
  132. Successfully uninstalled pyinstaller-6.0.0
  133. Attempting uninstall: cffi
  134. Found existing installation: cffi 1.16.0
  135. Uninstalling cffi-1.16.0:
  136. Successfully uninstalled cffi-1.16.0
  137. Attempting uninstall: gevent
  138. Found existing installation: gevent 23.9.1
  139. Uninstalling gevent-23.9.1:
  140. Successfully uninstalled gevent-23.9.1
  141. Attempting uninstall: gevent-websocket
  142. Found existing installation: gevent-websocket 0.10.1
  143. Uninstalling gevent-websocket-0.10.1:
  144. Successfully uninstalled gevent-websocket-0.10.1
  145. Attempting uninstall: bottle-websocket
  146. Found existing installation: bottle-websocket 0.2.9
  147. Uninstalling bottle-websocket-0.2.9:
  148. Successfully uninstalled bottle-websocket-0.2.9
  149. Attempting uninstall: Eel
  150. Found existing installation: Eel 0.16.0
  151. Uninstalling Eel-0.16.0:
  152. Successfully uninstalled Eel-0.16.0
  153. Attempting uninstall: auto-py-to-exe
  154. Found existing installation: auto-py-to-exe 2.40.0
  155. Uninstalling auto-py-to-exe-2.40.0:
  156. Successfully uninstalled auto-py-to-exe-2.40.0
  157. Successfully installed Eel-0.16.0 altgraph-0.17.4 auto-py-to-exe-2.40.0 bottle-0.12.25 bottle-websocket-0.2.9 cffi-1.16.0 future-0.18.3 gevent-23.9.1 gevent-websocket-0.10.1 greenlet-3.0.0 packaging-23.2 pefile-2023.2.7 pycparser-2.21 pyinstaller-6.0.0 pyinstaller-hooks-contrib-2023.9 pyparsing-3.1.1 pywin32-ctypes-0.2.2 setuptools-68.2.2 whichcraft-0.6.1 zope.event-5.0 zope.interface-6.0
  158. (.venv) PS F:\Work\ful_app> auto-py-to-exe
  159. Traceback (most recent call last):
  160. File "<frozen runpy>", line 198, in _run_module_as_main
  161. File "<frozen runpy>", line 88, in _run_code
  162. File "F:\Work\ful_app\.venv\Scripts\auto-py-to-exe.exe\__main__.py", line 4, in <module>
  163. File "F:\Work\ful_app\.venv\Lib\site-packages\auto_py_to_exe\__main__.py", line 10, in <module>
  164. from . import ui
  165. File "F:\Work\ful_app\.venv\Lib\site-packages\auto_py_to_exe\ui.py", line 6, in <module>
  166. import eel
  167. File "F:\Work\ful_app\.venv\Lib\site-packages\eel\__init__.py", line 16, in <module>
  168. import bottle.ext.websocket as wbs
  169. ModuleNotFoundError: No module named 'bottle.ext.websocket'
  170. (.venv) PS F:\Work\ful_app>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement