ERROR: Command errored out with exit status 1:
command: /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /private/var/folders/fr/tw__s5mn6vz8sfxblcdqf2fm0000gn/T/pip-build-env-p4mthr6v/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel cmake>=3.12
cwd: None
Complete output (58 lines):
Collecting setuptools
Downloading setuptools-67.7.2-py3-none-any.whl (1.1 MB)
Collecting wheel
Using cached wheel-0.40.0-py3-none-any.whl (64 kB)
Collecting cmake>=3.12
Downloading cmake-3.26.3.tar.gz (35 kB)
Installing build dependencies: started
Installing build dependencies: finished with status done
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status done
Preparing wheel metadata: started
Preparing wheel metadata: finished with status done
Building wheels for collected packages: cmake
Building wheel for cmake (PEP 517): started
Building wheel for cmake (PEP 517): finished with status error
ERROR: Command errored out with exit status 1:
command: /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /var/folders/fr/tw__s5mn6vz8sfxblcdqf2fm0000gn/T/tmpcjphaqge
cwd: /private/var/folders/fr/tw__s5mn6vz8sfxblcdqf2fm0000gn/T/pip-install-kcqqzv24/cmake
Complete output (33 lines):
Traceback (most recent call last):
File /private/var/folders/fr/tw__s5mn6vz8sfxblcdqf2fm0000gn/T/pip-build-env-felx7i83/overlay/lib/python3.8/site-packages/skbuild/setuptools_wrap.py, line 645, in setup
cmkr = cmaker.CMaker(cmake_executable)
File /private/var/folders/fr/tw__s5mn6vz8sfxblcdqf2fm0000gn/T/pip-build-env-felx7i83/overlay/lib/python3.8/site-packages/skbuild/cmaker.py, line 148, in __init__
self.cmake_version = get_cmake_version(self.cmake_executable)
File /private/var/folders/fr/tw__s5mn6vz8sfxblcdqf2fm0000gn/T/pip-build-env-felx7i83/overlay/lib/python3.8/site-packages/skbuild/cmaker.py, line 105, in get_cmake_version
raise SKBuildError(msg) from err
=============================DEBUG ASSISTANCE=============================
If you are seeing a compilation error please try the following steps to
successfully install cmake:
1) Upgrade to the latest pip and try again. This will fix errors for most
users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2) If on Linux, with glibc 2.12, you can set PIP_ONLY_BINARY=cmake in
order to retrieve the last manylinux1 compatible wheel.
3) If on Linux, with glibc 2.12, you can cap cmake3.23 in your
requirements in order to retrieve the last manylinux1 compatible wheel.
4) Open an issue with the debug information that follows at
https://github.com/scikit-build/cmake-python-distributions/issues
Python: 3.8.9
platform: macOS-11.7.1-x86_64-i386-64bit
macos: 11.7.1
machine: x86_64
bits: 64
pip: 20.2.3
setuptools: 49.2.1
scikit-build: 0.17.2
PEP517_BUILD_BACKEND=setuptools.build_meta
=============================DEBUG ASSISTANCE=============================
Problem with the CMake installation, aborting build. CMake executable is cmake
----------------------------------------
ERROR: Failed building wheel for cmake
Failed to build cmake
ERROR: Could not build wheels for cmake which use PEP 517 and cannot be installed directly
WARNING: You are using pip version 20.2.3; however, version 23.1.1 is available.
You should consider upgrading via the /Applications/Xcode.app/Contents/Developer/usr/bin/python3 -m pip install --upgrade pip command.
----------------------------------------
ERROR: Command errored out with exit status 1: /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /private/var/folders/fr/tw__s5mn6vz8sfxblcdqf2fm0000gn/T/pip-build-env-p4mthr6v/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel cmake>=3.12 Check the logs for full command output.
WARNING: You are using pip version 20.2.3; however, version 23.1.1 is available.
You should consider upgrading via the /Applications/Xcode.app/Contents/Developer/usr/bin/python3 -m pip install --upgrade pip command.
Traceback (most recent call last):
File /Applications/kdenlive.app/Contents/Resources/scripts/checkpackages.py, line 50, in <module>
subprocess.check_call([python, -m, pip, install, *missing], stdout=subprocess.DEVNULL)
File /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/subprocess.py, line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command [/Applications/Xcode.app/Contents/Developer/usr/bin/python3, -m, pip, install, opentimelineio] returned non-zero exit status 1.
</module>
Created on April 24, 2023 21:03:09
by
Anonymous Coward