简体   繁体   English

为什么在Canopy上安装opencv时会降级numpy,scipy和其他程序包?

[英]Why does opencv on Canopy downgrade numpy, scipy, and other packages when I try to install it?

On my package manager for canopy, every time I try to download opencv it downgrades several other important packages. 在我的机盖软件包管理器上,每次我尝试下载opencv时,它都会降级其他几个重要的软件包。 I am then not able to upgrade those same packages or run my code. 然后,我将无法升级那些相同的程序包或运行我的代码。 How can I download opencv without downgrading my other packages? 如何在不降级其他软件包的情况下下载opencv?

You haven't provided any version or platform information. 您尚未提供任何版本或平台信息。 But perhaps you are using an old Canopy version (current is 2.1.9), or perhaps you are using the subscriber-only "full" installer, which is only intended for airgapped or other non-updateable systems. 但是,也许您使用的是Canopy的旧版本(当前版本是2.1.9),或者您使用的是仅订阅者的“完整”安装程序,该安装程序仅用于气隙式或其他不可更新的系统。 Otherwise, the currently supported version of opencv is 3.2.0 (build 3.2.0-4) which depends on numpy 1.13.3, which is the currently supported version of numpy. 否则,当前受支持的opencv版本是3.2.0(内部版本3.2.0-4),它取决于numpy 1.13.3(当前受支持的numpy版本)。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么在Canopy的IPython中不能使用NumPy函数? - Why can't I use NumPy functions in Canopy's IPython? 我应该安装哪种顶篷分配? - Which enthought canopy distribution should I install? 当我尝试在 CentOS 6 上执行 pip 安装时,为什么会出现语法错误? - Why do I get syntax error when I try to do a pip install on CentOS 6? 如何将 numpy、scipy 等软件包添加到 sublime 2 python 中? - how to add packages like numpy,scipy and others to the sublime 2 python? 为什么scipy.sparse.csc_matrix.sum()的结果会将其类型更改为numpy矩阵? - Why does the result of scipy.sparse.csc_matrix.sum() change its type to numpy matrix? conda python没有使用numpy版本,如果我还指定它应该使用python 2,我会尝试安装 - conda python isn't using the numpy version I try install if I also specify that it should use python 2 为什么当我尝试在 kattis 上上传此 Python 代码时会出现运行时错误? - Why does this Python code give a runtime error when I try to upload it on kattis? pip在哪里安装软件包? - Where does pip install packages? 当我尝试将python版本定义为2.7时,为什么virtualenv会引发错误? - Why does virtualenv throw an error when I try to define the python version as 2.7? 为什么我能够成功返回一个较大的np.float128,但是当我尝试在numpy中创建相同的np.float128时,我却得到了inf? - Why is that I'm able to successfully return a large np.float128 but when I try to create the same np.float128 in numpy I just get inf?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM