python3.6安装scrapy出错_请教安装 Scrapy 时的这个错误如何解决

32 位的 WINDOWS7,PYTHON3.6 环境下要安装 Scrapy-1.4.0-py2.py3-none-any.whl ,这个 whl 文件已经下载并放到 python 目录下,输入命令为 pip install Scrapy-1.4.0-py2.py3-none-any.whl

安装了很多包后,出现了以下的出错提示,请问这是什么原因导致的,如何解决呢?感谢指点!

Requirement already satisfied: pyparsing in d:\python\python3\lib\site-packages (from packaging>=16.8->setuptools->zope.interfac

e>=4.0.2->Twisted>=13.1.0->Scrapy==1.4.0)

Installing collected packages: Twisted, Scrapy

Running setup.py install for Twisted ... error

Exception:

Traceback (most recent call last):

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\compat\__init__.py", line 73, in console_to_str

return s.decode(sys.__stdout__.encoding)

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 2: invalid continuation byte

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\commands\install.py", line 342, in run

prefix=options.prefix_path,

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\req\req_set.py", line 784, in install

**kwargs

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\req\req_install.py", line 878, in install

spinner=spinner,

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\utils\__init__.py", line 676, in call_subprocess

line = console_to_str(proc.stdout.readline())

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\compat\__init__.py", line 75, in console_to_str

return s.decode('utf_8')

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 2: invalid continuation byte

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\commands\install.py", line 385, in run

requirement_set.cleanup_files()

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\req\req_set.py", line 729, in cleanup_files

req.remove_temporary_source()

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\req\req_install.py", line 977, in remove_temporary_source

rmtree(self.source_dir)

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\_vendor\retrying.py", line 49, in wrapped_f

return Retrying(*dargs, **dkw).call(f, *args, **kw)

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\_vendor\retrying.py", line 212, in call

raise attempt.get()

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\_vendor\retrying.py", line 247, in get

six.reraise(self.value[0], self.value[1], self.value[2])

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\_vendor\six.py", line 686, in reraise

raise value

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\_vendor\retrying.py", line 200, in call

attempt = Attempt(fn(*args, **kwargs), attempt_number, False)

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\utils\__init__.py", line 102, in rmtree

οnerrοr=rmtree_errorhandler)

File "d:\python\python3\lib\shutil.py", line 494, in rmtree

return _rmtree_unsafe(path, onerror)

File "d:\python\python3\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "d:\python\python3\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "d:\python\python3\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

[Previous line repeated 1 more times]

File "d:\python\python3\lib\shutil.py", line 389, in _rmtree_unsafe

onerror(os.unlink, fullname, sys.exc_info())

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\utils\__init__.py", line 114, in rmtree_errorhandler

func(path)

Permissi onError: [WinError 32] 另一个程序正在使用此文件,进程无法访问。: 'c:\\TEMP\\pip-build-n_4iqc5q\\Twisted\\src\\twisted\\i

nternet\\iocpreactor\\iocpsupport\\iocpsupport.c'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\basecommand.py", line 215, in main

status = self.run(options, args)

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\commands\install.py", line 385, in run

requirement_set.cleanup_files()

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\utils\build.py", line 38, in __exit__

self.cleanup()

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\utils\build.py", line 42, in cleanup

rmtree(self.name)

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\_vendor\retrying.py", line 49, in wrapped_f

return Retrying(*dargs, **dkw).call(f, *args, **kw)

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\_vendor\retrying.py", line 212, in call

raise attempt.get()

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\_vendor\retrying.py", line 247, in get

six.reraise(self.value[0], self.value[1], self.value[2])

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\_vendor\six.py", line 686, in reraise

raise value

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\_vendor\retrying.py", line 200, in call

attempt = Attempt(fn(*args, **kwargs), attempt_number, False)

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\utils\__init__.py", line 102, in rmtree

οnerrοr=rmtree_errorhandler)

File "d:\python\python3\lib\shutil.py", line 494, in rmtree

return _rmtree_unsafe(path, onerror)

File "d:\python\python3\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "d:\python\python3\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

File "d:\python\python3\lib\shutil.py", line 384, in _rmtree_unsafe

_rmtree_unsafe(fullname, onerror)

[Previous line repeated 2 more times]

File "d:\python\python3\lib\shutil.py", line 389, in _rmtree_unsafe

onerror(os.unlink, fullname, sys.exc_info())

File "C:\Users\YY\AppData\Roaming\Python\Python36\site-packages\pip\utils\__init__.py", line 114, in rmtree_errorhandler

func(path)

Permissi onError: [WinError 32] 另一个程序正在使用此文件,进程无法访问。: 'c:\\TEMP\\pip-build-n_4iqc5q\\Twisted\\src\\twisted\\i

nternet\\iocpreactor\\iocpsupport\\iocpsupport.c'

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值