最近服务器迁移,从得win7系统迁移到云服务器器上的windows server2008系统,迁移过程中安装Python的opencv一直出错,不管是用whl安装或者是在线pip安装都报错,尝试打包成exe也是同样,提示dll load fail.(如果你刚好也是cv2报错dll load fail,而且也是windows server系统,受这个问题困扰,可以接着往下看) 问题应该就是dll缺失,但具体怎么缺失一时半会找不到.这时候就得咨询百度.谷歌了,百度了一轮,发现有类似的情况,但没发现具…
终于解决了python 3.x import cv2 “ImportError: DLL load failed: 找不到指定的模块” 及“pycharm关于cv2没有代码提示”的问题   参考 :https://blog.csdn.net/Fang_good/article/details/78139601            https://www.cnblogs.com/only-zero-0/p/10024079.html 在网上找了很多资源,基本前篇一律.下载对应版本opencv p…
最近因为一些原因安装了Anaconda3并且重新配置Python环境,但是遇到了一些麻烦的事情. 首先就是在Anaconda已经装好numpy和mkl的情况下,在PyCharm中import numpy,会提示 from . import _mklinit  ImportError: DLL load failed: 找不到指定模块 但是在Jupiter和Spider里面都能正确import numpy,不会出现这个问题. 在网上找了很多解决方法(多数是说python版本和numpy版本不匹配等…
今天在用jupyter notebook 的时候发生了kernel error,点开之后提示了以下报错信息 Traceback (most recent call last): File "C:\Users\boqia\AppData\Roaming\Python\Python38\site-packages\tornado\web.py", line 1704, in _execute result = await result File "C:\Users\boqia\A…
安装完成Scrapy时候,终端导入Scrapy时候,发现没有任何报错,但是在运行Scrapy的项目的时候提示“import win32api ImportError: DLL load failed: 找不到指定的模块”,发现我们的win32api模块没有安装,此时我们通过pip install pypiwin32 安装该模块发现模块已经在本地安装过,但是就是无法导入 win32api: 解决办法: 直接下载win32api 模块进行安装,便可以安装成功: https://sourceforge…
个人用64位电脑安装了64位的PyQt后 from PyQt4.QtGui import * 提示 ImportError: DLL load failed: %1 is not a valid Win32 application. 后卸载64位的PyQt后,再装32位的PyQt后则成功.目测是之前装的Python2.7是32位的,与64位的PyQt不兼容.…
下面蓝队网络为大家介绍下windows server 2008 如何查看异常重启日志 开始->管理工具->时间查看器 windows日志->系统 筛选当前日志 选择Kernel-Powder 选?41 http://www.landui.com/help/show-2761.html…
公司比较传统,一直使用的JSP做项目,没有遇到过跨域问题. 最近因为公司接到一个微信spa项目,因为考虑到项目需要调用老接口,斗胆选择nginx(1.12.1)做接口转发服务, 开发环境使用的win10,开启多核,gzip都没有出现问题 但是搬到生产环境上就出问题了, 因为公司服务器A环境是windows server 2008,导致客户端请求部分接口在nginx转发过程一直处于pending状态(永不反回), 原因未知,尝试使用windows server 2008以上版本的操作系统均没有发生…
在一台服务器的全新windows Server 2008 R2 服务器上配置php运行环境, 在启动Apache之后,显示下图错误: 解决方法: 1.安装VC redit.exe程序解决 是VC的一个程序:VC redit.exe链接:https://www.microsoft.com/zh-cn/download/details.aspx?id=48145 下载时选择x86还是x64的根据自己系统的版本需求,安装成功就可以了.   2.安装VC++的时候,提示安装失败: 注意:windows…
Make sure that you have Office runtime installed on the server. If you are using Windows Server 2008 then using office interops is a lenghty configuration and here are the steps. Better is to move to Open XML or you can configure as below Install MS…