sudo pip3 --no-cache-dir install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

[ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerKCF.cpp.o
[ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerMIL_legacy.cpp.o
[ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerMedianFlow.cpp.o
[ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerSampler.cpp.o
[ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerSamplerAlgorithm.cpp.o
[ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerStateEstimator.cpp.o
[ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tracking_by_matching.cpp.o
[ 98%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tracking_utils.cpp.o
[ 98%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/unscented_kalman.cpp.o
[ 98%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/opencl_kernels_tracking.cpp.o
[ 98%] Linking CXX static library …/…/lib/libopencv_tracking.a
[ 98%] Built target opencv_tracking
[ 98%] Building CXX object modules/stereo/CMakeFiles/opencv_stereo.dir/src/descriptor.cpp.o
[ 98%] Building CXX object modules/stereo/CMakeFiles/opencv_stereo.dir/src/quasi_dense_stereo.cpp.o
[ 98%] Building CXX object modules/stereo/CMakeFiles/opencv_stereo.dir/src/stereo_binary_bm.cpp.o
[ 98%] Building CXX object modules/stereo/CMakeFiles/opencv_stereo.dir/src/stereo_binary_sgbm.cpp.o
[ 98%] Linking CXX static library …/…/lib/libopencv_stereo.a
[ 98%] Built target opencv_stereo
[ 98%] Generate files for Python bindings and documentation
/tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c/opencv/modules/python/src2/typing_stubs_generator.py:54: UserWarning: Typing stubs generation has failed.
Traceback (most recent call last):
File “/tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c/opencv/modules/python/src2/typing_stubs_generation/nodes/type_node.py”, line 291, in resolve
self.value.resolve(root)
File “/tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c/opencv/modules/python/src2/typing_stubs_generation/nodes/type_node.py”, line 625, in resolve
self.full_typename, errors
typing_stubs_generation.nodes.type_node.TypeResolutionError: Failed to resolve one of “typing.Union[cv2.typing.Scalar, GMat, GOpaqueT, GArrayT]” items. Errors: [‘Failed to resolve “GMat” exposed as “GMat”’, ‘Failed to resolve “GOpaqueT” exposed as “GOpaqueT”’, ‘Failed to resolve “GArrayT” exposed as “GArrayT”’]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c/opencv/modules/python/src2/typing_stubs_generator.py”, line 49, in wrapped_func
ret_type = func(*args, **kwargs)
File “/tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c/opencv/modules/python/src2/typing_stubs_generator.py”, line 148, in _generate
generate_typing_stubs(self.cv_root, output_path)
File “/tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c/opencv/modules/python/src2/typing_stubs_generation/generation.py”, line 87, in generate_typing_stubs
_generate_typing_module(root, output_path)
File “/tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c/opencv/modules/python/src2/typing_stubs_generation/generation.py”, line 779, in _generate_typing_module
node.resolve(root)
File “/tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c/opencv/modules/python/src2/typing_stubs_generation/nodes/type_node.py”, line 297, in resolve
) from e
typing_stubs_generation.nodes.type_node.TypeResolutionError: Failed to resolve alias “GProtoArg” exposed as “GProtoArg”

traceback.format_exc()

Note: Class cv::Feature2D has more than 1 base class (not supported by Python C extensions)
Bases: cv::Algorithm, cv::class, cv::Feature2D, cv::Algorithm
Only the first base class will be used
Note: Class cv::detail::GraphCutSeamFinder has more than 1 base class (not supported by Python C extensions)
Bases: cv::detail::GraphCutSeamFinderBase, cv::detail::SeamFinder
Only the first base class will be used
[ 98%] Built target gen_opencv_python_source
[ 98%] Building CXX object modules/python3/CMakeFiles/opencv_python3.dir//src2/cv2.cpp.o
In file included from /tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c/opencv/modules/python/src2/cv2.cpp:5:0:
/tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c/opencv/modules/python/src2/cv2.hpp:20:10: fatal error: Python.h: No such file or directory
#include <Python.h>
^~~~~~~~~~
compilation terminated.
modules/python3/CMakeFiles/opencv_python3.dir/build.make:75: recipe for target 'modules/python3/CMakeFiles/opencv_python3.dir/
/src2/cv2.cpp.o’ failed
make[2]: *** [modules/python3/CMakeFiles/opencv_python3.dir/__/src2/cv2.cpp.o] Error 1
CMakeFiles/Makefile2:4926: recipe for target ‘modules/python3/CMakeFiles/opencv_python3.dir/all’ failed
make[1]: *** [modules/python3/CMakeFiles/opencv_python3.dir/all] Error 2
Makefile:165: recipe for target ‘all’ failed
make: *** [all] Error 2
Traceback (most recent call last):
File “/tmp/pip-build-env-toftm_zk/overlay/lib/python3.6/site-packages/skbuild/setuptools_wrap.py”, line 642, in setup
cmkr.make(make_args, install_target=cmake_install_target, env=env)
File “/tmp/pip-build-env-toftm_zk/overlay/lib/python3.6/site-packages/skbuild/cmaker.py”, line 679, in make
self.make_impl(clargs=clargs, config=config, source_dir=source_dir, install_target=install_target, env=env)
File “/tmp/pip-build-env-toftm_zk/overlay/lib/python3.6/site-packages/skbuild/cmaker.py”, line 711, in make_impl
“An error occurred while building with CMake.\n”

An error occurred while building with CMake.
Command:
/tmp/pip-build-env-toftm_zk/overlay/lib/python3.6/site-packages/cmake/data/bin/cmake --build . --target install --config Release –
Install target:
install
Source directory:
/tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c
Working directory:
/tmp/pip-install-0_hu18e1/opencv-contrib-python_cbaa033bcb2e46d7b7afa60759b4ed8c/_skbuild/linux-x86_64-3.6/cmake-build
Please check the install target is valid and see CMake’s output for more information.
Building wheel for opencv-contrib-python (pyproject.toml) … error
ERROR: Failed building wheel for opencv-contrib-python
Running command /usr/bin/python3 -u -c ‘import io, os, sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-0_hu18e1/audioread_79c725fe91984da7bafdb1bdcbb35382/setup.py’“'”‘; file=’“'”‘/tmp/pip-install-0_hu18e1/audioread_79c725fe91984da7bafdb1bdcbb35382/setup.py’“'”‘;f = getattr(tokenize, ‘"’“‘open’”’“‘, open)(file) if os.path.exists(file) else io.StringIO(’”‘“‘from setuptools import setup; setup()’”’“‘);code = f.read().replace(’”‘"’\r\n’“'”‘, ‘"’"’\n’“'”‘);f.close();exec(compile(code, file, ‘"’“‘exec’”’"‘))’ bdist_wheel -d /tmp/pip-wheel-pde324hd
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/audioread
copying audioread/version.py -> build/lib/audioread
copying audioread/ffdec.py -> build/lib/audioread
copying audioread/gstdec.py -> build/lib/audioread
copying audioread/maddec.py -> build/lib/audioread
copying audioread/exceptions.py -> build/lib/audioread
copying audioread/base.py -> build/lib/audioread
copying audioread/init.py -> build/lib/audioread
copying audioread/macca.py -> build/lib/audioread
copying audioread/rawread.py -> build/lib/audioread
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/audioread
copying build/lib/audioread/version.py -> build/bdist.linux-x86_64/wheel/audioread
copying build/lib/audioread/ffdec.py -> build/bdist.linux-x86_64/wheel/audioread
copying build/lib/audioread/gstdec.py -> build/bdist.linux-x86_64/wheel/audioread
copying build/lib/audioread/maddec.py -> build/bdist.linux-x86_64/wheel/audioread
copying build/lib/audioread/exceptions.py -> build/bdist.linux-x86_64/wheel/audioread
copying build/lib/audioread/base.py -> build/bdist.linux-x86_64/wheel/audioread
copying build/lib/audioread/init.py -> build/bdist.linux-x86_64/wheel/audioread
copying build/lib/audioread/macca.py -> build/bdist.linux-x86_64/wheel/audioread
copying build/lib/audioread/rawread.py -> build/bdist.linux-x86_64/wheel/audioread
running install_egg_info
running egg_info
writing audioread.egg-info/PKG-INFO
writing dependency_links to audioread.egg-info/dependency_links.txt
writing top-level names to audioread.egg-info/top_level.txt
reading manifest file ‘audioread.egg-info/SOURCES.txt’
reading manifest template ‘MANIFEST.in’
writing manifest file ‘audioread.egg-info/SOURCES.txt’
Copying audioread.egg-info to build/bdist.linux-x86_64/wheel/audioread-3.0.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/audioread-3.0.0.dist-info/WHEEL
creating ‘/tmp/pip-wheel-pde324hd/audioread-3.0.0-py3-none-any.whl’ and adding ‘.’ to it
adding ‘audioread/init.py’
adding ‘audioread/base.py’
adding ‘audioread/exceptions.py’
adding ‘audioread/ffdec.py’
adding ‘audioread/gstdec.py’
adding ‘audioread/macca.py’
adding ‘audioread/maddec.py’
adding ‘audioread/rawread.py’
adding ‘audioread/version.py’
adding ‘audioread-3.0.0.dist-info/DESCRIPTION.rst’
adding ‘audioread-3.0.0.dist-info/metadata.json’
adding ‘audioread-3.0.0.dist-info/pbr.json’
adding ‘audioread-3.0.0.dist-info/top_level.txt’
adding ‘audioread-3.0.0.dist-info/WHEEL’
adding ‘audioread-3.0.0.dist-info/METADATA’
adding ‘audioread-3.0.0.dist-info/RECORD’
Building wheel for audioread (setup.py) … done
Created wheel for audioread: filename=audioread-3.0.0-py3-none-any.whl size=26810 sha256=9bcc1c2275d9a529feb4ab041195e23b445678af8670b6e739aa3691f6a4a1cb
Stored in directory: /tmp/pip-ephem-wheel-cache-i4oitl2n/wheels/25/38/af/cba122aa6d403a10b76e6b81c7d9b170dfe71573c0e4bf3342
Successfully built librosa audioread
Failed to build opencv-contrib-python
ERROR: Could not build wheels for opencv-contrib-python, which is required to install pyproject.toml-based projects
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/9f/8b/a094f5da22d7abf5098205367b3296dd15b914f4232af5ca39ba6214d08c/pip-22.0-py3-none-any.whl#sha256=6cb1ea2bd7fda0668e26ae8c3e45188f301a7ef17ff22efe1f70f3643e56a822 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/89/a1/2f4e58eda11e591fbfa518233378835679fc5ab766b690b3df85215014d5/pip-22.0.1-py3-none-any.whl#sha256=30739ac5fb973cfa4399b0afff0523d4fe6bed2f7a5229333f64d9c2ce0d1933 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/63/71/5686e51f06fa59da55f7e81c3101844e57434a30f4a0d7456674d1459841/pip-22.0.1.tar.gz#sha256=7fd7a92f2fb1d2ac2ae8c72fb10b1e640560a0361ed4427453509e2bcc18605b (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/83/b5/df8640236faa5a3cb80bfafd68e9fb4b22578208b8398c032ccff803f9e0/pip-22.0.2-py3-none-any.whl#sha256=682eabc4716bfce606aca8dab488e9c7b58b0737e9001004eb858cdafcd8dbdd (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/d9/c1/146b24a7648fdf3f8b4dc6521ab0b26ac151ef903bac0b63a4e1450cb4d1/pip-22.0.2.tar.gz#sha256=27b4b70c34ec35f77947f777070d8331adbb1e444842e98e7150c288dc0caea4 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/6a/df/a6ef77a6574781a668791419ffe366c8acd1c3cf4709d210cb53cd5ce1c2/pip-22.0.3-py3-none-any.whl#sha256=c146f331f0805c77017c6bb9740cec4a49a0d4582d0c3cc8244b057f83eca359 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/88/d9/761f0b1e0551a3559afe4d34bd9bf68fc8de3292363b3775dda39b62ce84/pip-22.0.3.tar.gz#sha256=f29d589df8c8ab99c060e68ad294c4a9ed896624f6368c5349d70aa581b333d0 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/4d/16/0a14ca596f30316efd412a60bdfac02a7259bf8673d4d917dc60b9a21812/pip-22.0.4-py3-none-any.whl#sha256=c6aca0f2f081363f689f041d90dab2a07a9a07fb840284db2218117a52da800b (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/33/c9/e2164122d365d8f823213a53970fa3005eb16218edcfc56ca24cb6deba2b/pip-22.0.4.tar.gz#sha256=b3a9de2c6ef801e9247d1527a4b16f92f2cc141cd1489f3fffaf6a9e96729764 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/4a/ca/e72b3b399d7a8cb34311aa8f52924108591c013b09f0268820afb4cd96fb/pip-22.0.tar.gz#sha256=d3fa5c3e42b33de52bddce89de40268c9a263cd6ef7c94c40774808dafb32c82 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/f3/77/23152f90de45957b59591c34dcb39b78194eb67d088d4f8799e9aa9726c4/pip-22.1-py3-none-any.whl#sha256=802e797fb741be1c2d475533d4ea951957e4940091422bd4a24848a7ac95609d (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/9b/e6/aa8149e048eda381f2a433599be9b1f5e5e3a189636cd6cf9614aa2ff5be/pip-22.1.1-py3-none-any.whl#sha256=e7bcf0b2cbdec2af84cc1b7b79b25fdbd7228fbdb61a4dca0b82810d0ba9d18b (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/3e/0a/6125e67aa4d3245faeed476e4e26f190b5209f84f01efd733ac6372eb247/pip-22.1.1.tar.gz#sha256=8dfb15d8a1c3d3085a4cbe11f29e19527dfaf2ba99354326fd62cec013eaee81 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/96/2f/caec18213f6a67852f6997fb0673ae08d2e93d1b81573edb93ba4ef06970/pip-22.1.2-py3-none-any.whl#sha256=a3edacb89022ef5258bf61852728bf866632a394da837ca49eb4303635835f17 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/4b/b6/0fa7aa968a9fa4ef63a51b3ff0644e59f49dcd7235b3fd6cceb23f202e08/pip-22.1.2.tar.gz#sha256=6d55b27e10f506312894a87ccc59f280136bad9061719fac9101bdad5a6bce69 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/99/bb/696e256f4f445809f25efd4e4ce42ff99664dc089cafa1e097d5fec7fc33/pip-22.1.tar.gz#sha256=2debf847016cfe643fa1512e2d781d3ca9e5c878ba0652583842d50cc2bcc605 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/79/3a/d341ae105c8b49eac912bee40739d496ae80f9441efa7df6c68f4997bbc8/pip-22.1b1-py3-none-any.whl#sha256=09e9e8f8e10f2515134b59600ad3630219430eabb734336079cbc6ffb2e01a0e (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/a7/c0/794f22836ef3202a7ad61f0872278ee7ac62e8c7617e4c9a08f01b5e82da/pip-22.1b1.tar.gz#sha256=f54ab61985754b56c5589178cfd7dfca5ed9f98d5c8f2de2eecb29f1341200f1 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/9b/9e/9e0610f25e65e2cdf90b1ee9c47ca710865401904038558ac0129ea23cbc/pip-22.2-py3-none-any.whl#sha256=9abf423d5d64f3289ab9d5bf31da9e6234f2e9c5d8dcf1423bcb46b809a02c2c (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/84/25/5734a44897751d8bac6822efb819acda2d969bcc1b915bbd7d48102952cb/pip-22.2.1-py3-none-any.whl#sha256=0bbbc87dfbe6eed217beff0021f8b7dea04c8f4a0baa9d31dc4cff281ffc5b2b (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/46/28/addd7e66bb3af799d35a5dcbb79407b591a7ed674f4efd2bd8f930c40821/pip-22.2.1.tar.gz#sha256=50516e47a2b79e77446f0d05649f0d53772c192571486236b1905492bfc24bac (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/1f/2c/d9626f045e7b49a6225c6b09257861f24da78f4e5f23af2ddbdf852c99b8/pip-22.2.2-py3-none-any.whl#sha256=b61a374b5bc40a6e982426aede40c9b5a08ff20e640f5b56977f4f91fed1e39a (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/4b/30/e15b806597e67057e07a5acdc135216ccbf76a5f1681a324533b61066b0b/pip-22.2.2.tar.gz#sha256=3fd1929db052f056d7a998439176d3333fa1b3f6c1ad881de1885c0717608a4b (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/cd/b6/cf07132d631444dd7ce0ed199f2327eb34e2418f1675145e5b10e1ee65cd/pip-22.2.tar.gz#sha256=8d63fcd4ee293e30b644827268a0a973d080e5c7425ef26d427f5eb2126c7681 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/47/ef/8b5470b5b94b36231ed9c0bde90caa71c0d4322d4a15f009b2b7f4287fe0/pip-22.3-py3-none-any.whl#sha256=1daab4b8d3b97d1d763caeb01a4640a2250a0ea899e257b1e44b9eded91e15ab (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/09/bd/2410905c76ee14c62baf69e3f4aa780226c1bbfc9485731ad018e35b0cb5/pip-22.3.1-py3-none-any.whl#sha256=908c78e6bc29b676ede1c4d57981d490cb892eb45cd8c214ab6298125119e077 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/a3/50/c4d2727b99052780aad92c7297465af5fe6eec2dbae490aa9763273ffdc1/pip-22.3.1.tar.gz#sha256=65fd48317359f3af8e593943e6ae1506b66325085ea64b706a998c6e83eeaf38 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/f8/08/7f92782ff571c7c7cb6c5eeb8ebbb1f68cb02bdb24e55c5de4dd9ce98bc3/pip-22.3.tar.gz#sha256=8182aec21dad6c0a49a2a3d121a87cd524b950e0b6092b181625f07ebdde7530 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/ab/43/508c403c38eeaa5fc86516eb13bb470ce77601b6d2bbcdb16e26328d0a15/pip-23.0-py3-none-any.whl#sha256=b5f88adff801f5ef052bcdef3daa31b55eb67b0fccd6d0106c206fa248e0463c (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/07/51/2c0959c5adf988c44d9e1e0d940f5b074516ecc87e96b1af25f59de9ba38/pip-23.0.1-py3-none-any.whl#sha256=236bcb61156d76c4b8a05821b988c7b8c35bf0da28a4b614e8d6ab5212c25c6f (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/6b/8b/0b16094553ecc680e43ded8f920c3873b01b1da79a54274c98f08cb29fca/pip-23.0.1.tar.gz#sha256=cd015ea1bfb0fcef59d8a286c1f8bebcb983f6317719d415dc5351efb7cd7024 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/b5/16/5e24bf63cff51dcc169f43bd43b86b005c49941e09cc3482a5b370db239e/pip-23.0.tar.gz#sha256=aee438284e82c8def684b0bcc50b1f6ed5e941af97fa940e83e2e8ef1a59da9b (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/ae/db/a8821cdac455a1740580c92de3ed7b7f257cfdbad8b1ba8864e6abe58a08/pip-23.1-py3-none-any.whl#sha256=64b1d4528e491aa835ec6ece0c1ac40ce6ab6d886e60740f6519db44b2e9634d (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/f8/f8/17bd3f7c13515523d811ce4104410c16c03e3c6830f9276612e2f4b28382/pip-23.1.1-py3-none-any.whl#sha256=3d8d72fa0714e93c9d3c2a0ede91e898c64596e0fa7d4523f72dd95728efc418 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/43/7d/1f52f99a7f2eae870483b2c2a3064511487de87911bce146df8a154fbe81/pip-23.1.1.tar.gz#sha256=c95b53d309f903f33dfe5fd37e502a5c3a05ee3454d518e45df522a4f091b728 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/08/e3/57d4c24a050aa0bcca46b2920bff40847db79535dc78141eb83581a52eb8/pip-23.1.2-py3-none-any.whl#sha256=3ef6ac33239e4027d9a5598a381b9d30880a1477e50039db2eac6e8a8f6d1b18 (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/fa/ee/74ff76da0ab649eec7581233daeb43d8aa35383d8f75317b2ab3b80c922f/pip-23.1.2.tar.gz#sha256=0e7c86f486935893c708287b30bd050a36ac827ec7fe5e43fe7cb198dd835fba (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)
Link requires a different Python (3.6.9 not in: ‘>=3.7’): https://mirrors.aliyun.com/pypi/packages/da/bf/1bdbe62f5fbde085351693e3a8e387a59f8220932b911b1719fe65efa2d7/pip-23.1.tar.gz#sha256=408539897ee535dbfb83a153f7bc4d620f990d8bd44a52a986efc0b4d330d34a (from https://mirrors.aliyun.com/pypi/simple/pip/) (requires-python:>=3.7)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值