Advertisement
Guest User

Untitled

a guest
Apr 5th, 2022
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.46 KB | None | 0 0
  1. Collecting git+https://github.com/pytgcalls/pytgcalls
  2. Cloning https://github.com/pytgcalls/pytgcalls to /data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg
  3. Running command git clone --filter=blob:none --quiet https://github.com/pytgcalls/pytgcalls /data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg
  4. Resolved https://github.com/pytgcalls/pytgcalls to commit 4f0cb94874343bdb59a2bc814301cf72c1590298
  5. Preparing metadata (setup.py) ... done
  6. Requirement already satisfied: aiohttp in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from py-tgcalls==0.9.0b1) (3.8.1)
  7. Requirement already satisfied: psutil in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from py-tgcalls==0.9.0b1) (5.9.0)
  8. Requirement already satisfied: screeninfo in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from py-tgcalls==0.9.0b1) (0.8)
  9. Requirement already satisfied: multidict<7.0,>=4.5 in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from aiohttp->py-tgcalls==0.9.0b1) (6.0.2)
  10. Requirement already satisfied: attrs>=17.3.0 in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from aiohttp->py-tgcalls==0.9.0b1) (21.4.0)
  11. Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from aiohttp->py-tgcalls==0.9.0b1) (4.0.2)
  12. Requirement already satisfied: yarl<2.0,>=1.0 in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from aiohttp->py-tgcalls==0.9.0b1) (1.7.2) Requirement already satisfied: frozenlist>=1.1.1 in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from aiohttp->py-tgcalls==0.9.0b1) (1.3.0) Requirement already satisfied: aiosignal>=1.1.2 in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from aiohttp->py-tgcalls==0.9.0b1) (1.2.0)
  13. Requirement already satisfied: charset-normalizer<3.0,>=2.0 in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from aiohttp->py-tgcalls==0.9.0b1) (2.0.12)
  14. Requirement already satisfied: idna>=2.0 in ./.local/lib/python3.10/site-packages (from yarl<2.0,>=1.0->aiohttp->py-tgcalls==0.9.0b1) (2.10) Building wheels for collected packages: py-tgcalls
  15. Building wheel for py-tgcalls (setup.py) ... error
  16. error: subprocess-exited-with-error
  17.  
  18. × python setup.py bdist_wheel did not run successfully.
  19. │ exit code: 1
  20. ╰─> [227 lines of output]
  21. /data/data/com.termux/files/usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'universal'
  22. warnings.warn(msg)
  23. running bdist_wheel
  24. running build
  25. running build_py
  26. creating build
  27. creating build/lib.linux-aarch64-3.10
  28. creating build/lib.linux-aarch64-3.10/pytgcalls
  29. copying pytgcalls/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls
  30. copying pytgcalls/__version__.py -> build/lib.linux-aarch64-3.10/pytgcalls
  31. copying pytgcalls/binding.py -> build/lib.linux-aarch64-3.10/pytgcalls
  32. copying pytgcalls/environment.py -> build/lib.linux-aarch64-3.10/pytgcalls
  33. copying pytgcalls/exceptions.py -> build/lib.linux-aarch64-3.10/pytgcalls
  34. copying pytgcalls/ffprobe.py -> build/lib.linux-aarch64-3.10/pytgcalls
  35. copying pytgcalls/file_manager.py -> build/lib.linux-aarch64-3.10/pytgcalls
  36. copying pytgcalls/pytgcalls.py -> build/lib.linux-aarch64-3.10/pytgcalls
  37. copying pytgcalls/pytgcalls_session.py -> build/lib.linux-aarch64-3.10/pytgcalls
  38. copying pytgcalls/scaffold.py -> build/lib.linux-aarch64-3.10/pytgcalls
  39. copying pytgcalls/stream_type.py -> build/lib.linux-aarch64-3.10/pytgcalls
  40. copying pytgcalls/sync.py -> build/lib.linux-aarch64-3.10/pytgcalls
  41. copying pytgcalls/version_manager.py -> build/lib.linux-aarch64-3.10/pytgcalls
  42. creating build/lib.linux-aarch64-3.10/pytgcalls/custom_api
  43. copying pytgcalls/custom_api/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/custom_api
  44. copying pytgcalls/custom_api/custom_api.py -> build/lib.linux-aarch64-3.10/pytgcalls/custom_api
  45. creating build/lib.linux-aarch64-3.10/pytgcalls/handlers
  46. copying pytgcalls/handlers/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/handlers
  47. copying pytgcalls/handlers/handlers_holder.py -> build/lib.linux-aarch64-3.10/pytgcalls/handlers
  48. creating build/lib.linux-aarch64-3.10/pytgcalls/media_devices
  49. copying pytgcalls/media_devices/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/media_devices
  50. copying pytgcalls/media_devices/device_info.py -> build/lib.linux-aarch64-3.10/pytgcalls/media_devices
  51. copying pytgcalls/media_devices/media_devices.py -> build/lib.linux-aarch64-3.10/pytgcalls/media_devices
  52. copying pytgcalls/media_devices/screen_info.py -> build/lib.linux-aarch64-3.10/pytgcalls/media_devices
  53. creating build/lib.linux-aarch64-3.10/pytgcalls/methods
  54. copying pytgcalls/methods/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods
  55. creating build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  56. copying pytgcalls/mtproto/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  57. copying pytgcalls/mtproto/bridged_client.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  58. copying pytgcalls/mtproto/client_cache.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  59. copying pytgcalls/mtproto/mtproto_client.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  60. copying pytgcalls/mtproto/pyrogram_client.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  61. copying pytgcalls/mtproto/telethon_client.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  62. creating build/lib.linux-aarch64-3.10/pytgcalls/types
  63. copying pytgcalls/types/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  64. copying pytgcalls/types/browsers.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  65. copying pytgcalls/types/cache.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  66. copying pytgcalls/types/call_holder.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  67. copying pytgcalls/types/list.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  68. copying pytgcalls/types/object.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  69. copying pytgcalls/types/participant_list.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  70. copying pytgcalls/types/py_object.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  71. copying pytgcalls/types/session.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  72. copying pytgcalls/types/update.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  73. copying pytgcalls/types/update_solver.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  74. copying pytgcalls/types/user_agent.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  75. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  76. copying pytgcalls/methods/core/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  77. copying pytgcalls/methods/core/binding_runner.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  78. copying pytgcalls/methods/core/join_voice_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  79. copying pytgcalls/methods/core/leave_voice_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  80. copying pytgcalls/methods/core/set_video_call_status.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  81. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  82. copying pytgcalls/methods/decorators/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  83. copying pytgcalls/methods/decorators/on_closed_voice_chat.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  84. copying pytgcalls/methods/decorators/on_group_call_invite.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  85. copying pytgcalls/methods/decorators/on_kicked.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  86. copying pytgcalls/methods/decorators/on_left.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  87. copying pytgcalls/methods/decorators/on_participants_change.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  88. copying pytgcalls/methods/decorators/on_raw_update.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  89. copying pytgcalls/methods/decorators/on_stream_end.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  90. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  91. copying pytgcalls/methods/groups/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  92. copying pytgcalls/methods/groups/active_calls.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  93. copying pytgcalls/methods/groups/calls.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  94. copying pytgcalls/methods/groups/change_volume_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  95. copying pytgcalls/methods/groups/get_active_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  96. copying pytgcalls/methods/groups/get_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  97. copying pytgcalls/methods/groups/get_participants.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  98. copying pytgcalls/methods/groups/join_group_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  99. copying pytgcalls/methods/groups/leave_group_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  100. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/handlers
  101. copying pytgcalls/methods/handlers/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/handlers
  102. copying pytgcalls/methods/handlers/raw_update_handler.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/handlers
  103. copying pytgcalls/methods/handlers/stream_ended_handler.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/handlers
  104. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  105. copying pytgcalls/methods/stream/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  106. copying pytgcalls/methods/stream/change_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  107. copying pytgcalls/methods/stream/mute_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  108. copying pytgcalls/methods/stream/pause_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  109. copying pytgcalls/methods/stream/resume_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  110. copying pytgcalls/methods/stream/unmute_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  111. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  112. copying pytgcalls/methods/utilities/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  113. copying pytgcalls/methods/utilities/cache_peer.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  114. copying pytgcalls/methods/utilities/get_max_voice_chat.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  115. copying pytgcalls/methods/utilities/idle.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  116. copying pytgcalls/methods/utilities/is_connected.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  117. copying pytgcalls/methods/utilities/mtproto_handler.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  118. copying pytgcalls/methods/utilities/ping.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  119. copying pytgcalls/methods/utilities/run.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  120. copying pytgcalls/methods/utilities/start.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  121. creating build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  122. copying pytgcalls/types/groups/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  123. copying pytgcalls/types/groups/already_joined.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  124. copying pytgcalls/types/groups/error_during_join.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  125. copying pytgcalls/types/groups/group_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  126. copying pytgcalls/types/groups/group_call_participant.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  127. copying pytgcalls/types/groups/joined_group_call_participant.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  128. copying pytgcalls/types/groups/joined_voice_chat.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  129. copying pytgcalls/types/groups/left_group_call_participant.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  130. copying pytgcalls/types/groups/left_voice_chat.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  131. copying pytgcalls/types/groups/not_in_group_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  132. copying pytgcalls/types/groups/updated_group_call_participant.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  133. creating build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  134. copying pytgcalls/types/input_stream/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  135. copying pytgcalls/types/input_stream/audio_image_piped.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  136. copying pytgcalls/types/input_stream/audio_parameters.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  137. copying pytgcalls/types/input_stream/audio_piped.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  138. copying pytgcalls/types/input_stream/audio_video_piped.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  139. copying pytgcalls/types/input_stream/capture_audio_device.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  140. copying pytgcalls/types/input_stream/capture_av_desktop.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  141. copying pytgcalls/types/input_stream/capture_av_device_desktop.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  142. copying pytgcalls/types/input_stream/capture_video_desktop.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  143. copying pytgcalls/types/input_stream/input_audio_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  144. copying pytgcalls/types/input_stream/input_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  145. copying pytgcalls/types/input_stream/input_video_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  146. copying pytgcalls/types/input_stream/video_parameters.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  147. copying pytgcalls/types/input_stream/video_piped.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  148. copying pytgcalls/types/input_stream/video_tools.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  149. creating build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  150. copying pytgcalls/types/stream/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  151. copying pytgcalls/types/stream/changed_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  152. copying pytgcalls/types/stream/muted_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  153. copying pytgcalls/types/stream/paused_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  154. copying pytgcalls/types/stream/resumed_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  155. copying pytgcalls/types/stream/stream_audio_endend.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  156. copying pytgcalls/types/stream/stream_deleted.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  157. copying pytgcalls/types/stream/stream_video_endend.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  158. copying pytgcalls/types/stream/unmuted_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  159. creating build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  160. copying pytgcalls/types/input_stream/quality/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  161. copying pytgcalls/types/input_stream/quality/high_quality_audio.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  162. copying pytgcalls/types/input_stream/quality/high_quality_video.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  163. copying pytgcalls/types/input_stream/quality/low_quality_audio.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  164. copying pytgcalls/types/input_stream/quality/low_quality_video.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  165. copying pytgcalls/types/input_stream/quality/medium_quality_audio.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  166. copying pytgcalls/types/input_stream/quality/medium_quality_video.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  167. running egg_info
  168. creating py_tgcalls.egg-info
  169. writing py_tgcalls.egg-info/PKG-INFO
  170. writing dependency_links to py_tgcalls.egg-info/dependency_links.txt
  171. writing requirements to py_tgcalls.egg-info/requires.txt
  172. writing top-level names to py_tgcalls.egg-info/top_level.txt
  173. writing manifest file 'py_tgcalls.egg-info/SOURCES.txt'
  174. reading manifest file 'py_tgcalls.egg-info/SOURCES.txt'
  175. adding license file 'LICENSE'
  176. writing manifest file 'py_tgcalls.egg-info/SOURCES.txt'
  177. running build_ext
  178.  
  179. > wrtc@0.4.7 install
  180. > node scripts/download-prebuilt.js
  181.  
  182. node-pre-gyp info it worked if it ends with ok
  183. node-pre-gyp info using node-pre-gyp@1.0.9
  184. node-pre-gyp info using node@17.8.0 | android | arm64
  185. node-pre-gyp info check checked for "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/build/temp.linux-aarch64-3.10/node_modules/wrtc/build/Release/wrtc.node" (not found)
  186. node-pre-gyp http GET https://node-webrtc.s3.amazonaws.com/wrtc/v0.4.7/Release/android-arm64.tar.gz
  187. node-pre-gyp ERR! install response status 404 Not Found on https://node-webrtc.s3.amazonaws.com/wrtc/v0.4.7/Release/android-arm64.tar.gz
  188. node-pre-gyp ERR! install error
  189. node-pre-gyp ERR! stack Error: response status 404 Not Found on https://node-webrtc.s3.amazonaws.com/wrtc/v0.4.7/Release/android-arm64.tar.gz
  190. node-pre-gyp ERR! stack at /data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/build/temp.linux-aarch64-3.10/node_modules/@mapbox/node-pre-gyp/lib/install.js:67:15
  191. node-pre-gyp ERR! stack at processTicksAndRejections (node:internal/process/task_queues:96:5)
  192. node-pre-gyp ERR! System Linux 4.14.116
  193. node-pre-gyp ERR! command "/data/data/com.termux/files/usr/bin/node" "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/build/temp.linux-aarch64-3.10/node_modules/.bin/node-pre-gyp" "install"
  194. node-pre-gyp ERR! cwd /data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/build/temp.linux-aarch64-3.10/node_modules/wrtc
  195. node-pre-gyp ERR! node -v v17.8.0
  196. node-pre-gyp ERR! node-pre-gyp -v v1.0.9
  197. node-pre-gyp ERR! not ok
  198. response status 404 Not Found on https://node-webrtc.s3.amazonaws.com/wrtc/v0.4.7/Release/android-arm64.tar.gz
  199. npm ERR! code 1
  200. npm ERR! path /data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/build/temp.linux-aarch64-3.10/node_modules/wrtc
  201. npm ERR! command failed
  202. npm ERR! command sh -c node scripts/download-prebuilt.js
  203.  
  204. npm ERR! A complete log of this run can be found in:
  205. npm ERR! /data/data/com.termux/files/home/.npm/_logs/2022-04-05T13_58_45_490Z-debug-0.log
  206. Traceback (most recent call last):
  207. File "<string>", line 2, in <module>
  208. File "<pip-setuptools-caller>", line 34, in <module>
  209. File "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/setup.py", line 121, in <module>
  210. setup(
  211. File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 153, in setup
  212. return distutils.core.setup(**attrs)
  213. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/core.py", line 148, in setup
  214. dist.run_commands()
  215. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/dist.py", line 966, in run_commands
  216. self.run_command(cmd)
  217. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
  218. cmd_obj.run()
  219. File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/wheel/bdist_wheel.py", line 299, in run
  220. self.run_command('build')
  221. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/cmd.py", line 313, in run_command
  222. self.distribution.run_command(command)
  223. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
  224. cmd_obj.run()
  225. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/command/build.py", line 135, in run
  226. self.run_command(cmd_name)
  227. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/cmd.py", line 313, in run_command
  228. self.distribution.run_command(command)
  229. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
  230. cmd_obj.run()
  231. File "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/setup.py", line 99, in run
  232. super().run()
  233. File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/setuptools/command/build_ext.py", line 79, in run
  234. _build_ext.run(self)
  235. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/command/build_ext.py", line 340, in run
  236. self.build_extensions()
  237. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/command/build_ext.py", line 449, in build_extensions
  238. self._build_extensions_serial()
  239. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/command/build_ext.py", line 474, in _build_extensions_serial
  240. self.build_extension(ext)
  241. File "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/setup.py", line 115, in build_extension
  242. sh.run_installation()
  243. File "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/setup.py", line 82, in run_installation
  244. subprocess.check_call(
  245. File "/data/data/com.termux/files/usr/lib/python3.10/subprocess.py", line 369, in check_call
  246. raise CalledProcessError(retcode, cmd)
  247. subprocess.CalledProcessError: Command 'npm install .' returned non-zero exit status 1.
  248. [end of output]
  249.  
  250. note: This error originates from a subprocess, and is likely not a problem with pip.
  251. ERROR: Failed building wheel for py-tgcalls
  252. Running setup.py clean for py-tgcalls
  253. Failed to build py-tgcalls
  254. Installing collected packages: py-tgcalls
  255. Attempting uninstall: py-tgcalls
  256. Found existing installation: py-tgcalls 0.6.0
  257. Uninstalling py-tgcalls-0.6.0:
  258. Successfully uninstalled py-tgcalls-0.6.0
  259. Running setup.py install for py-tgcalls ... error
  260. error: subprocess-exited-with-error
  261.  
  262. × Running setup.py install for py-tgcalls did not run successfully.
  263. │ exit code: 1
  264. ╰─> [227 lines of output]
  265. /data/data/com.termux/files/usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'universal'
  266. warnings.warn(msg)
  267. running install
  268. running build
  269. running build_py
  270. creating build
  271. creating build/lib.linux-aarch64-3.10
  272. creating build/lib.linux-aarch64-3.10/pytgcalls
  273. copying pytgcalls/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls
  274. copying pytgcalls/__version__.py -> build/lib.linux-aarch64-3.10/pytgcalls
  275. copying pytgcalls/binding.py -> build/lib.linux-aarch64-3.10/pytgcalls
  276. copying pytgcalls/environment.py -> build/lib.linux-aarch64-3.10/pytgcalls
  277. copying pytgcalls/exceptions.py -> build/lib.linux-aarch64-3.10/pytgcalls
  278. copying pytgcalls/ffprobe.py -> build/lib.linux-aarch64-3.10/pytgcalls
  279. copying pytgcalls/file_manager.py -> build/lib.linux-aarch64-3.10/pytgcalls
  280. copying pytgcalls/pytgcalls.py -> build/lib.linux-aarch64-3.10/pytgcalls
  281. copying pytgcalls/pytgcalls_session.py -> build/lib.linux-aarch64-3.10/pytgcalls
  282. copying pytgcalls/scaffold.py -> build/lib.linux-aarch64-3.10/pytgcalls
  283. copying pytgcalls/stream_type.py -> build/lib.linux-aarch64-3.10/pytgcalls
  284. copying pytgcalls/sync.py -> build/lib.linux-aarch64-3.10/pytgcalls
  285. copying pytgcalls/version_manager.py -> build/lib.linux-aarch64-3.10/pytgcalls
  286. creating build/lib.linux-aarch64-3.10/pytgcalls/custom_api
  287. copying pytgcalls/custom_api/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/custom_api
  288. copying pytgcalls/custom_api/custom_api.py -> build/lib.linux-aarch64-3.10/pytgcalls/custom_api
  289. creating build/lib.linux-aarch64-3.10/pytgcalls/handlers
  290. copying pytgcalls/handlers/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/handlers
  291. copying pytgcalls/handlers/handlers_holder.py -> build/lib.linux-aarch64-3.10/pytgcalls/handlers
  292. creating build/lib.linux-aarch64-3.10/pytgcalls/media_devices
  293. copying pytgcalls/media_devices/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/media_devices
  294. copying pytgcalls/media_devices/device_info.py -> build/lib.linux-aarch64-3.10/pytgcalls/media_devices
  295. copying pytgcalls/media_devices/media_devices.py -> build/lib.linux-aarch64-3.10/pytgcalls/media_devices
  296. copying pytgcalls/media_devices/screen_info.py -> build/lib.linux-aarch64-3.10/pytgcalls/media_devices
  297. creating build/lib.linux-aarch64-3.10/pytgcalls/methods
  298. copying pytgcalls/methods/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods
  299. creating build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  300. copying pytgcalls/mtproto/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  301. copying pytgcalls/mtproto/bridged_client.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  302. copying pytgcalls/mtproto/client_cache.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  303. copying pytgcalls/mtproto/mtproto_client.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  304. copying pytgcalls/mtproto/pyrogram_client.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  305. copying pytgcalls/mtproto/telethon_client.py -> build/lib.linux-aarch64-3.10/pytgcalls/mtproto
  306. creating build/lib.linux-aarch64-3.10/pytgcalls/types
  307. copying pytgcalls/types/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  308. copying pytgcalls/types/browsers.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  309. copying pytgcalls/types/cache.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  310. copying pytgcalls/types/call_holder.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  311. copying pytgcalls/types/list.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  312. copying pytgcalls/types/object.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  313. copying pytgcalls/types/participant_list.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  314. copying pytgcalls/types/py_object.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  315. copying pytgcalls/types/session.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  316. copying pytgcalls/types/update.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  317. copying pytgcalls/types/update_solver.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  318. copying pytgcalls/types/user_agent.py -> build/lib.linux-aarch64-3.10/pytgcalls/types
  319. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  320. copying pytgcalls/methods/core/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  321. copying pytgcalls/methods/core/binding_runner.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  322. copying pytgcalls/methods/core/join_voice_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  323. copying pytgcalls/methods/core/leave_voice_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  324. copying pytgcalls/methods/core/set_video_call_status.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/core
  325. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  326. copying pytgcalls/methods/decorators/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  327. copying pytgcalls/methods/decorators/on_closed_voice_chat.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  328. copying pytgcalls/methods/decorators/on_group_call_invite.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  329. copying pytgcalls/methods/decorators/on_kicked.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  330. copying pytgcalls/methods/decorators/on_left.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  331. copying pytgcalls/methods/decorators/on_participants_change.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  332. copying pytgcalls/methods/decorators/on_raw_update.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  333. copying pytgcalls/methods/decorators/on_stream_end.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/decorators
  334. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  335. copying pytgcalls/methods/groups/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  336. copying pytgcalls/methods/groups/active_calls.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  337. copying pytgcalls/methods/groups/calls.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  338. copying pytgcalls/methods/groups/change_volume_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  339. copying pytgcalls/methods/groups/get_active_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  340. copying pytgcalls/methods/groups/get_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  341. copying pytgcalls/methods/groups/get_participants.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  342. copying pytgcalls/methods/groups/join_group_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  343. copying pytgcalls/methods/groups/leave_group_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/groups
  344. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/handlers
  345. copying pytgcalls/methods/handlers/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/handlers
  346. copying pytgcalls/methods/handlers/raw_update_handler.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/handlers
  347. copying pytgcalls/methods/handlers/stream_ended_handler.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/handlers
  348. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  349. copying pytgcalls/methods/stream/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  350. copying pytgcalls/methods/stream/change_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  351. copying pytgcalls/methods/stream/mute_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  352. copying pytgcalls/methods/stream/pause_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  353. copying pytgcalls/methods/stream/resume_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  354. copying pytgcalls/methods/stream/unmute_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/stream
  355. creating build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  356. copying pytgcalls/methods/utilities/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  357. copying pytgcalls/methods/utilities/cache_peer.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  358. copying pytgcalls/methods/utilities/get_max_voice_chat.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  359. copying pytgcalls/methods/utilities/idle.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  360. copying pytgcalls/methods/utilities/is_connected.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  361. copying pytgcalls/methods/utilities/mtproto_handler.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  362. copying pytgcalls/methods/utilities/ping.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  363. copying pytgcalls/methods/utilities/run.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  364. copying pytgcalls/methods/utilities/start.py -> build/lib.linux-aarch64-3.10/pytgcalls/methods/utilities
  365. creating build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  366. copying pytgcalls/types/groups/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  367. copying pytgcalls/types/groups/already_joined.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  368. copying pytgcalls/types/groups/error_during_join.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  369. copying pytgcalls/types/groups/group_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  370. copying pytgcalls/types/groups/group_call_participant.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  371. copying pytgcalls/types/groups/joined_group_call_participant.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  372. copying pytgcalls/types/groups/joined_voice_chat.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  373. copying pytgcalls/types/groups/left_group_call_participant.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  374. copying pytgcalls/types/groups/left_voice_chat.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  375. copying pytgcalls/types/groups/not_in_group_call.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  376. copying pytgcalls/types/groups/updated_group_call_participant.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/groups
  377. creating build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  378. copying pytgcalls/types/input_stream/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  379. copying pytgcalls/types/input_stream/audio_image_piped.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  380. copying pytgcalls/types/input_stream/audio_parameters.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  381. copying pytgcalls/types/input_stream/audio_piped.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  382. copying pytgcalls/types/input_stream/audio_video_piped.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  383. copying pytgcalls/types/input_stream/capture_audio_device.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  384. copying pytgcalls/types/input_stream/capture_av_desktop.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  385. copying pytgcalls/types/input_stream/capture_av_device_desktop.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  386. copying pytgcalls/types/input_stream/capture_video_desktop.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  387. copying pytgcalls/types/input_stream/input_audio_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  388. copying pytgcalls/types/input_stream/input_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  389. copying pytgcalls/types/input_stream/input_video_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  390. copying pytgcalls/types/input_stream/video_parameters.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  391. copying pytgcalls/types/input_stream/video_piped.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  392. copying pytgcalls/types/input_stream/video_tools.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream
  393. creating build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  394. copying pytgcalls/types/stream/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  395. copying pytgcalls/types/stream/changed_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  396. copying pytgcalls/types/stream/muted_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  397. copying pytgcalls/types/stream/paused_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  398. copying pytgcalls/types/stream/resumed_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  399. copying pytgcalls/types/stream/stream_audio_endend.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  400. copying pytgcalls/types/stream/stream_deleted.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  401. copying pytgcalls/types/stream/stream_video_endend.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  402. copying pytgcalls/types/stream/unmuted_stream.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/stream
  403. creating build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  404. copying pytgcalls/types/input_stream/quality/__init__.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  405. copying pytgcalls/types/input_stream/quality/high_quality_audio.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  406. copying pytgcalls/types/input_stream/quality/high_quality_video.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  407. copying pytgcalls/types/input_stream/quality/low_quality_audio.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  408. copying pytgcalls/types/input_stream/quality/low_quality_video.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  409. copying pytgcalls/types/input_stream/quality/medium_quality_audio.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  410. copying pytgcalls/types/input_stream/quality/medium_quality_video.py -> build/lib.linux-aarch64-3.10/pytgcalls/types/input_stream/quality
  411. running egg_info
  412. writing py_tgcalls.egg-info/PKG-INFO
  413. writing dependency_links to py_tgcalls.egg-info/dependency_links.txt
  414. writing requirements to py_tgcalls.egg-info/requires.txt
  415. writing top-level names to py_tgcalls.egg-info/top_level.txt
  416. reading manifest file 'py_tgcalls.egg-info/SOURCES.txt'
  417. adding license file 'LICENSE'
  418. writing manifest file 'py_tgcalls.egg-info/SOURCES.txt'
  419. running build_ext
  420.  
  421. > wrtc@0.4.7 install
  422. > node scripts/download-prebuilt.js
  423.  
  424. node-pre-gyp info it worked if it ends with ok
  425. node-pre-gyp info using node-pre-gyp@1.0.9
  426. node-pre-gyp info using node@17.8.0 | android | arm64
  427. node-pre-gyp info check checked for "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/build/temp.linux-aarch64-3.10/node_modules/wrtc/build/Release/wrtc.node" (not found)
  428. node-pre-gyp http GET https://node-webrtc.s3.amazonaws.com/wrtc/v0.4.7/Release/android-arm64.tar.gz
  429. node-pre-gyp ERR! install response status 404 Not Found on https://node-webrtc.s3.amazonaws.com/wrtc/v0.4.7/Release/android-arm64.tar.gz
  430. node-pre-gyp ERR! install error
  431. node-pre-gyp ERR! stack Error: response status 404 Not Found on https://node-webrtc.s3.amazonaws.com/wrtc/v0.4.7/Release/android-arm64.tar.gz
  432. node-pre-gyp ERR! stack at /data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/build/temp.linux-aarch64-3.10/node_modules/@mapbox/node-pre-gyp/lib/install.js:67:15
  433. node-pre-gyp ERR! stack at processTicksAndRejections (node:internal/process/task_queues:96:5)
  434. node-pre-gyp ERR! System Linux 4.14.116
  435. node-pre-gyp ERR! command "/data/data/com.termux/files/usr/bin/node" "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/build/temp.linux-aarch64-3.10/node_modules/.bin/node-pre-gyp" "install"
  436. node-pre-gyp ERR! cwd /data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/build/temp.linux-aarch64-3.10/node_modules/wrtc
  437. node-pre-gyp ERR! node -v v17.8.0
  438. node-pre-gyp ERR! node-pre-gyp -v v1.0.9
  439. node-pre-gyp ERR! not ok
  440. response status 404 Not Found on https://node-webrtc.s3.amazonaws.com/wrtc/v0.4.7/Release/android-arm64.tar.gz
  441. npm ERR! code 1
  442. npm ERR! path /data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/build/temp.linux-aarch64-3.10/node_modules/wrtc
  443. npm ERR! command failed
  444. npm ERR! command sh -c node scripts/download-prebuilt.js
  445.  
  446. npm ERR! A complete log of this run can be found in:
  447. npm ERR! /data/data/com.termux/files/home/.npm/_logs/2022-04-05T13_58_55_474Z-debug-0.log
  448. Traceback (most recent call last):
  449. File "<string>", line 2, in <module>
  450. File "<pip-setuptools-caller>", line 34, in <module>
  451. File "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/setup.py", line 121, in <module>
  452. setup(
  453. File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 153, in setup
  454. return distutils.core.setup(**attrs)
  455. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/core.py", line 148, in setup
  456. dist.run_commands()
  457. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/dist.py", line 966, in run_commands
  458. self.run_command(cmd)
  459. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
  460. cmd_obj.run()
  461. File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/setuptools/command/install.py", line 61, in run
  462. return orig.install.run(self)
  463. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/command/install.py", line 568, in run
  464. self.run_command('build')
  465. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/cmd.py", line 313, in run_command
  466. self.distribution.run_command(command)
  467. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
  468. cmd_obj.run()
  469. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/command/build.py", line 135, in run
  470. self.run_command(cmd_name)
  471. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/cmd.py", line 313, in run_command
  472. self.distribution.run_command(command)
  473. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/dist.py", line 985, in run_command
  474. cmd_obj.run()
  475. File "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/setup.py", line 99, in run
  476. super().run()
  477. File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/setuptools/command/build_ext.py", line 79, in run
  478. _build_ext.run(self)
  479. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/command/build_ext.py", line 340, in run
  480. self.build_extensions()
  481. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/command/build_ext.py", line 449, in build_extensions
  482. self._build_extensions_serial()
  483. File "/data/data/com.termux/files/usr/lib/python3.10/distutils/command/build_ext.py", line 474, in _build_extensions_serial
  484. self.build_extension(ext)
  485. File "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/setup.py", line 115, in build_extension
  486. sh.run_installation()
  487. File "/data/data/com.termux/files/usr/tmp/pip-req-build-p_2hogqg/setup.py", line 82, in run_installation
  488. subprocess.check_call(
  489. File "/data/data/com.termux/files/usr/lib/python3.10/subprocess.py", line 369, in check_call
  490. raise CalledProcessError(retcode, cmd)
  491. subprocess.CalledProcessError: Command 'npm install .' returned non-zero exit status 1.
  492. [end of output]
  493.  
  494. note: This error originates from a subprocess, and is likely not a problem with pip.
  495. WARNING: No metadata found in /data/data/com.termux/files/usr/lib/python3.10/site-packages
  496. Rolling back uninstall of py-tgcalls
  497. Moving to /data/data/com.termux/files/usr/lib/python3.10/site-packages/py_tgcalls-0.6.0.dist-info/
  498. from /data/data/com.termux/files/usr/lib/python3.10/site-packages/~y_tgcalls-0.6.0.dist-info
  499. Moving to /data/data/com.termux/files/usr/lib/python3.10/site-packages/pytgcalls/
  500. from /data/data/com.termux/files/usr/lib/python3.10/site-packages/~ytgcalls
  501. error: legacy-install-failure
  502.  
  503. × Encountered error while trying to install package.
  504. ╰─> py-tgcalls
  505.  
  506. note: This is an issue with the package mentioned above, not pip.
  507. hint: See above for output from the failure.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement