Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 14.15 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-aco8zzwj/setup.py'"'"'; __file__='"'"'/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/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-41hs4wo6 --python-tag cp37
  7.        cwd: /private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/
  8.   Complete output (71 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 /usr/local/Cellar/cmake/3.16.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
  39.     Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
  40.     system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR)
  41.   Call Stack (most recent call first):
  42.     /usr/local/Cellar/cmake/3.16.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
  43.     /usr/local/Cellar/cmake/3.16.2/share/cmake/Modules/FindOpenSSL.cmake:449 (find_package_handle_standard_args)
  44.     cmake/external/openssl/CMakeLists.txt:11 (find_package)
  45.  
  46.  
  47.   -- Configuring incomplete, errors occurred!
  48.   See also "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/build/temp.macosx-10.15-x86_64-3.7/CMakeFiles/CMakeOutput.log".
  49.   Traceback (most recent call last):
  50.     File "<string>", line 1, in <module>
  51.     File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/setup.py", line 161, in <module>
  52.       'Topic :: Software Development :: Libraries :: Python Modules',
  53.     File "/usr/local/lib/python3.7/site-packages/setuptools/__init__.py", line 145, in setup
  54.       return distutils.core.setup(**attrs)
  55.     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
  56.       dist.run_commands()
  57.     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
  58.       self.run_command(cmd)
  59.     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
  60.       cmd_obj.run()
  61.     File "/usr/local/lib/python3.7/site-packages/wheel/bdist_wheel.py", line 192, in run
  62.       self.run_command('build')
  63.     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
  64.       self.distribution.run_command(command)
  65.     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
  66.       cmd_obj.run()
  67.     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
  68.       self.run_command(cmd_name)
  69.     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
  70.       self.distribution.run_command(command)
  71.     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
  72.       cmd_obj.run()
  73.     File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/setup.py", line 69, in run
  74.       self.build_extension(ext)
  75.     File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/setup.py", line 93, in build_extension
  76.       subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
  77.     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
  78.       raise CalledProcessError(retcode, cmd)
  79.   subprocess.CalledProcessError: Command '['cmake', '/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/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.
  80.   ----------------------------------------
  81.   ERROR: Failed building wheel for pytgvoip
  82.   Running setup.py clean for pytgvoip
  83. Failed to build pytgvoip
  84. Installing collected packages: pytgvoip
  85.   Found existing installation: pytgvoip 0.0.2.7.1
  86.     Uninstalling pytgvoip-0.0.2.7.1:
  87.       Successfully uninstalled pytgvoip-0.0.2.7.1
  88.     Running setup.py install for pytgvoip ... error
  89.     ERROR: Command errored out with exit status 1:
  90.      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-aco8zzwj/setup.py'"'"'; __file__='"'"'/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/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-g60ts0d8/install-record.txt --single-version-externally-managed --compile
  91.          cwd: /private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/
  92.     Complete output (73 lines):
  93.     /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'
  94.       warnings.warn(msg)
  95.     running install
  96.     running build
  97.     running build_py
  98.     creating build
  99.     creating build/lib.macosx-10.15-x86_64-3.7
  100.     creating build/lib.macosx-10.15-x86_64-3.7/tgvoip
  101.     copying src/tgvoip/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/tgvoip
  102.     copying src/tgvoip/utils.py -> build/lib.macosx-10.15-x86_64-3.7/tgvoip
  103.     copying src/tgvoip/tgvoip.py -> build/lib.macosx-10.15-x86_64-3.7/tgvoip
  104.     running build_ext
  105.     -- The C compiler identification is AppleClang 11.0.0.11000033
  106.     -- The CXX compiler identification is AppleClang 11.0.0.11000033
  107.     -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
  108.     -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
  109.     -- Detecting C compiler ABI info
  110.     -- Detecting C compiler ABI info - done
  111.     -- Detecting C compile features
  112.     -- Detecting C compile features - done
  113.     -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
  114.     -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
  115.     -- Detecting CXX compiler ABI info
  116.     -- Detecting CXX compiler ABI info - done
  117.     -- Detecting CXX compile features
  118.     -- Detecting CXX compile features - done
  119.     -- Found PythonInterp: /usr/local/opt/python/bin/python3.7 (found version "3.7.6")
  120.     -- Found PythonLibs: /usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7m.dylib
  121.     -- pybind11 v2.3.dev0
  122.     CMake Error at /usr/local/Cellar/cmake/3.16.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
  123.       Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
  124.       system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR)
  125.     Call Stack (most recent call first):
  126.       /usr/local/Cellar/cmake/3.16.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
  127.       /usr/local/Cellar/cmake/3.16.2/share/cmake/Modules/FindOpenSSL.cmake:449 (find_package_handle_standard_args)
  128.       cmake/external/openssl/CMakeLists.txt:11 (find_package)
  129.    
  130.    
  131.     -- Configuring incomplete, errors occurred!
  132.     See also "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/build/temp.macosx-10.15-x86_64-3.7/CMakeFiles/CMakeOutput.log".
  133.     Traceback (most recent call last):
  134.       File "<string>", line 1, in <module>
  135.       File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/setup.py", line 161, in <module>
  136.         'Topic :: Software Development :: Libraries :: Python Modules',
  137.       File "/usr/local/lib/python3.7/site-packages/setuptools/__init__.py", line 145, in setup
  138.         return distutils.core.setup(**attrs)
  139.       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
  140.         dist.run_commands()
  141.       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
  142.         self.run_command(cmd)
  143.       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
  144.         cmd_obj.run()
  145.       File "/usr/local/lib/python3.7/site-packages/setuptools/command/install.py", line 61, in run
  146.         return orig.install.run(self)
  147.       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
  148.         self.run_command('build')
  149.       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
  150.         self.distribution.run_command(command)
  151.       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
  152.         cmd_obj.run()
  153.       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
  154.         self.run_command(cmd_name)
  155.       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
  156.         self.distribution.run_command(command)
  157.       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
  158.         cmd_obj.run()
  159.       File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/setup.py", line 69, in run
  160.         self.build_extension(ext)
  161.       File "/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/setup.py", line 93, in build_extension
  162.         subprocess.check_call(['cmake', ext.sourcedir] + cmake_args, cwd=self.build_temp, env=env)
  163.       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
  164.         raise CalledProcessError(retcode, cmd)
  165.     subprocess.CalledProcessError: Command '['cmake', '/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/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.
  166.     ----------------------------------------
  167.   Rolling back uninstall of pytgvoip
  168.   Moving to /usr/local/lib/python3.7/site-packages/_tgvoip.cpython-37m-darwin.so
  169.    from /private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-uninstall-7nyhffbd/_tgvoip.cpython-37m-darwin.so
  170.   Moving to /usr/local/lib/python3.7/site-packages/pytgvoip-0.0.2.7.1.dist-info/
  171.    from /usr/local/lib/python3.7/site-packages/~ytgvoip-0.0.2.7.1.dist-info
  172.   Moving to /usr/local/lib/python3.7/site-packages/tgvoip/
  173.    from /usr/local/lib/python3.7/site-packages/~gvoip
  174. 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-aco8zzwj/setup.py'"'"'; __file__='"'"'/private/var/folders/r5/z36_qjkj0js11hnjz7xfyb9h0000gn/T/pip-req-build-aco8zzwj/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-g60ts0d8/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