python中的for in finder.find_解决Python 3.6使用pip时Unable to locate finder for pip._vendor.distlib的问题...

最近在笔记本上安装了Python 3.6 x86-64位版本,习惯性的创建了一个virtualenv,然后使用pip安装第三库的时候发生以下错误:Collecting virtualenv

Downloading virtualenv-15.0.3-py2.py3-none-any.whl (3.5MB)

100% |████████████████████████████████| 3.5MB 256kB/s

Installing collected packages: virtualenv

Exception:

Traceback (most recent call last):

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\basecommand.py", line 215, in main

status = self.run(options, args)

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\commands\install.py", line 317, in run

prefix=options.prefix_path,

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\req\req_set.py", line 742, in install

**kwargs

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\req\req_install.py", line 831, in install

self.move_wheel_files(self.source_dir, root=root, prefix=prefix)

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\req\req_install.py", line 1032, in move_wheel_files

isolated=self.isolated,

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\wheel.py", line 493, in move_wheel_files

maker.make_multiple(['%s = %s' % kv for kv in console.items()])

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\_vendor\distlib\scripts.py", line 383, in make_multiple

filenames.extend(self.make(specification, options))

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\_vendor\distlib\scripts.py", line 372, in make

self._make_script(entry, filenames, options=options)

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\_vendor\distlib\scripts.py", line 276, in _make_script

self._write_script(scriptnames, shebang, script, filenames, ext)

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\_vendor\distlib\scripts.py", line 212, in _write_script

launcher = self._get_launcher('t')

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\_vendor\distlib\scripts.py", line 351, in _get_launcher

result = finder(distlib_package).find(name).bytes

File "c:\users\corey shaw\appdata\local\programs\python\python36\lib\site-packages\pip\_vendor\distlib\resources.py", line 324, in finder

raise DistlibException('Unable to locate finder for %r' % package)

pip._vendor.distlib.DistlibException: Unable to locate finder for 'pip._vendor.distlib'

解决方案如下:

1.激活对应的virtualenv,然后执行:python -m pip uninstall pip setuptools

2.下载

3.同样在virtualenv激活状态下,执行python get-pip.py,这里要注意路径的问题,很可能路径没配置,导致了把原有python进行了pip卸载重装的动作

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值