scikit-image-0.17.2scipy-1.5.4six-1.16.0soupsieve-2.3.2.post1 tifffile-2020.9.3torch-1.10.1torchvision-0.11.2 tqdm-4.64.1typing-extensions-4.1.1urllib3-1.26.6waitress-2.0.0zipp-3.6.0 错误未再次出现 三,查看python和pip的版本: 查看python的版本: [lhdop@blog ~]$ python3 --version Python3...
[OSS CAD Suite] C:\oss-cad-suite\litex>python3 -m pip install pyserial DEPRECATION: Loading egg at c:\oss-cad-suite\lib\python3.11\site-packages\typing_extensions-4.12.2-py3.11.egg is deprecated. pip 23.3 will enforce this behaviour change. A possible replacement is to use pip for packag...
Downloading typing_extensions-4.1.1-py3-none-any.whl (26 kB) Installing collected packages: typing-extensions, torch WARNING: The scripts convert-caffe2-to-onnx, convert-onnx-to-caffe2 and torchrun are installed in '/home/ubuntu/.local/bin' which is not on PATH. Consider adding this dire...
Successfully installed dataclasses-0.8 numpy-1.19.5 pillow-8.4.0 torch-1.10.1 torchaudio-0.10.1 torchvision-0.11.2 typing-extensions-4.1.1 there still seems to be a CUDA dependency: -- Found PyTorch installation at /home/kristof/XilinxWork/XRLabsRepos/torch-mlir/mlir_venv/lib/python3.6/site-...
Collecting typing-extensions; python_version < “3.8” (from asgiref<4,>=3.3.2->Django>=2.2->django-simple-captcha) Downloadinghttps://mirrors.aliyun.com/pypi/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl ...
Requirement already satisfied: typing-extensions!=4.6.3,>=4.1.0 in /home/william/.local/lib/python3.10/site-packages (from cattrs>=22.2->requests-cache<1.3.0,>=0.9.6->abi3audit==0.0.11) (4.10.0) Requirement already satisfied: exceptiongroup>=1.1.1 in /home/william/.local/lib/python3.1...
Using cached typing_extensions-4.6.3-py3-none-any.whl (31 kB) Collecting wcwidth (from prettytable->insightface==0.7.3) Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) Collecting charset-normalizer<4,>=2 (from requests->insightface==0.7.3) ...
Modified: /usr/lib/python3.10/site-packages/pip/_vendor/pycache/typing_extensions.cpython-310.pyc Modified: /usr/lib/python3.10/site-packages/pip/_vendor/cachecontrol/pycache/adapter.cpython-310.pyc Modified: /usr/lib/python3.10/site-packages/pip/_vendor/packaging/pycache/_manylinux.cpython-310...
(2.9 kB) Collecting typing-extensions>=4.8.0 (from torch==2.4.0) Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Collecting sympy (from torch==2.4.0) Using cached sympy-1.13.3-py3-none-any.whl.metadata (12 kB) Collecting networkx (from torch==2.4.0) Using...
from typing import Optional import typer from rich import print from typing_extensions import Annotated import gradio from gradio.cli.commands.components.install_component import _get_executable_path gradio_template_path = Path(gradio.__file__).parent / "templates" / "frontend" gradio_node_path =...