活动介绍
file-type

Python库determine_docker_tags发布新版本

版权申诉
2KB | 更新于2025-08-06 | 111 浏览量 | 0 下载量 举报 收藏
download 限时特惠:#14.90
根据提供的文件信息,我们可以了解到这是一个与Python和Docker相关的内容,而具体知识点则涉及Python库、文件命名规则以及Docker镜像标签管理。下面将详细展开这些知识点。 ### Python库 文件标题“Python库 | determine_docker_tags-0.1.0-py3-none-any.whl”明确表明这是一个Python库。Python库是指一组相关的Python模块,这些模块被封装在一起,方便开发者通过简单的导入语句来使用。Python的包管理工具pip可以用来安装和管理这些库。该文件名遵循Python的包分发格式,称为轮子文件(Wheel),即文件扩展名`.whl`。轮子文件是Python包的二进制分发格式,通常用于提升安装速度和简化部署流程。 ### 文件命名规则 文件命名“determine_docker_tags-0.1.0-py3-none-any.whl”遵循Python包和模块的命名规范,其中包含了以下信息: - `determine_docker_tags`:这是库的名称,表示此库用于确定Docker镜像的标签。 - `0.1.0`:这是库的版本号,表示该库的当前版本是0.1.0,这遵循语义化版本控制(Semantic Versioning)规则。 - `py3`:这表示该库支持Python 3版本。 - `none`:这通常表示该库不依赖于特定的操作系统平台,即它是跨平台的。 - `any`:这表明该库没有编译依赖,意味着它不需要任何特殊的编译环境即可运行。 ### Docker标签 在Docker的上下文中,“标签”(tags)是标记不同版本的Docker镜像的一种方式。Docker标签类似于软件版本号,允许用户指定特定的镜像版本。例如,如果一个Docker镜像被标记为`v1.0`,用户可以通过该标签来拉取(pull)或推送(push)具有特定版本号的镜像。在文件标题中提到的“determine_docker_tags”可能是一个用来分析、确定或管理Docker镜像标签的库。 ### 相关知识点展开 #### Docker镜像管理 Docker镜像是容器运行的基石,一个镜像就是一个轻量级、独立、可执行的包,包含了运行某个应用所需的所有环境和依赖。Docker镜像通常存储在公共或私有的镜像仓库中,Docker Hub是其中最知名的一个。Docker镜像可以通过`docker build`命令来创建,通过`docker pull`来拉取已有镜像,通过`docker push`将本地镜像推送到仓库。 #### 容器技术 容器技术是一种操作系统级别的虚拟化技术,它可以将应用和其运行环境一起封装到容器中。与传统的虚拟机相比,容器更轻量,因为它共享宿主机的操作系统内核,不需要为每个容器运行一个操作系统实例。Docker是目前最流行的容器化工具之一,它简化了容器的创建、部署和管理过程。 #### Python开发 Python是广泛用于后端开发的编程语言。它是一种解释型、面向对象、动态类型的高级编程语言。Python因为其简洁的语法和强大的库支持而受到开发者的喜爱。在后端开发中,Python经常用于搭建Web应用、开发API以及数据处理和分析任务。 #### 开发语言与后端 后端开发指的是服务器端的开发工作,包括服务器、应用程序和数据库之间的交互。后端开发者通常需要处理业务逻辑、数据库交互以及与前端的通信等任务。Python是一种多范式的编程语言,它支持面向对象、命令式、函数式以及过程式编程,这使得它在后端开发领域非常灵活。 #### Python包和模块 Python包是一种将代码分组的方式,它可以让代码的组织和复用变得更加容易。一个包可以包含多个模块(.py文件),每个模块可以包含函数、类以及变量等。Python使用导入语句(如`import`或`from...import...`)来在不同模块之间共享代码。 总结而言,文件“determine_docker_tags-0.1.0-py3-none-any.whl”指代一个Python库,该库可能用于处理Docker镜像的标签管理任务。了解这个库及其文件命名规则能够帮助开发者更好地管理和使用Python包,以及理解Docker容器化技术在后端开发中的应用。

相关推荐

filetype

(yolov9) C:\Users\xu>pip install ultralytics opencv-python albumentations tqdm pandas Collecting ultralytics Downloading ultralytics-8.3.169-py3-none-any.whl.metadata (37 kB) Collecting opencv-python Downloading opencv_python-4.12.0.88-cp37-abi3-win_amd64.whl.metadata (19 kB) Collecting albumentations Downloading albumentations-1.4.18-py3-none-any.whl.metadata (32 kB) Collecting tqdm Using cached tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) Collecting pandas Using cached pandas-2.0.3-cp38-cp38-win_amd64.whl.metadata (18 kB) Requirement already satisfied: numpy>=1.23.0 in d:\rujian\pc\envs\yolov9\lib\site-packages (from ultralytics) (1.24.1) INFO: pip is looking at multiple versions of ultralytics to determine which version is compatible with other requirements. This could take a while. Collecting ultralytics Downloading ultralytics-8.3.168-py3-none-any.whl.metadata (37 kB) Using cached ultralytics-8.3.167-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.166-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.165-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.164-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.163-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.162-py3-none-any.whl.metadata (37 kB) INFO: pip is still looking at multiple versions of ultralytics to determine which version is compatible with other requirements. This could take a while. Downloading ultralytics-8.3.161-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.160-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.159-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.158-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.157-py3-none-any.whl.metadata (37 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Downloading ultralytics-8.3.156-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.155-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.154-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.153-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.152-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.151-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.150-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.149-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.148-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.147-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.146-py3-none-any.whl.metadata (37 kB) Downloading ultralytics-8.3.145-py3-none-any.whl.metadata (37 kB) ERROR: Operation cancelled by user (yolov9) C:\Users\xu> (yolov9) C:\Users\xu> (yolov9) C:\Users\xu> (yolov9) C:\Users\xu> 什么意思

filetype

PS C:\jichuang\Project\pythonProject> pip install deepface Collecting deepface Using cached deepface-0.0.93-py3-none-any.whl.metadata (30 kB) Collecting requests>=2.27.1 (from deepface) Using cached requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) Requirement already satisfied: numpy>=1.14.0 in c:\users\zzysg\appdata\local\programs\python\python313\lib\site-packages (from deepface) (2.3.1) Requirement already satisfied: pandas>=0.23.4 in c:\users\zzysg\appdata\local\programs\python\python313\lib\site-packages (from deepface) (2.3.0) Collecting gdown>=3.10.1 (from deepface) Using cached gdown-5.2.0-py3-none-any.whl.metadata (5.8 kB) Collecting tqdm>=4.30.0 (from deepface) Using cached tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) Requirement already satisfied: Pillow>=5.2.0 in c:\users\zzysg\appdata\local\programs\python\python313\lib\site-packages (from deepface) (11.3.0) Requirement already satisfied: opencv-python>=4.5.5.64 in c:\users\zzysg\appdata\local\programs\python\python313\lib\site-packages (from deepface) (4.11.0.86) INFO: pip is looking at multiple versions of deepface to determine which version is compatible with other requirements. This could take a while. Collecting deepface Using cached deepface-0.0.92-py3-none-any.whl.metadata (27 kB) Using cached deepface-0.0.91-py3-none-any.whl.metadata (26 kB) Using cached deepface-0.0.90-py3-none-any.whl.metadata (26 kB) Using cached deepface-0.0.89-py3-none-any.whl.metadata (26 kB) Using cached deepface-0.0.88-py3-none-any.whl.metadata (26 kB) Using cached deepface-0.0.87-py3-none-any.whl.metadata (26 kB) Using cached deepface-0.0.86-py3-none-any.whl.metadata (24 kB) INFO: pip is still looking at multiple versions of deepface to determine which version is compatible with other requirements. This could take a while. Using cached deepface-0.0.85-py3-none-any.whl.metadata (24 kB) Using cached deepface-0.0.84-py3-none-any.whl.metadata (24 kB) Using cached deepface-0.0.83-py3-none-any.whl.metadata (24 kB) Using cached deepface-0.0.82-py3-none-any.whl.metadata (24 kB) Using cached deepface-0.0.81-py3-none-any.whl.metadata (24 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Using cached deepface-0.0.80-py3-none-any.whl.metadata (24 kB) Using cached deepface-0.0.79-py3-none-any.whl.metadata (26 kB) Using cached deepface-0.0.78-py3-none-any.whl.metadata (24 kB) Using cached deepface-0.0.75-py3-none-any.whl.metadata (19 kB) Using cached deepface-0.0.74-py3-none-any.whl.metadata (19 kB) Using cached deepface-0.0.73-py3-none-any.whl.metadata (19 kB) Using cached deepface-0.0.72-py3-none-any.whl.metadata (19 kB) Using cached deepface-0.0.71-py3-none-any.whl.metadata (19 kB) Using cached deepface-0.0.70-py3-none-any.whl.metadata (18 kB) Using cached deepface-0.0.69-py3-none-any.whl.metadata (18 kB) Using cached deepface-0.0.68-py3-none-any.whl.metadata (16 kB) Using cached deepface-0.0.67-py3-none-any.whl.metadata (16 kB) Using cached deepface-0.0.66-py3-none-any.whl.metadata (16 kB) Using cached deepface-0.0.65-py3-none-any.whl.metadata (16 kB) Using cached deepface-0.0.64-py3-none-any.whl.metadata (16 kB) Using cached deepface-0.0.63-py3-none-any.whl.metadata (19 kB) Using cached deepface-0.0.62-py3-none-any.whl.metadata (20 kB) Using cached deepface-0.0.61-py3-none-any.whl.metadata (20 kB) Using cached deepface-0.0.60-py3-none-any.whl.metadata (20 kB) Using cached deepface-0.0.59-py3-none-any.whl.metadata (20 kB) Using cached deepface-0.0.58-py3-none-any.whl.metadata (21 kB) Using cached deepface-0.0.57-py3-none-any.whl.metadata (21 kB) Using cached deepface-0.0.56-py3-none-any.whl.metadata (20 kB) Using cached deepface-0.0.55-py3-none-any.whl.metadata (20 kB) Using cached deepface-0.0.54-py3-none-any.whl.metadata (20 kB) Using cached deepface-0.0.53-py3-none-any.whl.metadata (20 kB) Using cached deepface-0.0.52-py3-none-any.whl.metadata (20 kB) Using cached deepface-0.0.51-py3-none-any.whl.metadata (21 kB) Using cached deepface-0.0.50-py3-none-any.whl.metadata (21 kB) Using cached deepface-0.0.49-py3-none-any.whl.metadata (17 kB) Using cached deepface-0.0.48-py3-none-any.whl.metadata (17 kB) Using cached deepface-0.0.47-py3-none-any.whl.metadata (16 kB) Using cached deepface-0.0.46-py3-none-any.whl.metadata (16 kB) Using cached deepface-0.0.45-py3-none-any.whl.metadata (16 kB) Using cached deepface-0.0.44-py3-none-any.whl.metadata (16 kB) Using cached deepface-0.0.43-py3-none-any.whl.metadata (16 kB) Using cached deepface-0.0.41-py3-none-any.whl.metadata (15 kB) Using cached deepface-0.0.40-py3-none-any.whl.metadata (15 kB) Using cached deepface-0.0.39-py3-none-any.whl.metadata (15 kB) Using cached deepface-0.0.38-py3-none-any.whl.metadata (15 kB) Using cached deepface-0.0.37-py3-none-any.whl.metadata (15 kB) Using cached deepface-0.0.36-py3-none-any.whl.metadata (15 kB) Using cached deepface-0.0.35-py3-none-any.whl.metadata (14 kB) Using cached deepface-0.0.34-py3-none-any.whl.metadata (13 kB) Using cached deepface-0.0.33-py3-none-any.whl.metadata (13 kB) Using cached deepface-0.0.32-py3-none-any.whl.metadata (13 kB) Using cached deepface-0.0.31-py3-none-any.whl.metadata (13 kB) Using cached deepface-0.0.30-py3-none-any.whl.metadata (13 kB) Using cached deepface-0.0.26-py3-none-any.whl.metadata (15 kB) Using cached deepface-0.0.25-py3-none-any.whl.metadata (15 kB) Using cached deepface-0.0.24-py3-none-any.whl.metadata (13 kB) Using cached deepface-0.0.23-py3-none-any.whl.metadata (13 kB) Using cached deepface-0.0.22-py3-none-any.whl.metadata (12 kB) Using cached deepface-0.0.21-py3-none-any.whl.metadata (12 kB) Using cached deepface-0.0.20-py3-none-any.whl.metadata (10 kB) Using cached deepface-0.0.19-py3-none-any.whl.metadata (10 kB) Using cached deepface-0.0.18-py3-none-any.whl.metadata (9.6 kB) Using cached deepface-0.0.16-py3-none-any.whl.metadata (9.6 kB) Using cached deepface-0.0.15-py3-none-any.whl.metadata (9.7 kB) Using cached deepface-0.0.14-py3-none-any.whl.metadata (9.7 kB) Requirement already satisfied: matplotlib>=2.2.2 in c:\users\zzysg\appdata\local\programs\python\python313\lib\site-packages (from deepface) (3.10.3) Using cached deepface-0.0.13-py3-none-any.whl.metadata (9.7 kB) Using cached deepface-0.0.12-py3-none-any.whl.metadata (9.2 kB) Using cached deepface-0.0.11-py3-none-any.whl.metadata (9.2 kB) Using cached deepface-0.0.10-py3-none-any.whl.metadata (9.2 kB) Using cached deepface-0.0.9-py3-none-any.whl.metadata (8.6 kB) Using cached deepface-0.0.7-py3-none-any.whl.metadata (8.3 kB) Using cached deepface-0.0.6-py3-none-any.whl.metadata (7.9 kB) Using cached deepface-0.0.5-py3-none-any.whl.metadata (8.3 kB) Using cached deepface-0.0.4-py3-none-any.whl.metadata (8.1 kB) Using cached deepface-0.0.3-py3-none-any.whl.metadata (8.1 kB) Using cached deepface-0.0.2-py3-none-any.whl.metadata (8.0 kB) Using cached deepface-0.0.1-py3-none-any.whl.metadata (4.4 kB) ERROR: Cannot install deepface==0.0.1, deepface==0.0.10, deepface==0.0.11, deepface==0.0.12, deepface==0.0.13, deepface==0.0.14, deepface==0.0.15, d eepface==0.0.16, deepface==0.0.18, deepface==0.0.19, deepface==0.0.2, deepface==0.0.20, deepface==0.0.21, deepface==0.0.22, deepface==0.0.23, deepfa ce==0.0.24, deepface==0.0.25, deepface==0.0.26, deepface==0.0.3, deepface==0.0.30, deepface==0.0.31, deepface==0.0.32, deepface==0.0.33, deepface==0 .0.34, deepface==0.0.35, deepface==0.0.36, deepface==0.0.37, deepface==0.0.38, deepface==0.0.39, deepface==0.0.4, deepface==0.0.40, deepface==0.0.41 , deepface==0.0.43, deepface==0.0.44, deepface==0.0.45, deepface==0.0.46, deepface==0.0.47, deepface==0.0.48, deepface==0.0.49, deepface==0.0.5, dee pface==0.0.50, deepface==0.0.51, deepface==0.0.52, deepface==0.0.53, deepface==0.0.54, deepface==0.0.55, deepface==0.0.56, deepface==0.0.57, deepfac e==0.0.58, deepface==0.0.59, deepface==0.0.6, deepface==0.0.60, deepface==0.0.61, deepface==0.0.62, deepface==0.0.63, deepface==0.0.64, deepface==0. 0.65, deepface==0.0.66, deepface==0.0.67, deepface==0.0.68, deepface==0.0.69, deepface==0.0.7, deepface==0.0.70, deepface==0.0.71, deepface==0.0.72, deepface==0.0.73, deepface==0.0.74, deepface==0.0.75, deepface==0.0.78, deepface==0.0.79, deepface==0.0.80, deepface==0.0.81, deepface==0.0.82, dee pface==0.0.83, deepface==0.0.84, deepface==0.0.85, deepface==0.0.86, deepface==0.0.87, deepface==0.0.88, deepface==0.0.89, deepface==0.0.9, deepface==0.0.90, deepface==0.0.91, deepface==0.0.92 and deepface==0.0.93 because these package versions have conflicting dependencies. The conflict is caused by: deepface 0.0.93 depends on tensorflow>=1.9.0 deepface 0.0.92 depends on tensorflow>=1.9.0 deepface 0.0.91 depends on tensorflow>=1.9.0 deepface 0.0.90 depends on tensorflow>=1.9.0 deepface 0.0.89 depends on tensorflow>=1.9.0 deepface 0.0.88 depends on tensorflow>=1.9.0 deepface 0.0.87 depends on tensorflow>=1.9.0 deepface 0.0.86 depends on tensorflow>=1.9.0 deepface 0.0.85 depends on tensorflow>=1.9.0 deepface 0.0.84 depends on tensorflow>=1.9.0 deepface 0.0.83 depends on tensorflow>=1.9.0 deepface 0.0.82 depends on tensorflow>=1.9.0 deepface 0.0.81 depends on tensorflow>=1.9.0 deepface 0.0.80 depends on tensorflow>=1.9.0 deepface 0.0.79 depends on tensorflow>=1.9.0 deepface 0.0.78 depends on tensorflow>=1.9.0 deepface 0.0.75 depends on tensorflow>=1.9.0 deepface 0.0.74 depends on tensorflow>=1.9.0 deepface 0.0.73 depends on tensorflow>=1.9.0 deepface 0.0.72 depends on tensorflow>=1.9.0 deepface 0.0.71 depends on tensorflow>=1.9.0 deepface 0.0.70 depends on tensorflow>=1.9.0 deepface 0.0.69 depends on tensorflow>=1.9.0 deepface 0.0.68 depends on tensorflow>=1.9.0 deepface 0.0.67 depends on tensorflow>=1.9.0 deepface 0.0.66 depends on tensorflow>=1.9.0 deepface 0.0.65 depends on tensorflow>=1.9.0 deepface 0.0.64 depends on tensorflow>=1.9.0 deepface 0.0.63 depends on tensorflow>=1.9.0 deepface 0.0.62 depends on tensorflow>=1.9.0 deepface 0.0.61 depends on tensorflow>=1.9.0 deepface 0.0.60 depends on tensorflow>=1.9.0 deepface 0.0.59 depends on tensorflow>=1.9.0 deepface 0.0.58 depends on tensorflow>=1.9.0 deepface 0.0.57 depends on tensorflow>=1.9.0 deepface 0.0.56 depends on tensorflow>=1.9.0 deepface 0.0.55 depends on tensorflow>=1.9.0 deepface 0.0.54 depends on tensorflow>=1.9.0 deepface 0.0.53 depends on tensorflow>=1.9.0 deepface 0.0.52 depends on tensorflow>=1.9.0 deepface 0.0.51 depends on tensorflow>=1.9.0 deepface 0.0.50 depends on tensorflow>=1.9.0 deepface 0.0.49 depends on tensorflow>=1.9.0 deepface 0.0.48 depends on tensorflow>=1.9.0 deepface 0.0.47 depends on tensorflow>=1.9.0 deepface 0.0.46 depends on tensorflow>=1.9.0 deepface 0.0.45 depends on tensorflow>=1.9.0 deepface 0.0.44 depends on tensorflow>=1.9.0 deepface 0.0.43 depends on tensorflow>=1.9.0 deepface 0.0.41 depends on tensorflow>=1.9.0 deepface 0.0.40 depends on tensorflow>=1.9.0 deepface 0.0.39 depends on tensorflow>=1.9.0 deepface 0.0.38 depends on tensorflow>=1.9.0 deepface 0.0.37 depends on tensorflow>=1.9.0 deepface 0.0.36 depends on tensorflow>=1.9.0 deepface 0.0.35 depends on tensorflow>=1.9.0 deepface 0.0.34 depends on tensorflow>=1.9.0 deepface 0.0.33 depends on tensorflow>=1.9.0 deepface 0.0.32 depends on tensorflow>=1.9.0 deepface 0.0.31 depends on tensorflow>=1.9.0 deepface 0.0.30 depends on tensorflow>=1.9.0 deepface 0.0.26 depends on tensorflow>=1.9.0 deepface 0.0.25 depends on tensorflow>=1.9.0 deepface 0.0.24 depends on tensorflow>=1.9.0 deepface 0.0.23 depends on tensorflow>=1.9.0 deepface 0.0.22 depends on tensorflow>=1.9.0 deepface 0.0.21 depends on tensorflow>=1.9.0 deepface 0.0.20 depends on tensorflow>=1.9.0 deepface 0.0.19 depends on tensorflow>=1.9.0 deepface 0.0.18 depends on tensorflow>=1.9.0 deepface 0.0.16 depends on tensorflow>=1.9.0 deepface 0.0.15 depends on tensorflow>=1.9.0 deepface 0.0.14 depends on tensorflow>=1.9.0 deepface 0.0.13 depends on tensorflow>=1.9.0 deepface 0.0.12 depends on tensorflow>=1.9.0 deepface 0.0.11 depends on tensorflow>=1.9.0 deepface 0.0.10 depends on tensorflow>=1.9.0 deepface 0.0.9 depends on tensorflow>=1.9.0 deepface 0.0.7 depends on tensorflow>=1.9.0 deepface 0.0.6 depends on tensorflow>=1.9.0 deepface 0.0.5 depends on tensorflow>=1.9.0 deepface 0.0.4 depends on tensorflow>=1.9.0 deepface 0.0.3 depends on tensorflow>=1.9.0 deepface 0.0.2 depends on tensorflow>=1.9.0 deepface 0.0.1 depends on tensorflow>=1.9.0 To fix this you could try to: 1. loosen the range of package versions you've specified 2. remove package versions to allow pip to attempt to solve the dependency conflict ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts 此时我应该怎么在终端输入指令

filetype

(venv) zjh@ds-test:~/test7.2$ pip install paramiko Collecting paramiko Downloading paramiko-3.5.1-py3-none-any.whl.metadata (4.6 kB) INFO: pip is looking at multiple versions of paramiko to determine which version is compatible with other requirements. This could take a while. Downloading paramiko-3.5.0-py3-none-any.whl.metadata (4.4 kB) Downloading paramiko-3.4.1-py3-none-any.whl.metadata (4.4 kB) Downloading paramiko-3.4.0-py3-none-any.whl.metadata (4.4 kB) Downloading paramiko-3.3.2-py3-none-any.whl.metadata (4.4 kB) Downloading paramiko-3.3.1-py3-none-any.whl.metadata (4.4 kB) Downloading paramiko-3.3.0-py3-none-any.whl.metadata (4.4 kB) Downloading paramiko-3.2.0-py3-none-any.whl.metadata (4.4 kB) INFO: pip is still looking at multiple versions of paramiko to determine which version is compatible with other requirements. This could take a while. Downloading paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) Downloading paramiko-3.0.0-py3-none-any.whl.metadata (4.3 kB) Downloading paramiko-2.12.0-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.11.1-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.11.0-py2.py3-none-any.whl.metadata (4.6 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Downloading paramiko-2.10.6-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.10.5-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.10.4-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.10.3-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.10.2-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.10.1-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.10.0-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.9.5-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.9.4-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.9.3-py2.py3-none-any.whl.metadata (4.6 kB) Downloading paramiko-2.9.2-py2.py3-none-any.whl.metadata (4.5 kB) Downloading paramiko-2.9.1-py2.py3-none-any.whl.metadata (4.5 kB) Downloading paramiko-2.9.0-py2.py3-none-any.whl.metadata (4.5 kB) Downloading paramiko-2.8.1-py2.py3-none-any.whl.metadata (4.5 kB) Downloading paramiko-2.8.0-py2.py3-none-any.whl.metadata (4.5 kB) Downloading paramiko-2.7.2-py2.py3-none-any.whl.metadata (2.5 kB) Downloading paramiko-2.7.1-py2.py3-none-any.whl.metadata (2.4 kB) Downloading paramiko-2.7.0-py2.py3-none-any.whl.metadata (2.4 kB) Downloading paramiko-2.6.0-py2.py3-none-any.whl.metadata (1.8 kB) Downloading paramiko-2.5.1-py2.py3-none-any.whl.metadata (1.6 kB) Downloading paramiko-2.5.0-py2.py3-none-any.whl.metadata (1.6 kB) Downloading paramiko-2.4.3-py2.py3-none-any.whl.metadata (1.6 kB) Downloading paramiko-2.4.2-py2.py3-none-any.whl.metadata (1.4 kB) Downloading paramiko-2.4.1-py2.py3-none-any.whl.metadata (1.4 kB) Downloading paramiko-2.4.0-py2.py3-none-any.whl.metadata (1.4 kB) Downloading paramiko-2.3.3-py2.py3-none-any.whl.metadata (1.6 kB) Downloading paramiko-2.3.2-py2.py3-none-any.whl.metadata (1.6 kB) Downloading paramiko-2.3.1-py2.py3-none-any.whl.metadata (1.6 kB) Downloading paramiko-2.3.0-py2.py3-none-any.whl.metadata (1.6 kB) Downloading paramiko-2.2.4-py2.py3-none-any.whl.metadata (1.6 kB) Downloading paramiko-2.2.3-py2.py3-none-any.whl.metadata (1.6 kB) Downloading paramiko-2.2.2-py2.py3-none-any.whl.metadata (1.6 kB) WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/df/1b/7519f092c12048a4346c083101f9e6b8651fe455adc005f909c9cf83407b/paramiko-2.2.1-py2.py3-none-any.whl.metadata Downloading paramiko-2.2.1-py2.py3-none-any.whl.metadata (1.6 kB) Downloading paramiko-2.2.0-py2.py3-none-any.whl.metadata (1.5 kB) Downloading paramiko-2.1.6-py2.py3-none-any.whl.metadata (1.5 kB) Downloading paramiko-2.1.5-py2.py3-none-any.whl.metadata (1.5 kB) Downloading paramiko-2.1.4-py2.py3-none-any.whl.metadata (1.5 kB) Downloading paramiko-2.1.3-py2.py3-none-any.whl.metadata (1.5 kB) Downloading paramiko-2.1.2-py2.py3-none-any.whl.metadata (1.5 kB) ^CERROR: Operation cancelled by user (venv) zjh@ds-test:~/test7.2$ import oracledb ^C(venv) zjh@ds-test:~/test7.2pip install oracledb --upgrade --prere ^CERROR: Operation cancelled by user (venv) zjh@ds-test:~/test7.2$ pip install oracledb --upgrade --pre WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/oracledb/ Collecting oracledb Downloading oracledb-3.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (5.4 kB) INFO: pip is looking at multiple versions of oracledb to determine which version is compatible with other requirements. This could take a while. Downloading oracledb-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (5.5 kB) Downloading oracledb-2.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (5.5 kB) Downloading oracledb-2.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (5.5 kB) Downloading oracledb-2.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) Downloading oracledb-2.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) Downloading oracledb-2.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) Downloading oracledb-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) INFO: pip is still looking at multiple versions of oracledb to determine which version is compatible with other requirements. This could take a while. Downloading oracledb-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) Downloading oracledb-2.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) Downloading oracledb-2.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) Downloading oracledb-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) Downloading oracledb-2.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Downloading oracledb-2.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.2 kB) Downloading oracledb-1.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.1 kB) Downloading oracledb-1.4.1.tar.gz (495 kB) Installing build dependencies ... error error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 2 ╰─> [80 lines of output] Collecting setuptools>=40.6.0 Downloading setuptools-80.4.0-py3-none-any.whl.metadata (6.5 kB) Collecting wheel Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) Collecting cython Downloading cython-3.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) Downloading setuptools-80.4.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 88.8 kB/s eta 0:00:00 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) Downloading cython-3.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/3.2 MB 39.0 kB/s eta 0:00:29 ERROR: Exception: Traceback (most recent call last): File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py", line 438, in _error_catcher yield File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py", line 561, in read data = self._fp_read(amt) if not fp_closed else b"" ^^^^^^^^^^^^^^^^^^ File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py", line 527, in _fp_read return self._fp.read(amt) if amt is not None else self._fp.read() ^^^^^^^^^^^^^^^^^^ File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 98, in read data: bytes = self.__fp.read(amt) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/http/client.py", line 479, in read s = self.fp.read(amt) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/socket.py", line 720, in readinto return self._sock.recv_into(b) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/ssl.py", line 1251, in recv_into return self.read(nbytes, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/ssl.py", line 1103, in read return self._sslobj.read(len, buffer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TimeoutError: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper status = _inner_run() ^^^^^^^^^^^^ File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run return self.run(options, args) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py", line 67, in wrapper return func(self, options, args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py", line 379, in run requirement_set = resolver.resolve( ^^^^^^^^^^^^^^^^^ File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 179, in resolve self.factory.preparer.prepare_linked_requirements_more(reqs) File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py", line 554, in prepare_linked_requirements_more self._complete_partial_requirements( File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py", line 469, in _complete_partial_requirements for link, (filepath, _) in batch_download: ^^^^^^^^^^^^^^ File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_internal/network/download.py", line 184, in __call__ for chunk in chunks: ^^^^^^ File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py", line 55, in _rich_progress_bar for chunk in iterable: ^^^^^^^^ File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py", line 65, in response_chunks for chunk in response.raw.stream( ^^^^^^^^^^^^^^^^^^^^ File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py", line 622, in stream data = self.read(amt=amt, decode_content=decode_content) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py", line 560, in read with self._error_catcher(): ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__ self.gen.throw(value) File "/home/zjh/test7.2/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py", line 443, in _error_catcher raise ReadTimeoutError(self._pool, None, "Read timed out.") pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 2 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.

filetype

PS C:\Users\zhuxinyu> & C:/Users/zhuxinyu/AppData/Local/Programs/Python/Python312/python.exe c:/Users/zhuxinyu/Desktop/数模代码/运动员排比赛(整数规划)(旅行商).py Traceback (most recent call last): File "c:\Users\zhuxinyu\Desktop\数模代码\运动员排比赛(整数规划)(旅行商).py", line 1, in <module> from python_tsp.exact import solve_tsp_dynamic_programming ModuleNotFoundError: No module named 'python_tsp' PS C:\Users\zhuxinyu> pip install python-tsp Collecting python-tsp Using cached python_tsp-0.5.0-py3-none-any.whl.metadata (3.5 kB) Requirement already satisfied: numpy<3.0.0,>=2.0.0 in c:\users\zhuxinyu\appdata\local\programs\python\python312\lib\site-packages (from python-tsp) (2.3.1) Collecting requests<3.0.0,>=2.28.0 (from python-tsp) Using cached requests-2.32.4-py3-none-any.whl.metadata (4.9 kB) Collecting tsplib95<0.8.0,>=0.7.1 (from python-tsp) Using cached tsplib95-0.7.1-py2.py3-none-any.whl.metadata (6.3 kB) INFO: pip is looking at multiple versions of requests to determine which version is compatible with other requirements. This could take a while. Collecting requests<3.0.0,>=2.28.0 (from python-tsp) Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Using cached requests-2.32.2-py3-none-any.whl.metadata (4.6 kB) Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Using cached requests-2.30.0-py3-none-any.whl.metadata (4.6 kB) Using cached requests-2.29.0-py3-none-any.whl.metadata (4.6 kB) Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) Using cached requests-2.28.1-py3-none-any.whl.metadata (4.6 kB) INFO: pip is still looking at multiple versions of requests to determine which version is compatible with other requirements. This could take a while. Using cached requests-2.28.0-py3-none-any.whl.metadata (4.6 kB) Collecting numpy<3.0.0,>=2.0.0 (from python-tsp) Using cached numpy-2.3.1-cp312-cp312-win_amd64.whl.metadata (60 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stri

filetype

Requirement already satisfied: gast<0.5.0,>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from tensorflow==2.7.0 0.4.0) Requirement already satisfied: tensorboard~=2.6 in /usr/local/lib/python3.8/dist-packages (from tensorflow==2.7.0) n12.3) Collecting tensorflow-estimator<2.8,~=2.7.0rc0 (from tensorflow==2.7.10) Downloading tensorflow_estimator-2.7.0-py2.py3-none-any.whl.metadata' (1.2 kB) Collecting keras<2.8,>=2.7.0rc0 (from tensorflow==2.7.0) Downloading keras-2.7.0-py2.py3-none-any.whl.metadata (1.3 kB Requirement already satisfied: tensorflow-io-gcs-filesystem>=0.21.0in /usr/local/lib/python3.8/dist-packages (from te kensorflow==2.7.0) (0.34.0) Requirement already satisfied: grpcio<2.0,>=1.24.3 in /usr/local/lib/python3.8/dist-packages (from tensorflow==2.7.0) (1.70.0) Collecting cirq-core==0.13.1 (from tensorflow-quantum==0.7.2) Downloading cirq_core-0.13.1-py3-none-any.whl.metadata (2.1 KEB) Collecting cirq-google>=0.13.1 (from tensorflow-quantum==0.7.2) Downloading cirq_google-1.1.0-py3-none-any.whl.metadata (2.0 kB) KeCollecting sympy==1.8 (from tensorflow-quantum==0.7.2) Downloading sympy-1.8-py3-none-any.whl.metadata (11 kB) Collecting googleapis-common-protos==1.52.0 (from tensorflowquantum==0.7.2) Downloading googleapis_common_protos-1.52.0-py2.py3-none-any.whl.metadata (1.3 kB) Collecting google-api-core==1.21.0 (from tensorflow-quantum==0.7.2) Downloading google_api_core-1.21.0-py2.py3-none-any.whl.metadata (2.3 kB) Collecting google-auth==1.18.0 (from tensorflow-quantum==0.7.2) Downloading google_auth-1.18.0-py2.py3-none-any.whl.metadata (3.1kB) INFO: pip is looking at multiple versions of tensorflow-quantum to determine which version is compatible with other re quirements. This could take a while. RROR: Cannot install protobuf=3.20.3, tensorflow-quantum=0.7.2 and tensortflow=2.7.0 hecause these package versions have conflicting dependencies, The conflict is caused by: The user requested protobuf==3.20.3 ke tensorflow 2.7.0 depends on protobuf>=

filetype

PS C:\Users\Admin> wsl root@DESKTOP-AMOTP3K:/mnt/c/Users/Admin# pip3 install cirq==0.14.0tensorflow-quantum==0.7.2 Collecting cirq==0.14.0 Downloading cirq-0.14.0-py3-none-any.whl.metadata (7.5 kB) Collecting tensorflow-quantum==0.7.2 Downloading tensorflow_quantum-0.7.2-cp38-cp38-manylinux_2_12_x86_654.manylinux2010_x86_64.whl.metadata (1.8 kB) Collecting cirq-aqt==0.14.0 (from cirq==0.14.0) Downloading cirq_aqt-0.14.0-py3-none-any.whl.metadata (1.6 kB) Collecting cirq-core==0.14.0 (from cirq==0.14.0) Downloading cirq_core-0.14.0-py3-none-any.whl.metadata (2.2 kB) Collecting cirq-google==0.14.0 (from cirq==0.14.0) Downloading cirq_google-0.14.0-py3-none-any.whl.metadata (19 kB) Collecting cirq-ionq==0.14.0 (from cirq==0.14.0) Downloading cirq_ionq-0.14.0-py3-none-any.whl.metadata (1.6kB) Collecting cirq-pasqal==0.14.0 (from cirq==0.14.0) Downloading cirq_pasqal-0.14.0-py3-none-any.whl.metadata (16 kB) Collecting cirq-rigetti==0.14.0 (from cirq==0.14.0) Downloading cirq_rigetti-0.14.0-py3-none-any.whl.metadata (2.4 kB) Collecting cirq-web==0.14.0 (from cirq==0.14.0) Downloading cirq_web-0.14.0-py3-none-any.whl.metadata (2.6 kB) INFO: pip is looking at multiple versions of tensorflow-quantum to determine which version is compatible with other red uirements. This could take a while. ERROR: Cannot install cirq==0.14.9 and tensorflow-quantum=-0.7.2 because these package versions have conflicting depend encies. The conflict is caused by: cirq 0.14.0 depends on cirq-core==0.14.0 tensorflow-quantum 0.7.2 depends on cirq-core==0.13.1 To fix this you could try to: 1. loosen the range of package versions you've specified 2. remove package versions to allow pip to attempt to solvethe dependency conflict ERROK: Resplutionimpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-mesolution/#dealing-with-de pendency-conflicts root@DESKTOP-AMOTP3K:/mnt/c/Users/Admin# _

filetype

WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/d1/24/0794fe23b1a762ae03ff8db91b10de5999436ffc8bc24cf96e264e24a1e6/vector_quantize_pytorch-1.16.1-py3-none-any.whl (39 kB) INFO: pip is still looking at multiple versions of optimum to determine which version is compatible with other requirements. This could take a while. WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/42/fa/2836732a62b4899fcbd1f5e26ec42c4a8494f399e9d2ad8b3a7551983c2c/vector_quantize_pytorch-1.15.6-py3-none-any.whl (38 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/d8/60/d1989a9d958c893ffc6136cd0dbb5490911fea3e15833c2420dab178935b/vector_quantize_pytorch-1.15.5-py3-none-any.whl (38 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/5b/86/6513dfba2928f1690d04466a95912ad526b8e1a134be1ab7b6ca335e2779/vector_quantize_pytorch-1.15.4-py3-none-any.whl (38 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/f4/79/f8f7700cd86411b8253d824a46132e7091ec95acda517fb4c33345c16dfc/vector_quantize_pytorch-1.15.3-py3-none-any.whl (38 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/77/5c/1e230ac0a4ef760d35ebaf83ee1fc63603fabd4921acfd16ca7037f8f605/vector_quantize_pytorch-1.15.2-py3-none-any.whl (38 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/42/b7/6d5ad02a029d15246c6b4884290a06fe6521d5e17a22c12289e926427ff3/vector_quantize_pytorch-1.15.1-py3-none-any.whl (38 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/96/2c/f90a03d658435adc5fb15671bcf791d0426c7279b02a4c41e65e48410641/vector_quantize_pytorch-1.15.0-py3-none-any.whl (38 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/73/32/8af32fad23d4f7d48e0c65d35c187953e64ea8d5f39e6e3abb8d108d320f/vector_quantize_pytorch-1.14.46-py3-none-any.whl (38 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/fb/db/169761922a4c8c47470b42a09c0870da82ae2e82c8067d1f108f18e52a1c/vector_quantize_pytorch-1.14.45-py3-none-any.whl (38 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/ee/b5/ddb332365492d81bd06e1d8bac390633af9dbc4bb85870bca43dd4cae14a/vector_quantize_pytorch-1.14.44-py3-none-any.whl (38 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e7/14/c9bdcdb4c47e09fc055ac8bda3519c228a11a08c36e2936305348d1fa415/vector_quantize_pytorch-1.14.43-py3-none-any.whl (38 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Using cached https://pypi.tuna.tsinghua.edu.cn/packages/6e/29/ed997e56331dbc677be2028a49662a2a226c9855887d071631dfc39c31f2/vector_quantize_pytorch-1.14.42-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/58/00/73aa281d6a7dfed26d4adce6d8dd4b7ceb8b0f805f174a66e942c590b81c/vector_quantize_pytorch-1.14.41-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/0d/9c/24a2890d2900640c70194791a2da77e83c7556395c55b6e7eb6f27f1d5e8/vector_quantize_pytorch-1.14.40-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/11/2e/b8568351d1c9547b547bc9941bef4a2391caf0063a585086dbb23fba602a/vector_quantize_pytorch-1.14.39-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/94/f9/ed1b780c18e559684b9bba0c39de0de00708cd87fffd5d25d98b65840a9e/vector_quantize_pytorch-1.14.37-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/67/0d/0b74350dc61fbd88cf5350ac4bac1d779ee50e7be4288533358f90fe16de/vector_quantize_pytorch-1.14.36-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f2/cf/1e0591894027b6ea6e763553f3470a93d388514dce18dfe254052ee4373c/vector_quantize_pytorch-1.14.35-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/5a/13/55dfe5494bdbc9dfc31c308b1faea1fd56b62d007f6d4b3ce5b7bcdcdb8a/vector_quantize_pytorch-1.14.34-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/03/8c/c599b06f0340009faae0fe17276735cd780744c8a6a6dde7292d20b709ce/vector_quantize_pytorch-1.14.33-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f5/da/737d9792ebd3efa5203b5eb5090305c25aac11a20092645c56808b9f2e0c/vector_quantize_pytorch-1.14.32-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f2/18/ad8a08fc9b2ee612a31c35ef0012a918735c4a1d6a937aa6c703076ff121/vector_quantize_pytorch-1.14.31-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c6/f8/4f214d994368807dba65cb56817e03553376991da4f17b2936c4159c774c/vector_quantize_pytorch-1.14.30-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/77/4a/7d9238bb61489d85343335c89fad94123de9571ec788c7f4b8c170186ebd/vector_quantize_pytorch-1.14.29-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e8/62/dbd487f64156a9c083117333a055fe31a710b054a1526ab48e95934497c7/vector_quantize_pytorch-1.14.28-py3-none-any.whl (37 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all' Downloading https://pypi.tuna.tsinghua.edu.cn/packages/4d/6d/e747eb10d5b0ea7fe5c90f6745957e5d55f23ec05f734f426026bd77c323/vector_quantize_pytorch-1.14.27-py3-none-any.whl (36 kB) WARNING: typer 0.16.0 does not provide the extra 'all' WARNING: typer 0.16.0 does not provide the extra 'all'

filetype

jetson@ubuntu:~$ pip install write Defaulting to user installation because normal site-packages is not writeable Collecting write Downloading write-2020.12.3.tar.gz (1.5 kB) Preparing metadata (setup.py) ... done INFO: pip is looking at multiple versions of write to determine which version is compatible with other requirements. This could take a while. Downloading write-2020.7.1.tar.gz (1.6 kB) Preparing metadata (setup.py) ... done Discarding https://files.pythonhosted.org/packages/75/e2/07bf5efaa9e0f389b0720c20e9cfb6c11d2b743f807e5b15943da5d73eca/write-2020.7.1.tar.gz (from https://pypi.org/simple/write/): Requested write from https://files.pythonhosted.org/packages/75/e2/07bf5efaa9e0f389b0720c20e9cfb6c11d2b743f807e5b15943da5d73eca/write-2020.7.1.tar.gz has inconsistent version: expected '2020.7.1', but metadata has '0.0.0' Downloading write-2019.4.13.tar.gz (1.6 kB) Preparing metadata (setup.py) ... done Downloading write-2019.3.24-py2.py3-none-any.whl.metadata (1.6 kB) Downloading write-2018.11.22-py2.py3-none-any.whl.metadata (1.4 kB) Downloading write-2018.11.20-py2.py3-none-any.whl.metadata (1.4 kB) Collecting fullpath (from write) Downloading fullpath-0.0.post0.tar.gz (683 bytes) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [14 lines of output] running egg_info creating /tmp/pip-pip-egg-info-z__4kqr0/fullpath.egg-info writing /tmp/pip-pip-egg-info-z__4kqr0/fullpath.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-z__4kqr0/fullpath.egg-info/dependency_links.txt writing top-level names to /tmp/pip-pip-egg-info-z__4kqr0/fullpath.egg-info/top_level.txt writing manifest file '/tmp/pip-pip-egg-info-z__4kqr0/fullpath.egg-info/SOURCES.txt' reading manifest file '/tmp/pip-pip-egg-info-z__4kqr0/fullpath.egg-info/SOURCES.txt' writing manifest file '/tmp/pip-pip-egg-info

filetype

(d2l) C:\Windows\System32>pip install mxnet-cu101==1.7.0 -f https://dist.mxnet.io/python Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Looking in links: https://dist.mxnet.io/python DEPRECATION: Wheel filename 'mxnet-pi-1.5.0-py2.py3-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error: Invalid wheel filename (invalid version): 'mxnet-pi-1.5.0-py2.py3-none-any' pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938 DEPRECATION: Wheel filename 'mxnet-raspi-1.5.0-py2.py3-none-any.whl' is not correctly normalised. Future versions of pip will raise the following error: Invalid wheel filename (invalid version): 'mxnet-raspi-1.5.0-py2.py3-none-any' pip 25.3 will enforce this behaviour change. A possible replacement is to rename the wheel to use a correctly normalised name (this may require updating the version in the project metadata). Discussion can be found at https://github.com/pypa/pip/issues/12938 Collecting mxnet-cu101==1.7.0 Using cached https://repo.mxnet.io/dist/python/cu101/mxnet_cu101-1.7.0-py2.py3-none-win_amd64.whl (718.3 MB) Requirement already satisfied: numpy<1.17.0,>=1.8.2 in d:\anaconda\envs\d2l\lib\site-packages (from mxnet-cu101==1.7.0) (1.16.6) Requirement already satisfied: requests<2.19.0,>=2.18.4 in d:\anaconda\envs\d2l\lib\site-packages (from mxnet-cu101==1.7.0) (2.18.4) INFO: pip is looking at multiple versions of mxnet-cu101 to determine which version is compatible with other requirements. This could take a while. ERROR: Could not find a version that satisfies the requirement graphviz<0.9.0,>=0.8.1 (from mxnet-cu101) (from versions: none) ERROR: No matching distribution found for graphviz<0.9.0,>=0.8.1

filetype

=== 函数签名 === 函数名: Diag21_PID_C9 参数: U1 u1_a_num === 所有变量分析 === 类型 | 名称 | 作用域 | 行号 | 类别 ------------------------------------------------------------ 参数 | u1_a_num | 参数 | 1 | 基本类型 变量 | Diag21_PID_C9 | 全局 | 1 | 基本类型 变量 | u1_t_cmplt | 全局 | 1 | 基本类型 变量 | u1_t_cnt | 全局 | 4 | 基本类型 变量 | u2_array | 全局 | 6 | 基本类型 变量 | u1_t_swrstcnt | 全局 | 8 | 基本类型 变量 | u1_t_cnt | 全局 | 8 | 基本类型 变量 | sensor | 全局 | 5 | 基本类型 变量 | u1_g_InspSoftwareVersion | 全局 | 12 | 基本类型 变量 | u4_g_cmd | 全局 | 12 | 基本类型 变量 | u4_g_data | 全局 | 12 | 基本类型 变量 | vd_s_Diag21_U2ToU1 | 全局 | 14 | 基本类型 变量 | u2_g_buf | 全局 | 14 | 基本类型 变量 | u1_g_data | 全局 | 14 | 基本类型 函数调用 | u1_g_InspSoftwareVersion | 调用 | 12 | 函数 函数调用 | vd_s_Diag21_U2ToU1 | 调用 | 14 | 函数 未找到局部变量 === 使用的全局变量 === 基本类型变量: Diag21_PID_C9 (行号: 1) u1_t_cmplt (行号: 1) u1_t_cnt (行号: 4) u2_array (行号: 6) u1_t_swrstcnt (行号: 8) u1_t_cnt (行号: 8) sensor (行号: 5) u1_g_InspSoftwareVersion (行号: 12) u4_g_cmd (行号: 12) u4_g_data (行号: 12) vd_s_Diag21_U2ToU1 (行号: 14) u2_g_buf (行号: 14) u1_g_data (行号: 14) === 函数调用 === 函数名: u1_g_InspSoftwareVersion (行号: 12) 返回类型: U1 参数: u4_g_cmd, &u4_g_data, (U1)TRUE -------------------------------------------------- 函数名: vd_s_Diag21_U2ToU1 (行号: 14) 返回类型: void 参数: u2_g_buf, u1_g_data, (U1)DIAG21_PIDC9_FLAG -------------------------------------------------- === 解析统计 === 参数数量: 1 局部变量数量: 0 全局变量数量: 13 函数调用数量: 2 结构体变量数量: 0 总变量数量: 16

filetype
挣扎的蓝藻
  • 粉丝: 15w+
上传资源 快速赚钱