Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pip3 install pytgvoip
- Collecting pytgvoip
- Using cached https://files.pythonhosted.org/packages/dc/00/23d27c9ed17cce94b07852a8896be145c1e9dcb62cdd7353897c28491c0a/pytgvoip-0.0.7.1.tar.gz
- Building wheels for collected packages: pytgvoip
- Running setup.py bdist_wheel for pytgvoip ... error
- 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:
- /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
- warnings.warn(msg)
- /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'python_required'
- warnings.warn(msg)
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.6
- creating build/lib.linux-x86_64-3.6/tgvoip
- copying src/tgvoip/tgvoip.py -> build/lib.linux-x86_64-3.6/tgvoip
- copying src/tgvoip/utils.py -> build/lib.linux-x86_64-3.6/tgvoip
- copying src/tgvoip/__init__.py -> build/lib.linux-x86_64-3.6/tgvoip
- running build_ext
- -- The C compiler identification is GNU 8.4.0
- -- The CXX compiler identification is unknown
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- CMake Error at CMakeLists.txt:21 (project):
- No CMAKE_CXX_COMPILER could be found.
- Tell CMake where to find the compiler by setting either the environment
- variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
- to the compiler, or to the compiler name if it is in the PATH.
- -- Configuring incomplete, errors occurred!
- See also "/tmp/pip-build-8dqvkyps/pytgvoip/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeOutput.log".
- See also "/tmp/pip-build-8dqvkyps/pytgvoip/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeError.log".
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 149, in <module>
- 'Topic :: Software Development :: Libraries :: Python Modules',
- File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 129, in setup
- return distutils.core.setup(**attrs)
- File "/usr/lib/python3.6/distutils/core.py", line 148, in setup
- dist.run_commands()
- File "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands
- self.run_command(cmd)
- File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
- cmd_obj.run()
- File "/usr/local/lib/python3.6/dist-packages/wheel/bdist_wheel.py", line 223, in run
- self.run_command('build')
- File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
- cmd_obj.run()
- File "/usr/lib/python3.6/distutils/command/build.py", line 135, in run
- self.run_command(cmd_name)
- File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
- cmd_obj.run()
- File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 64, in run
- self.build_extension(ext)
- File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 90, in build_extension
- subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
- File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
- 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.
- ----------------------------------------
- Failed building wheel for pytgvoip
- Running setup.py clean for pytgvoip
- Failed to build pytgvoip
- Installing collected packages: pytgvoip
- Running setup.py install for pytgvoip ... error
- 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:
- /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
- warnings.warn(msg)
- /usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'python_required'
- warnings.warn(msg)
- running install
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.6
- creating build/lib.linux-x86_64-3.6/tgvoip copying src/tgvoip/tgvoip.py -> build/lib.linux-x86_64-3.6/tgvoip
- copying src/tgvoip/utils.py -> build/lib.linux-x86_64-3.6/tgvoip
- copying src/tgvoip/__init__.py -> build/lib.linux-x86_64-3.6/tgvoip
- running build_ext
- -- The C compiler identification is GNU 8.4.0
- -- The CXX compiler identification is unknown
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- CMake Error at CMakeLists.txt:21 (project):
- No CMAKE_CXX_COMPILER could be found.
- Tell CMake where to find the compiler by setting either the environment
- variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
- to the compiler, or to the compiler name if it is in the PATH.
- -- Configuring incomplete, errors occurred!
- See also "/tmp/pip-build-8dqvkyps/pytgvoip/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeOutput.log".
- See also "/tmp/pip-build-8dqvkyps/pytgvoip/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeError.log".
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 149, in <module>
- 'Topic :: Software Development :: Libraries :: Python Modules',
- File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 129, in setup
- return distutils.core.setup(**attrs)
- File "/usr/lib/python3.6/distutils/core.py", line 148, in setup
- dist.run_commands()
- File "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands
- self.run_command(cmd)
- File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
- cmd_obj.run()
- File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 61, in run
- return orig.install.run(self)
- File "/usr/lib/python3.6/distutils/command/install.py", line 589, in run
- self.run_command('build')
- File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command) File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
- cmd_obj.run()
- File "/usr/lib/python3.6/distutils/command/build.py", line 135, in run
- self.run_command(cmd_name)
- File "/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
- self.distribution.run_command(command) File "/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
- cmd_obj.run()
- File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 64, in run
- self.build_extension(ext)
- File "/tmp/pip-build-8dqvkyps/pytgvoip/setup.py", line 90, in build_extension
- subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
- File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
- 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.
- ----------------------------------------
- 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