windows下安装pywin32报错:close failed in file object destructor:sys.excepthook is missing lost sys.stderr

今晚要写搜索引擎作业,搭scrapy环境,遇到了下面问题:

解决方法:

1.右键管理员身份运行cmd命令提示符:

2. 切换到C:\Python27\Scripts文件夹下,命令为:cd C:\Python27\Scripts

3. 运行python pywin32_postinstall.py -install

提示成功安装。问题解决。

时间: 2024-10-06 10:12:33

windows下安装pywin32报错:close failed in file object destructor:sys.excepthook is missing lost sys.stderr的相关文章

Windows下安装Tensorflow报错 “DLL load failed:找不到指定的模块"

Windows下安装完tensorflow后,在cmd下运行python后import tensorflow出现如下错误: Traceback (most recent call last): File "D:\Python\Python35\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in swig_import_helper return importlib.import_

在windows下安装lxml 报错error: Unable to find vcvarsall.bat

刚开始安装 ,我是使用命令pip install lxml直接进行安装,不过出错了 error: Unable to find vcvarsall.bat 解决方案: 1.首先安装wheel,pip install wheel 2.在这里下载对应的.whl文件, http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml 3.进入.whl所在的文件夹,执行命令即可完成安装:pip install 带后缀的完整文件名 我下载的是:lxml-4.2.1-cp34-

windows下安装torchvision报错的解决方案

今晚再次多次尝试在win10下安装pytorch以及torchvision,终于把上次的坑给填了.来来回回装卸各种包有几十遍了,稍微记录一下,给后面遇到同样问题的人一点提醒. 首先,介绍下安装流程,比较简单,在Anaconda Prompt下运行如下官方指定命令.(这里用pip装,pytorch也可以用conda装,没什么区别,但torchvision只能用pip装,原因下面有说) pip3 install http://download.pytorch.org/whl/cpu/torch-0.

Djianggo 在windows中安装出现报错的解决方案

Djianggo 在win7下 安装会报错 Traceback (most recent call last):File "setup.py", line 4, in <module> from setuptools import setup, find_packagesImportError: No module named setuptools 需要到  https://pypi.python.org/pypi/setuptools/ 上下载  setuptools-1

debian 下安装 openldap 报错 BerkeleyDB not available 解决

debian 下安装 openldap 报错 BerkeleyDB not available 解决: apt-get install libdb-dev

linux下安装php报错configure: error: Cannot find MySQL header files under /usr/include/mysql.

linux下安装php报错configure: error: Cannot find MySQL header files under /usr/include/mysql. 2013-03-04 15:34wdjhz | 分类:服务器软件 | 浏览5318次 configure: error: Cannot find MySQL header files under /usr/include/mysql.Note that the MySQL client library is not bun

解决windows安装tesserocr报错问题 Failed building wheel for tesserocr

在我安装tesserocr的过程中出现了报错 C:\Users\Administrator>pip3 install tesserocr pillowCollecting tesserocr Using cached https://files.pythonhosted.org/packages/cf/0d/9e554f041962b8dd7acd978330535fed879452bb0af257c287ca4ae9c525/tesserocr-2.2.2.tar.gzRequirement

在CMD命令下安装nexus报错 wrapper | OpenSCManager failed - 拒绝访问的问题

问题描述: 在控制台(cmd)下执行nexus install命令安装nexus服务的时候报错: wrapper | OpenSCManager failed - 拒绝访问. (0x5) 同时,尝试了网上所说的到nexus-2.7.0-bundle\nexus-2.7.0-04\bin\jsw\windows-x86-64目录下找到start-nexus.bat脚本文件,右键点击 ---->   以管理员身份运行也不能解决. 问题分析和解决: 出现问题的原因是登陆的用户是普通用户,权限不够. 解

win7下安装MYSQL报错:&quot;MYSQL 服务无法启动&quot;的3534问题

win7下安装MYSQL,只到"net start mysql"这一步报错:3534的错误: 是直接官网下载的压缩文件.不是安装文件. 解决方法: 1:环境变量PATH添加完成(例如:h:\mysql\\bin 2:在mysql目录下,新建data目录. 3:在mysql目录下 新建新建一个默认配置文件my.ini. 内容: [mysql]# 设置mysql客户端默认字符集default-character-set=utf8 [mysqld]#设置3306端口port = 3306 #