Guest User

Untitled

a guest
Sep 16th, 2023
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 10.63 KB | None | 0 0
  1. PS C:\Users\n\vgtranslate\vgtranslate> pyinstaller --onefile .\serve.py
  2. 273 INFO: PyInstaller: 5.13.2
  3. 274 INFO: Python: 3.10.11
  4. 278 INFO: Platform: Windows-10-10.0.22621-SP0
  5. 279 INFO: wrote C:\Users\n\vgtranslate\vgtranslate\serve.spec
  6. 281 INFO: Extending PYTHONPATH with paths
  7. ['C:\\Users\\n\\vgtranslate\\vgtranslate']
  8. 484 INFO: checking Analysis
  9. 484 INFO: Building Analysis because Analysis-00.toc is non existent
  10. 484 INFO: Initializing module dependency graph...
  11. 487 INFO: Caching module graph hooks...
  12. 512 INFO: Analyzing base_library.zip ...
  13. 1531 INFO: Loading module hook 'hook-heapq.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  14. 1583 INFO: Loading module hook 'hook-encodings.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  15. 2712 INFO: Loading module hook 'hook-pickle.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  16. 3704 INFO: Caching module dependency graph...
  17. 3819 INFO: running Analysis Analysis-00.toc
  18. 3822 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable
  19.   required by C:\Users\n\AppData\Local\Programs\Python\Python310\python.exe
  20. 3855 INFO: Analyzing C:\Users\n\vgtranslate\vgtranslate\serve.py
  21. 3982 INFO: Loading module hook 'hook-PIL.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  22. 4026 INFO: Loading module hook 'hook-PIL.Image.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  23. 4523 INFO: Loading module hook 'hook-numpy.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  24. 4783 INFO: Processing pre-safe import module hook distutils from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-distutils.py'.
  25. 4783 INFO: Processing pre-find module path hook distutils from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'.
  26. 5041 INFO: Loading module hook 'hook-distutils.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  27. 5073 INFO: Loading module hook 'hook-sysconfig.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  28. 5101 INFO: Loading module hook 'hook-distutils.util.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  29. 5211 INFO: Loading module hook 'hook-multiprocessing.util.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  30. 5268 INFO: Loading module hook 'hook-xml.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  31. 5586 INFO: Loading module hook 'hook-platform.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  32. 6385 INFO: Loading module hook 'hook-difflib.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  33. 7422 INFO: Loading module hook 'hook-PIL.ImageFilter.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  34. 7543 INFO: Loading module hook 'hook-xml.dom.domreg.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  35. 7688 INFO: Processing module hooks...
  36. 7696 INFO: Loading module hook 'hook-setuptools.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  37. 8865 INFO: Loading module hook 'hook-pkg_resources.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  38. 9906 INFO: Loading module hook 'hook-PIL.SpiderImagePlugin.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  39. 9941 INFO: Processing pre-safe import module hook win32com from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\pre_safe_import_module\\hook-win32com.py'.
  40. 9991 INFO: Loading module hook 'hook-win32com.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
  41. 9992 INFO: Loading module hook 'hook-pythoncom.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
  42. 10105 INFO: Loading module hook 'hook-pywintypes.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
  43. 10629 INFO: Loading module hook 'hook-setuptools.msvc.py' from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks'...
  44. 11614 INFO: Looking for ctypes DLLs
  45. 11635 INFO: Analyzing run-time hooks ...
  46. 11639 INFO: Including run-time hook 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py'
  47. 11640 INFO: Including run-time hook 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_setuptools.py'
  48. 11641 INFO: Including run-time hook 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py'
  49. 11644 INFO: Including run-time hook 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py'
  50. 11646 INFO: Including run-time hook 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py'
  51. 11650 INFO: Including run-time hook 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_win32comgenpy.py'
  52. 11651 INFO: Processing pre-find module path hook _pyi_rth_utils from 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-_pyi_rth_utils.py'.
  53. 11664 INFO: Including run-time hook 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\pyi_rth_pywintypes.py'
  54. 11666 INFO: Including run-time hook 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\pyi_rth_pythoncom.py'
  55. 11680 INFO: Looking for dynamic libraries
  56. C:\Users\n\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\building\build_main.py:167: UserWarning: The numpy.array_api submodule is still experimental. See NEP 47.
  57.   __import__(package)
  58. 381 INFO: Extra DLL search directories (AddDllDirectory): ['C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\numpy\\.libs']
  59. 381 INFO: Extra DLL search directories (PATH): ['C:\\Program Files\\Common Files\\Oracle\\Java\\javapath', 'C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath', 'C:\\Program Files\\Oculus\\Support\\oculus-runtime', 'C:\\Windows\\system32', 'C:\\Windows', 'C:\\Windows\\System32\\Wbem', 'C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\', 'C:\\Windows\\System32\\OpenSSH\\', 'C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common', 'C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR', 'C:\\Program Files\\Git\\cmd', 'C:\\Program Files\\Docker\\Docker\\resources\\bin', 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\Scripts\\', 'C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\', 'C:\\Users\\n\\AppData\\Local\\Microsoft\\WindowsApps', 'C:\\Users\\n\\AppData\\Local\\Programs\\Microsoft VS Code Insiders\\bin', 'C:\\Users\\n\\AppData\\Local\\Microsoft\\WinGet\\Packages\\Gyan.FFmpeg_Microsoft.Winget.Source_8wekyb3d8bbwe\\ffmpeg-6.0-full_build\\bin']
  60. 12608 INFO: Looking for eggs
  61. 12610 INFO: Using Python library C:\Users\n\AppData\Local\Programs\Python\Python310\python310.dll
  62. 12610 INFO: Found binding redirects:
  63. []
  64. 12618 INFO: Warnings written to C:\Users\n\vgtranslate\vgtranslate\build\serve\warn-serve.txt
  65. 12702 INFO: Graph cross-reference written to C:\Users\n\vgtranslate\vgtranslate\build\serve\xref-serve.html
  66. 12729 INFO: checking PYZ
  67. 12729 INFO: Building PYZ because PYZ-00.toc is non existent
  68. 12730 INFO: Building PYZ (ZlibArchive) C:\Users\n\vgtranslate\vgtranslate\build\serve\PYZ-00.pyz
  69. 13613 INFO: Building PYZ (ZlibArchive) C:\Users\n\vgtranslate\vgtranslate\build\serve\PYZ-00.pyz completed successfully.
  70. 13630 INFO: checking PKG
  71. 13630 INFO: Building PKG because PKG-00.toc is non existent
  72. 13630 INFO: Building PKG (CArchive) serve.pkg
  73. 19410 INFO: Building PKG (CArchive) serve.pkg completed successfully.
  74. 19413 INFO: Bootloader C:\Users\n\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\bootloader\Windows-64bit-intel\run.exe
  75. 19414 INFO: checking EXE
  76. 19414 INFO: Building EXE because EXE-00.toc is non existent
  77. 19414 INFO: Building EXE from EXE-00.toc
  78. 19415 INFO: Copying bootloader EXE to C:\Users\n\vgtranslate\vgtranslate\dist\serve.exe.notanexecutable
  79. 19417 INFO: Copying icon to EXE
  80. 19417 INFO: Copying icons from ['C:\\Users\\n\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\PyInstaller\\bootloader\\images\\icon-console.ico']
  81. 19418 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes
  82. 19418 INFO: Writing RT_ICON 1 resource with 3752 bytes
  83. 19418 INFO: Writing RT_ICON 2 resource with 2216 bytes
  84. 19418 INFO: Writing RT_ICON 3 resource with 1384 bytes
  85. 19419 INFO: Writing RT_ICON 4 resource with 37019 bytes
  86. 19419 INFO: Writing RT_ICON 5 resource with 9640 bytes
  87. 19419 INFO: Writing RT_ICON 6 resource with 4264 bytes
  88. 19419 INFO: Writing RT_ICON 7 resource with 1128 bytes
  89. 19423 INFO: Copying 0 resources to EXE
  90. 19423 INFO: Embedding manifest in EXE
  91. 19424 INFO: Updating manifest in C:\Users\n\vgtranslate\vgtranslate\dist\serve.exe.notanexecutable
  92. 19424 INFO: Updating resource type 24 name 1 language 0
  93. 19426 INFO: Appending PKG archive to EXE
  94. 19441 INFO: Fixing EXE headers
  95. 19569 INFO: Building EXE from EXE-00.toc completed successfully.
  96. PS C:\Users\n\vgtranslate\vgtranslate> .\dist\serve.exe
  97. Running from container, but no tessdata (C:\Users\n\AppData\Local\Temp\_MEI310202\data) found !
  98. starting server
  99. using font: RobotoCondensed-Bold.ttf
  100. ['RobotoCondensed-Bold.ttf', False]
  101. config loaded
  102. ====================
  103. host 0.0.0.0
  104. port 4404
  105. server start
Add Comment
Please, Sign In to add comment