首页 > 其他分享 >ERROR: pip's dependency resolver does not currently take into account all the packages that are

ERROR: pip's dependency resolver does not currently take into account all the packages that are

时间:2023-05-07 16:55:52浏览次数:51  
标签:1.16 account into installed dependency pip following numpy

报错原因:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed.

This behaviour is the source of the following dependency conflicts.

scipy 1.7.3 requires numpy<1.23.0,>=1.16.5, but you have numpy 1.15.1 which is incompatible.

报错解析:

已经安装的ccipy 1.7.3包,至少要求numpy的版本是1.16.5,安装的numpy是1.15.1,二者有冲突

解决办法:

pip install  -U numpy==1.16.5

安装1.16.5版本的numpy

标签:1.16,account,into,installed,dependency,pip,following,numpy
From: https://www.cnblogs.com/kuafuzhuiri/p/17379531.html

相关文章

  • 坑系列 (Angular 2+ ) -> 控制反转C(Inversion of Control)和 依赖注入DI(Dependency
        控制反转IOC和依赖注入DI这两个概念其实有太多优秀的文章,由浅入深,从不同的角度,再到不同的比喻进行了讲解,对于新手的我来说,看完之后,好像看了又没完全看,回头摸索实践,还是总有种似懂非懂,懂了又没完全懂(‘X了又没完全XXX’句式是2021年某个梗嘻嘻......
  • To build this project, the following workloads must be installed: macos问题的处
    如遇跨平台的NETSDK1147错误的处理方法:【报错提示】NETSDK1147Tobuildthisproject,thefollowingworkloadsmustbeinstalled:macosToinstalltheseworkloads,runthefollowingcommand:dotnetworkloadrestore   KristofferStrube.Blazor.SVGEditor   You......
  • [INS-42017] The Grid home is inconsistent on the following nodes: [11grac2]
    1、一套11.2.0.4RAC的测试环境,集群被捣鼓坏了,打算deconfig后,运行config.sh脚本重新配置集群。2、运行config.sh脚本,在检测环境时,遇到如下故障:[INS-42017]TheGridhomeisinconsistentonthefollowingnodes:[11grac2] 3、搜索MOS,找到文档《config.sh:[INS-32167]The......
  • 解决Python中报错RequestsDependencyWarning: urllib3 (1.26.9) or chardet (5.1.0)/c
      在运行requests包时,出现了以下报错信息:RequestsDependencyWarning:urllib3(1.26.9)orchardet(5.1.0)/charset_normalizer(2.0.12)doesn'tmatchasupportedversion!warnings.warn("urllib3({})orchardet({})/charset_normalizer({})doesn'tmatchasu......
  • error: Your local changes to the following files would be overwritten by merge
    拉取代码出现error:Yourlocalchangestothefollowingfileswouldbeoverwrittenbymerge解决方案你团队其他成员修改了某文件并已提交入库。你在pull之前修改了本地该文件,等你修改完代码再pull时,这时会报错如下错误:error:Yourlocalchangestothefollowingfiles......
  • npm i 报错 unable to resolve dependency tree
    错误:问题原因:安装包各个版本冲突解决办法:npmi--legacy-peer-deps忽略各种报错命令npmi--legacy-peer-deps--ignore-scripts--registry=https://registry.npm.taobao.org然后重新安装 npminstall 或者 cnpmi ......
  • 部署kubernetes-dashboard顺便搞懂kubernetes中的ServiceAccount和RBAC
    "种草"kubernetes-dashboard安装部署dashboard创建用于登录面板的ServiceAccount权限控制"种草"kubernetes-dashboardKubernetesDashboard是通用的用于管理Kubernetes集群的WebUI面板kubernetes-dashboard代码库readme中对自己的介绍:KubernetesDashboardi......
  • 升级 .net 6后 The view 'Index' was not found. The following locations were searc
    升级.net6之后Razor页面出现找不到view的情况,原因是.net6默认移除了一些依赖包,如下完美解决web工程添加包Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilationstartup.cs里面加上Compilation引用builder.Services.AddControllersWithViews().AddRazorRuntimeCompilation(); ......
  • Element Plus错误警告 | Popper: Detected CSS transitions on at least one of the f
    这个错误的解决方案如下:1.禁用"computeStyles"修饰符的adaptive选项:这将允许平滑过渡,但可能会降低性能。禁用"computeStyles"修饰符的adaptive选项,可以在创建Popper实例时指定modifiers参数,并将computeStyles的adaptive属性设置为false。示例如下:import{create......
  • ACCT867 Finance for Accountants
    ACCT867FinanceforAccountantsTrimesterOne,2023IndividualAssignmentDueDate:1stMay2023,at12:00pm(noon)Weighting:30%(20%forWrittenAssignmentand10%forOralPresentation)Type:IndividualassignmentLength:Maximum2,000words(excludingtab......