Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 13.43 KB | None | 0 0
  1. ➜  Downloads pip3 install pytgvoip-0.0.3.tar.gz
  2. Processing ./pytgvoip-0.0.3.tar.gz
  3. Building wheels for collected packages: pytgvoip
  4.   Building wheel for pytgvoip (setup.py) ... error
  5.   ERROR: Command errored out with exit status 1:
  6.    command: /usr/local/opt/python/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/setup.py'"'"'; __file__='"'"'/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/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 /private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-wheel-v05vl6c4 --python-tag cp37
  7.        cwd: /private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/
  8.   Complete output (69 lines):
  9.   /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py:274: 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.macosx-10.15-x86_64-3.7
  16.   creating build/lib.macosx-10.15-x86_64-3.7/tgvoip
  17.   copying src/tgvoip/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/tgvoip
  18.   copying src/tgvoip/utils.py -> build/lib.macosx-10.15-x86_64-3.7/tgvoip
  19.   copying src/tgvoip/tgvoip.py -> build/lib.macosx-10.15-x86_64-3.7/tgvoip
  20.   running build_ext
  21.   -- The C compiler identification is AppleClang 11.0.0.11000033
  22.   -- The CXX compiler identification is AppleClang 11.0.0.11000033
  23.   -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
  24.   -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
  25.   -- Detecting C compiler ABI info
  26.   -- Detecting C compiler ABI info - done
  27.   -- Detecting C compile features
  28.   -- Detecting C compile features - done
  29.   -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
  30.   -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
  31.   -- Detecting CXX compiler ABI info
  32.   -- Detecting CXX compiler ABI info - done
  33.   -- Detecting CXX compile features
  34.   -- Detecting CXX compile features - done
  35.   -- Found PythonInterp: /usr/local/opt/python/bin/python3.7 (found version "3.7.6")
  36.   -- Found PythonLibs: /usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7m.dylib
  37.   -- pybind11 v2.3.dev0
  38.   CMake Error at cmake/options_mac.cmake:43 (target_link_frameworks):
  39.     Unknown CMake command "target_link_frameworks".
  40.   Call Stack (most recent call first):
  41.     cmake/options.cmake:39 (include)
  42.     CMakeLists.txt:40 (include)
  43.  
  44.  
  45.   -- Configuring incomplete, errors occurred!
  46.   See also "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/build/temp.macosx-10.15-x86_64-3.7/CMakeFiles/CMakeOutput.log".
  47.   Traceback (most recent call last):
  48.     File "<string>", line 1, in <module>
  49.     File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/setup.py", line 161, in <module>
  50.       'Topic :: Software Development :: Libraries :: Python Modules',
  51.     File "/usr/local/lib/python3.7/site-packages/setuptools/__init__.py", line 145, in setup
  52.       return distutils.core.setup(**attrs)
  53.     File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/core.py", line 148, in setup
  54.       dist.run_commands()
  55.     File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 966, in run_commands
  56.       self.run_command(cmd)
  57.     File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
  58.       cmd_obj.run()
  59.     File "/usr/local/lib/python3.7/site-packages/wheel/bdist_wheel.py", line 192, in run
  60.       self.run_command('build')
  61.     File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/cmd.py", line 313, in run_command
  62.       self.distribution.run_command(command)
  63.     File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
  64.       cmd_obj.run()
  65.     File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/build.py", line 135, in run
  66.       self.run_command(cmd_name)
  67.     File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/cmd.py", line 313, in run_command
  68.       self.distribution.run_command(command)
  69.     File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
  70.       cmd_obj.run()
  71.     File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/setup.py", line 69, in run
  72.       self.build_extension(ext)
  73.     File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/setup.py", line 93, in build_extension
  74.       subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
  75.     File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 363, in check_call
  76.       raise CalledProcessError(retcode, cmd)
  77.   subprocess.CalledProcessError: Command '['cmake', '/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/build/lib.macosx-10.15-x86_64-3.7', '-DPYTHON_EXECUTABLE=/usr/local/opt/python/bin/python3.7', '-DCMAKE_BUILD_TYPE=Release']' returned non-zero exit status 1.
  78.   ----------------------------------------
  79.   ERROR: Failed building wheel for pytgvoip
  80.   Running setup.py clean for pytgvoip
  81. Failed to build pytgvoip
  82. Installing collected packages: pytgvoip
  83.   Found existing installation: pytgvoip 0.0.2.7.1
  84.     Uninstalling pytgvoip-0.0.2.7.1:
  85.       Successfully uninstalled pytgvoip-0.0.2.7.1
  86.     Running setup.py install for pytgvoip ... error
  87.     ERROR: Command errored out with exit status 1:
  88.      command: /usr/local/opt/python/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/setup.py'"'"'; __file__='"'"'/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-record-_i_1p1aa/install-record.txt --single-version-externally-managed --compile
  89.          cwd: /private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/
  90.     Complete output (71 lines):
  91.     /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_required'
  92.       warnings.warn(msg)
  93.     running install
  94.     running build
  95.     running build_py
  96.     creating build
  97.     creating build/lib.macosx-10.15-x86_64-3.7
  98.     creating build/lib.macosx-10.15-x86_64-3.7/tgvoip
  99.     copying src/tgvoip/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/tgvoip
  100.     copying src/tgvoip/utils.py -> build/lib.macosx-10.15-x86_64-3.7/tgvoip
  101.     copying src/tgvoip/tgvoip.py -> build/lib.macosx-10.15-x86_64-3.7/tgvoip
  102.     running build_ext
  103.     -- The C compiler identification is AppleClang 11.0.0.11000033
  104.     -- The CXX compiler identification is AppleClang 11.0.0.11000033
  105.     -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
  106.     -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
  107.     -- Detecting C compiler ABI info
  108.     -- Detecting C compiler ABI info - done
  109.     -- Detecting C compile features
  110.     -- Detecting C compile features - done
  111.     -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
  112.     -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
  113.     -- Detecting CXX compiler ABI info
  114.     -- Detecting CXX compiler ABI info - done
  115.     -- Detecting CXX compile features
  116.     -- Detecting CXX compile features - done
  117.     -- Found PythonInterp: /usr/local/opt/python/bin/python3.7 (found version "3.7.6")
  118.     -- Found PythonLibs: /usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7m.dylib
  119.     -- pybind11 v2.3.dev0
  120.     CMake Error at cmake/options_mac.cmake:43 (target_link_frameworks):
  121.       Unknown CMake command "target_link_frameworks".
  122.     Call Stack (most recent call first):
  123.       cmake/options.cmake:39 (include)
  124.       CMakeLists.txt:40 (include)
  125.    
  126.    
  127.     -- Configuring incomplete, errors occurred!
  128.     See also "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/build/temp.macosx-10.15-x86_64-3.7/CMakeFiles/CMakeOutput.log".
  129.     Traceback (most recent call last):
  130.       File "<string>", line 1, in <module>
  131.       File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/setup.py", line 161, in <module>
  132.         'Topic :: Software Development :: Libraries :: Python Modules',
  133.       File "/usr/local/lib/python3.7/site-packages/setuptools/__init__.py", line 145, in setup
  134.         return distutils.core.setup(**attrs)
  135.       File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/core.py", line 148, in setup
  136.         dist.run_commands()
  137.       File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 966, in run_commands
  138.         self.run_command(cmd)
  139.       File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
  140.         cmd_obj.run()
  141.       File "/usr/local/lib/python3.7/site-packages/setuptools/command/install.py", line 61, in run
  142.         return orig.install.run(self)
  143.       File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/install.py", line 545, in run
  144.         self.run_command('build')
  145.       File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/cmd.py", line 313, in run_command
  146.         self.distribution.run_command(command)
  147.       File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
  148.         cmd_obj.run()
  149.       File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/command/build.py", line 135, in run
  150.         self.run_command(cmd_name)
  151.       File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/cmd.py", line 313, in run_command
  152.         self.distribution.run_command(command)
  153.       File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
  154.         cmd_obj.run()
  155.       File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/setup.py", line 69, in run
  156.         self.build_extension(ext)
  157.       File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/setup.py", line 93, in build_extension
  158.         subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
  159.       File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 363, in check_call
  160.         raise CalledProcessError(retcode, cmd)
  161.     subprocess.CalledProcessError: Command '['cmake', '/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/build/lib.macosx-10.15-x86_64-3.7', '-DPYTHON_EXECUTABLE=/usr/local/opt/python/bin/python3.7', '-DCMAKE_BUILD_TYPE=Release']' returned non-zero exit status 1.
  162.     ----------------------------------------
  163.   Rolling back uninstall of pytgvoip
  164.   Moving to /usr/local/lib/python3.7/site-packages/_tgvoip.cpython-37m-darwin.so
  165.    from /private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-uninstall-lktq7tkb/_tgvoip.cpython-37m-darwin.so
  166.   Moving to /usr/local/lib/python3.7/site-packages/pytgvoip-0.0.2.7.1.dist-info/
  167.    from /usr/local/lib/python3.7/site-packages/~ytgvoip-0.0.2.7.1.dist-info
  168.   Moving to /usr/local/lib/python3.7/site-packages/tgvoip/
  169.    from /usr/local/lib/python3.7/site-packages/~gvoip
  170. ERROR: Command errored out with exit status 1: /usr/local/opt/python/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/setup.py'"'"'; __file__='"'"'/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-ovij4wxo/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-record-_i_1p1aa/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement