Advertisement
2Qwentor

Untitled

Jul 20th, 2020
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.83 KB | None | 0 0
  1. pip3 install pytgvoip
  2. Collecting pytgvoip
  3. Using cached https://files.pythonhosted.org/packages/dc/00/23d27c9ed17cce94b07852a8896be145c1e9dcb62cdd7353897c28491c0a/pytgvoip-0.0.7.1.tar.gz
  4. Building wheels for collected packages: pytgvoip
  5. Running setup.py bdist_wheel for pytgvoip ... error
  6. Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-8dqvkyps/pytgvoip/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpckx13uutpip-wheel- --python-tag cp36:
  7. /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
  8. warnings.warn(msg)
  9. /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'python_required'
  10. warnings.warn(msg)
  11. running bdist_wheel
  12. running build
  13. running build_py
  14. creating build
  15. creating build/lib.linux-x86_64-3.6
  16. creating build/lib.linux-x86_64-3.6/tgvoip
  17. copying src/tgvoip/tgvoip.py -> build/lib.linux-x86_64-3.6/tgvoip
  18. copying src/tgvoip/utils.py -> build/lib.linux-x86_64-3.6/tgvoip
  19. copying src/tgvoip/__init__.py -> build/lib.linux-x86_64-3.6/tgvoip
  20. running build_ext
  21. -- The C compiler identification is GNU 8.4.0
  22. -- The CXX compiler identification is unknown
  23. -- Detecting C compiler ABI info
  24. -- Detecting C compiler ABI info - done
  25. -- Check for working C compiler: /usr/bin/cc - skipped
  26. -- Detecting C compile features
  27. -- Detecting C compile features - done
  28. CMake Error at CMakeLists.txt:21 (project):
  29. No CMAKE_CXX_COMPILER could be found.
  30.  
  31. Tell CMake where to find the compiler by setting either the environment
  32. variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  33. to the compiler, or to the compiler name if it is in the PATH.
  34.  
  35.  
  36. -- Configuring incomplete, errors occurred!
  37. See also "/tmp/pip-build-8dqvkyps/pytgvoip/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeOutput.log".
  38. See also "/tmp/pip-build-8dqvkyps/pytgvoip/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeError.log".
  39. Traceback (most recent call last):
  40. File "<string>", line 1, in <module>
  41. File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 149, in <module>
  42. 'Topic :: Software Development :: Libraries :: Python Modules',
  43. File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 129, in setup
  44. return distutils.core.setup(**attrs)
  45. File "/usr/lib/python3.6/distutils/core.py", line 148, in setup
  46. dist.run_commands()
  47. File "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands
  48. self.run_command(cmd)
  49. File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
  50. cmd_obj.run()
  51. File "/usr/local/lib/python3.6/dist-packages/wheel/bdist_wheel.py", line 223, in run
  52. self.run_command('build')
  53. File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
  54. self.distribution.run_command(command)
  55. File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
  56. cmd_obj.run()
  57. File "/usr/lib/python3.6/distutils/command/build.py", line 135, in run
  58. self.run_command(cmd_name)
  59. File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
  60. self.distribution.run_command(command)
  61. File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
  62. cmd_obj.run()
  63. File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 64, in run
  64. self.build_extension(ext)
  65. File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 90, in build_extension
  66. subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
  67. File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
  68. raise CalledProcessError(retcode, cmd)
  69. subprocess.CalledProcessError: Command '['cmake', '/tmp/pip-build-8dqvkyps/pytgvoip', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/tmp/pip-build-8dqvkyps/pytgvoip/build/lib.linux-x86_64-3.6', '-DPYTHON_EXECUTABLE=/usr/bin/python3', '-DCMAKE_BUILD_TYPE=Release']' returned non-zero exit status 1.
  70.  
  71. ----------------------------------------
  72. Failed building wheel for pytgvoip
  73. Running setup.py clean for pytgvoip
  74. Failed to build pytgvoip
  75. Installing collected packages: pytgvoip
  76. Running setup.py install for pytgvoip ... error
  77. Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-8dqvkyps/pytgvoip/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-k9y3jht6-record/install-record.txt --single-version-externally-managed --compile:
  78. /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
  79. warnings.warn(msg)
  80. /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'python_required'
  81. warnings.warn(msg)
  82. running install
  83. running build
  84. running build_py
  85. creating build
  86. creating build/lib.linux-x86_64-3.6
  87. creating build/lib.linux-x86_64-3.6/tgvoip copying src/tgvoip/tgvoip.py -> build/lib.linux-x86_64-3.6/tgvoip
  88. copying src/tgvoip/utils.py -> build/lib.linux-x86_64-3.6/tgvoip
  89. copying src/tgvoip/__init__.py -> build/lib.linux-x86_64-3.6/tgvoip
  90. running build_ext
  91. -- The C compiler identification is GNU 8.4.0
  92. -- The CXX compiler identification is unknown
  93. -- Detecting C compiler ABI info
  94. -- Detecting C compiler ABI info - done
  95. -- Check for working C compiler: /usr/bin/cc - skipped
  96. -- Detecting C compile features
  97. -- Detecting C compile features - done
  98. CMake Error at CMakeLists.txt:21 (project):
  99. No CMAKE_CXX_COMPILER could be found.
  100.  
  101. Tell CMake where to find the compiler by setting either the environment
  102. variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  103. to the compiler, or to the compiler name if it is in the PATH.
  104.  
  105.  
  106. -- Configuring incomplete, errors occurred!
  107. See also "/tmp/pip-build-8dqvkyps/pytgvoip/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeOutput.log".
  108. See also "/tmp/pip-build-8dqvkyps/pytgvoip/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeError.log".
  109. Traceback (most recent call last):
  110. File "<string>", line 1, in <module>
  111. File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 149, in <module>
  112. 'Topic :: Software Development :: Libraries :: Python Modules',
  113. File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 129, in setup
  114. return distutils.core.setup(**attrs)
  115. File "/usr/lib/python3.6/distutils/core.py", line 148, in setup
  116. dist.run_commands()
  117. File "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands
  118. self.run_command(cmd)
  119. File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
  120. cmd_obj.run()
  121. File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 61, in run
  122. return orig.install.run(self)
  123. File "/usr/lib/python3.6/distutils/command/install.py", line 589, in run
  124. self.run_command('build')
  125. File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
  126. self.distribution.run_command(command) File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
  127. cmd_obj.run()
  128. File "/usr/lib/python3.6/distutils/command/build.py", line 135, in run
  129. self.run_command(cmd_name)
  130. File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
  131. self.distribution.run_command(command) File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
  132. cmd_obj.run()
  133. File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 64, in run
  134. self.build_extension(ext)
  135. File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 90, in build_extension
  136. subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
  137. File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
  138. raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '/tmp/pip-build-8dqvkyps/pytgvoip', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/tmp/pip-build-8dqvkyps/pytgvoip/build/lib.linux-x86_64-3.6', '-DPYTHON_EXECUTABLE=/usr/bin/python3', '-DCMAKE_BUILD_TYPE=Release']' returned non-zero exit status 1.
  139.  
  140. ----------------------------------------
  141. Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-8dqvkyps/pytgvoip/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-k9y3jht6-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-8dqvkyps/pytgvoip/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement