Cloud Toolkit Release Notes

CloudToolkit持续更新,新增轻量应用服务器、RDSView、SQLConsole等功能,优化部署日志、Arthas终端显示,修复多处缺陷,提升用户体验。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

此页面中出现的任何贡献者,如您需要添加更多信息,请联系我们,我们愿意为所有 Cloud Toolkit 的贡献者提供一定的推广或者隐匿处理。再次感谢所有为 Cloud Toolkit 发展做出贡献的开发者。(如无特殊说明,贡献者均未直接参与代码编写)

2019.4.1

新特性

  • 新增对轻量应用服务器的支持
    贡献者:@吴少华 @赵守仁 @王绪志 @Today @达贵木 @牛梓名 @欧阳勇
  • 应用部署实时日志查看
    贡献者:@窦金瑞 @方永涛

优化和改进

  • 应用服务器列表支持模糊搜索
    贡献者:@陈杰
  • 文件部署和上传功能,确保服务器文件权限保持和覆盖前一致
    贡献者:@LinTX @1989
  • 修复在没有 Host 情况下,编辑RunConfiguration闪退IDEA的问题
    贡献者:@钱亚东
  • 修复在相同IP地址和机器Tag情况下,无法准确选中上次部署的机器的问题

2019.3.3

新特性

  • 提供对阿里云经典网络 ECS 的支持
    贡献者:@云星一号 @黄涛 @尹晓亮 @阿亮 @刘贝贝

优化和改进

  • 解决特定情况下,部署日志界面出现绿屏的问题
    贡献者:@Eleven @徐奥 @写虫师 @张执政
  • 优化 Arthas 终端命令行显示宽度
  • 解决应用部署时,如果没有设置 Command,会报错空指针的问题
    贡献者:@异乡人 @北城相遇 @刘晓亮
  • 优化 SQL Console 结果集显示,查询结果如果列过多的时候,增加滚动条显示
    贡献者:@hans @王勇
  • SQL Console 高危 SQL 执行时,增加二次确认
    贡献者:@叶康铭
  • 优化精简 Deploy Configuration 界面

2019.3.2

新特性

  • 文件上传支持文件夹上传
    贡献者:@well @王气虚 @say @李杰 @陈杰 @孙军涛 @杨超 @银太
  • 提供PyCharm、GoLand、PhpStorm等 IntelliJ 系列平台版本的插件

优化和改进

  • 优化应用部署和文件上传时的进度条展示,合并成至多两行
    贡献者:@Hello World @袁林
  • 部署至ECS、Host,以及文件上传时,支持 Command 编辑
    贡献者:@翟博伦
  • 解决 Ubuntu 下 source 命令无法找到的问题
    贡献者:@尹莉军

2019.3.1

优化和改进

  • 修复:Windows 平台下,特殊换行符引起 Java 进程获取错乱的问题

2019.3.0

新特性

2019.2

新特性

  • 支持阿里云 RDS View,并提供SQL Console,在IDE中执行SQL语句

优化和改进

  • 解决应用部署时,Command 必须必须绝对路径的限制
  • 解决 Command 执行时,环境变量丢失的问题;

2019.1.1

新特性

  • 新增对阿里云 EDAS Serverless 产品的支持
    贡献者:@李维振 @袁继

优化和改进

  • 非 ECS 机器管理支持模糊搜索
    贡献者:@李铁彪 @袁继
  • 应用部署、文件上传支持上传进度实时展示
    贡献者:@刘吉祥 @许百茹
  • 修复电脑上启动两个 IntelliJ 工程时,Terminal 窗口会漂移到另外一个工程上去的问题
    贡献者:@少年磨平了吗 @Hello World
  • 解决应用部署时 IDE Console 中文乱码问题
    贡献者:@万里乌云
  • 修复非22端口的机器无法登陆的问题
    贡献者:@陈干

2019.1

新特性

  • Eclipse 内置远程服务器终端

优化和改进

  • 内置 Shell 终端 UI 换行和布局优化
    贡献者:@... @Todking @6L0H
  • 文件上传支持对最近一次操作记录的保存
    贡献者:@zion @赵红亮
  • Deploy to Host 支持多模块 Maven 工程的部署
  • Deploy to Host,如果尚未添加任何机器,增加 Add Host 引导
    贡献者:@周昆
  • Deploy to Host,允许清除已填写的 Command
    贡献者:@修千
  • Deploy to Host,Add Host 界面用户名和密码表单填写交互优化
  • 公钥/密钥方式登陆服务器支持填写 Passphrase
    贡献者:@小旭旭 @张晨刚 @杨宇昌

2018.12

新特性

  • IntelliJ 内置远程服务器终端。IDE 内置远程服务器终端,便于开发人员在编码过程中,无缝操作远程服务器。
  • 支持自有机器的部署 Deploy to Host。突破阿里云 ECS 限制,任何支持 SSH 协议的机器,都可以进行部署。
    贡献者:@简单、@LiRun、@大月亮小地球、@阳关小米饭、@涛声依旧等。
  • 文件上传。在 IDE 中,将本地文件上传到远程服务器(比如 ECS )中指定目录。
  • 新增对容器服务 Kubernetes 托管版集群类型的支持
    贡献者:@叶英豪
  • Cloud Toolkit for Maven 发布。在项目工程中,配置 Maven Pom坐标,即可将应用部署到阿里云,目前支持 EDAS。适用于Jenkins等持续集成工具场景。
  • 将本机注册到 EDAS 注册中心。阿里云 EDAS 高级功能,一旦将本机注册到阿里云 EDAS 云端注册中心,即可进行微服务的互相调用
    贡献者:@高德地图

优化和改进

  • 允许设置采用 SSH 协议登陆远程服务器的端口
    贡献者:@修千
  • 第一次使用阿里云功能,提示进行账号相关信息配置。
    贡献者:@王东亚
  • Deploy to ECS/Host 功能中,当出现 「Upload Deployment File to OSS Failed」时,输出详细的报错日志,以便于问题定位。
    贡献者:@黄昭仪

修复缺陷

  • 修复 Deploy to ECS/Host 功能中,Deploy Location 文本框前后空格未处理的问题
    贡献者:@朱运田
  • 修复 Preferences 界面强制填写的问题

1.1.1

优化和改进

  • 稳定性和安全性升级。插件后端存储组件技术升级,增强数据安全性和稳定性。

1.1.0

优化和改进

修复缺陷

1.0.0

新特性

  • 部署应用程序到阿里云 ECS
  • 部署应用程序到阿里云 EDAS
  • 部署应用程序到阿里云容器服务 Kubernetes


相关阅读

Intellij版本正式发布
开发笔记6 | 部署 Java 应用程序到阿里云 ECS ( Eclipse 版 )
开发笔记18 | 部署 Java 应用程序到 ECS ( Intellij 版 )
开发笔记7 | 部署 Go 应用程序到阿里云 ECS
开发笔记11 | 部署 Spring Boot 应用到云VM
开发笔记10 | 部署应用到阿里云容器服务 Kubernetes



你不是很确信地说:官方发布说明:PyTorch 1.6 Release Notes 明确要求CUDA 10.2 包元数据检查:torchvision-0.7.0的requires字段包含cudatoolkit >=10.2,<11 然而,当我输出conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.2 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch -y 这条指令后,系统反馈: (E:\VSCodeVenv\hovernet) E:\VSCodeProjects>conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.2 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch -y 3 channel Terms of Service accepted Channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main - defaults Platform: win-64 Collecting package metadata (repodata.json): done Solving environment: failed LibMambaUnsatisfiableError: Encountered problems while solving: - package torchvision-0.7.0-py36_cu101 requires cudatoolkit >=10.1,<10.2, but none of the providers can be installed Could not solve for environment specs The following packages are incompatible ├─ cudatoolkit =10.2 * is requested and can be installed; ├─ openslide =* * is installable and it requires │ ├─ cairo >=1.18.4,<2.0a0 *, which requires │ │ ├─ fontconfig >=2.15.0,<3.0a0 * with the potential options │ │ │ ├─ fontconfig 2.15.0 would require │ │ │ │ └─ freetype >=2.12.1,<3.0a0 * with the potential options │ │ │ │ ├─ freetype [2.12.1|2.13.3], which can be installed; │ │ │ │ └─ freetype 2.13.3 would require │ │ │ │ └─ libfreetype6 ==2.13.3 h0b5ce68_1, which requires │ │ │ │ └─ freetype >=2.13.3 *, which can be installed; │ │ │ └─ fontconfig 2.15.0 would require │ │ │ ├─ freetype >=2.12.1,<3.0a0 * with the potential options │ │ │ │ ├─ freetype [2.12.1|2.13.3], which can be installed; │ │ │ │ └─ freetype 2.13.3, which can be installed (as previously explained); │ │ │ └─ vc >=14.2,<15 *, which can be installed; │ │ ├─ freetype >=2.12.1,<3.0a0 * with the potential options │ │ │ ├─ freetype [2.12.1|2.13.3], which can be installed; │ │ │ └─ freetype 2.13.3, which can be installed (as previously explained); │ │ └─ libglib >=2.82.2,<3.0a0 *, which requires │ │ └─ pcre2 [>=10.42,<10.43.0a0 *|>=10.44,<10.45.0a0 *|>=10.45,<10.46.0a0 *], which requires │ │ └─ bzip2 >=1.0.8,<2.0a0 *, which can be installed; │ ├─ gdk-pixbuf >=2.42.12,<3.0a0 * with the potential options │ │ ├─ gdk-pixbuf 2.42.12 would require │ │ │ └─ libtiff >=4.6.0,<4.8.0a0 * with the potential options │ │ │ ├─ libtiff [4.6.0|4.7.0] would require │ │ │ │ └─ lerc >=4.0.0,<5.0a0 * with the potential options │ │ │ │ ├─ lerc 4.0.0, which can be installed; │ │ │ │ └─ lerc 4.0.0 would require │ │ │ │ └─ vc >=14.2,<15.0a0 *, which can be installed; │ │ │ └─ libtiff 4.7.0 conflicts with any installable versions previously reported; │ │ └─ gdk-pixbuf 2.42.12 would require │ │ ├─ libjpeg-turbo >=3.1.0,<4.0a0 *, which requires │ │ │ └─ jpeg <0.0.0a *, which can be installed; │ │ ├─ libtiff >=4.7.0,<4.8.0a0 * with the potential options │ │ │ ├─ libtiff [4.6.0|4.7.0], which can be installed (as previously explained); │ │ │ └─ libtiff 4.7.0 conflicts with any installable versions previously reported; │ │ └─ vc >=14.3,<15 *, which can be installed; │ ├─ libglib >=2.84.3,<3.0a0 *, which can be installed (as previously explained); │ ├─ libjpeg-turbo >=3.1.0,<4.0a0 *, which can be installed (as previously explained); │ └─ libtiff >=4.7.0,<4.8.0a0 * with the potential options │ ├─ libtiff [4.6.0|4.7.0], which can be installed (as previously explained); │ └─ libtiff 4.7.0 conflicts with any installable versions previously reported; ├─ pin on python 3.6.* =* * is installable and it requires │ └─ python =3.6 *, which can be installed; └─ torchvision ==0.7.0 * is not installable because there are no viable options ├─ torchvision 0.7.0 would require │ └─ cudatoolkit >=10.1,<10.2 *, which conflicts with any installable versions previously reported; ├─ torchvision 0.7.0 would require │ └─ pillow >=4.1.1 * but there are no viable options │ ├─ pillow [10.0.0|10.0.1|...|9.5.0] would require │ │ └─ python >=3.10,<3.11.0a0 *, which conflicts with any installable versions previously reported; │ ├─ pillow [10.0.0|10.0.1|...|9.5.0] would require │ │ └─ python >=3.11,<3.12.0a0 *, which conflicts with any installable versions previously reported; │ ├─ pillow [10.0.0|10.0.1|...|9.5.0] would require │ │ └─ python >=3.8,<3.9.0a0 *, which conflicts with any installable versions previously reported; │ ├─ pillow [10.0.0|10.0.1|...|9.5.0] would require │ │ └─ python >=3.9,<3.10.0a0 *, which conflicts with any installable versions previously reported; │ ├─ pillow [10.0.1|10.1.0|...|11.3.0] would require │ │ └─ python [>=3.12,<3.13.0a0 *|>=3.12.0rc3,<3.13.0a0 *], which conflicts with any installable versions previously reported; │ ├─ pillow [10.4.0|11.0.0|11.1.0|11.2.1|11.3.0] would require │ │ └─ python [>=3.13,<3.14.0a0 *|>=3.13.0rc2,<3.14.0a0 *], which conflicts with any installable versions previously reported; │ ├─ pillow [4.1.1|4.2.0|...|6.2.1] would require │ │ └─ python [=2.7 *|>=2.7,<2.8.0a0 *], which conflicts with any installable versions previously reported; │ ├─ pillow [4.1.1|4.2.0|...|5.3.0] would require │ │ └─ python [=3.5 *|>=3.5,<3.6.0a0 *], which conflicts with any installable versions previously reported; │ ├─ pillow [4.1.1|4.2.0|4.2.1] would require │ │ ├─ freetype ==2.7|=2.7 *, which conflicts with any installable versions previously reported; │ │ ├─ jpeg =9 *, which conflicts with any installable versions previously reported; │ │ └─ libtiff =4.0 *, which can be installed; │ ├─ pillow [4.2.1|4.3.0] would require │ │ ├─ freetype ==2.7 *, which conflicts with any installable versions previously reported; │ │ ├─ jpeg =9 *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.0.3,<4.0.8 *, which can be installed; │ ├─ pillow [4.3.0|5.0.0] would require │ │ ├─ freetype =2.8 *, which conflicts with any installable versions previously reported; │ │ ├─ jpeg =9 *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.0.8,<4.0.10 *, which can be installed; │ ├─ pillow [5.1.0|5.2.0] would require │ │ ├─ freetype [=2.8.1 *|==2.8.1 *], which conflicts with any installable versions previously reported; │ │ ├─ jpeg =9 *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.0.8,<4.0.10 *, which can be installed; │ ├─ pillow 5.2.0 would require │ │ ├─ freetype >=2.8.1,<2.9.0a0 *, which conflicts with any installable versions previously reported; │ │ ├─ jpeg >=9c,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.0.9,<4.4.0a0 * with the potential options │ │ ├─ libtiff 4.3.0 would require │ │ │ └─ lerc >=2.2.1,<3.0a0 *, which conflicts with any installable versions previously reported; │ │ ├─ libtiff 4.3.0 would require │ │ │ └─ lerc >=3.0,<4.0a0 *, which conflicts with any installable versions previously reported; │ │ ├─ libtiff 4.0.10, which can be installed; │ │ ├─ libtiff 4.0.9, which can be installed; │ │ ├─ libtiff 4.1.0, which can be installed; │ │ └─ libtiff 4.2.0, which can be installed; │ ├─ pillow [5.2.0|5.3.0|...|6.1.0] would require │ │ ├─ jpeg >=9c,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.0.9,<4.4.0a0 * with the potential options │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.0.10, which can be installed; │ │ ├─ libtiff 4.0.9, which can be installed; │ │ ├─ libtiff 4.1.0, which can be installed; │ │ └─ libtiff 4.2.0, which can be installed; │ ├─ pillow [5.1.0|5.2.0|...|9.4.0] would require │ │ └─ python >=3.7,<3.8.0a0 *, which conflicts with any installable versions previously reported; │ ├─ pillow [6.1.0|6.2.0|...|7.1.2] would require │ │ ├─ jpeg >=9c,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.0.10,<4.4.0a0 * with the potential options │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.0.10, which can be installed; │ │ ├─ libtiff 4.1.0, which can be installed; │ │ └─ libtiff 4.2.0, which can be installed; │ ├─ pillow [6.2.1|7.0.0|7.1.1|7.1.2] would require │ │ ├─ jpeg >=9c,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.1.0,<4.4.0a0 * with the potential options │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.1.0, which can be installed; │ │ └─ libtiff 4.2.0, which can be installed; │ ├─ pillow [6.2.2|7.2.0|8.0.0|8.0.1|8.1.0] would require │ │ ├─ jpeg >=9d,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.1.0,<4.4.0a0 * with the potential options │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.1.0, which can be installed; │ │ └─ libtiff 4.2.0, which can be installed; │ ├─ pillow [6.2.2|7.2.0|8.0.0|8.0.1|8.1.0] would require │ │ ├─ jpeg >=9d,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.0.10,<4.4.0a0 * with the potential options │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.0.10, which can be installed; │ │ ├─ libtiff 4.1.0, which can be installed; │ │ └─ libtiff 4.2.0, which can be installed; │ ├─ pillow [8.1.0|8.1.1|8.1.2|8.2.0] would require │ │ ├─ jpeg >=9d,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.2.0,<4.4.0a0 * with the potential options │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ └─ libtiff 4.2.0, which can be installed; │ ├─ pillow [8.3.0|8.3.1|8.3.2] would require │ │ ├─ jpeg >=9d,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.3.0,<4.4.0a0 *, which cannot be installed (as previously explained); │ ├─ pillow [4.1.1|4.2.0|4.2.1] would require │ │ ├─ bzip2 ==1.0.6 * but there are no viable options │ │ │ ├─ bzip2 1.0.6 conflicts with any installable versions previously reported; │ │ │ └─ bzip2 1.0.6 would require │ │ │ └─ vc ==10 *, which conflicts with any installable versions previously reported; │ │ ├─ freetype =2.5 *, which conflicts with any installable versions previously reported; │ │ ├─ jpeg =9 *, which conflicts with any installable versions previously reported; │ │ └─ libtiff =4.0 *, which can be installed; │ ├─ pillow 4.2.1 would require │ │ ├─ freetype >=2.8,<2.9.0a0 *, which conflicts with any installable versions previously reported; │ │ ├─ jpeg >=9b,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.0.8,<4.7.0 * with the potential options │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff [4.6.0|4.7.0], which can be installed (as previously explained); │ │ ├─ libtiff 4.0.10, which can be installed; │ │ ├─ libtiff 4.0.9, which can be installed; │ │ ├─ libtiff 4.1.0, which can be installed; │ │ ├─ libtiff 4.2.0, which can be installed; │ │ ├─ libtiff [4.4.0|4.5.0|4.5.1], which can be installed; │ │ └─ libtiff 4.0.8, which can be installed; │ ├─ pillow [4.3.0|5.0.0|5.1.0] would require │ │ ├─ freetype >=2.8,<2.9.0a0 *, which conflicts with any installable versions previously reported; │ │ ├─ jpeg >=9b,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.0.9,<4.7.0 * with the potential options │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff [4.6.0|4.7.0], which can be installed (as previously explained); │ │ ├─ libtiff 4.0.10, which can be installed; │ │ ├─ libtiff 4.0.9, which can be installed; │ │ ├─ libtiff 4.1.0, which can be installed; │ │ ├─ libtiff 4.2.0, which can be installed; │ │ └─ libtiff [4.4.0|4.5.0|4.5.1], which can be installed; │ ├─ pillow [5.1.0|5.2.0|5.3.0|5.4.1] would require │ │ ├─ jpeg >=9b,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.0.9,<4.7.0 * with the potential options │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff [4.6.0|4.7.0], which can be installed (as previously explained); │ │ ├─ libtiff 4.0.10, which can be installed; │ │ ├─ libtiff 4.0.9, which can be installed; │ │ ├─ libtiff 4.1.0, which can be installed; │ │ ├─ libtiff 4.2.0, which can be installed; │ │ └─ libtiff [4.4.0|4.5.0|4.5.1], which can be installed; │ ├─ pillow [6.0.0|6.1.0|6.2.0|6.2.1] would require │ │ ├─ jpeg >=9b,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.0.10,<4.7.0 * with the potential options │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff [4.6.0|4.7.0], which can be installed (as previously explained); │ │ ├─ libtiff 4.0.10, which can be installed; │ │ ├─ libtiff 4.1.0, which can be installed; │ │ ├─ libtiff 4.2.0, which can be installed; │ │ └─ libtiff [4.4.0|4.5.0|4.5.1], which can be installed; │ ├─ pillow [7.0.0|7.1.2|7.2.0] would require │ │ ├─ jpeg >=9b,<10a *, which conflicts with any installable versions previously reported; │ │ └─ libtiff >=4.1.0,<4.7.0 * with the potential options │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ │ ├─ libtiff [4.6.0|4.7.0], which can be installed (as previously explained); │ │ ├─ libtiff 4.1.0, which can be installed; │ │ ├─ libtiff 4.2.0, which can be installed; │ │ └─ libtiff [4.4.0|4.5.0|4.5.1], which can be installed; │ └─ pillow [8.0.0|8.0.1|...|8.3.1] would require │ ├─ jpeg =* *, which conflicts with any installable versions previously reported; │ └─ libtiff >=4.1.0,<4.7.0 * with the potential options │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ ├─ libtiff 4.3.0, which cannot be installed (as previously explained); │ ├─ libtiff [4.6.0|4.7.0], which can be installed (as previously explained); │ ├─ libtiff 4.1.0, which can be installed; │ ├─ libtiff 4.2.0, which can be installed; │ └─ libtiff [4.4.0|4.5.0|4.5.1], which can be installed; ├─ torchvision 0.7.0 would require │ └─ python >=3.7,<3.8.0a0 *, which conflicts with any installable versions previously reported; └─ torchvision 0.7.0 would require └─ python >=3.8,<3.9.0a0 *, which conflicts with any installable versions previously reported. Pins seem to be involved in the conflict. Currently pinned specs: - python=3.6 你如何解决仍然存在的问题,仔细思考
最新发布
08-12
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值