zoukankan      html  css  js  c++  java
  • Windows系统Python 安装第三方模块时,提示pip版本有问题

    如果按照提示输入python -m pip install --upgrade pip 还不行,

    那么执行easy_install --upgrade pip 即可

    参考:https://stackoverflow.com/questions/39908406/unable-to-locate-finder-for-pip-vendor-distlib-error-when-using-pip-instal

    “Unable to locate finder for 'pip._vendor.distlib'” error when using “pip install virtualenv”

    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:userscorey shawappdatalocalprogramspythonpython36libsite-packagespipasecommand.py", line 215, in main
        status = self.run(options, args)
      File "c:userscorey shawappdatalocalprogramspythonpython36libsite-packagespipcommandsinstall.py", line 317, in run
        prefix=options.prefix_path,
      File "c:userscorey shawappdatalocalprogramspythonpython36libsite-packagespip
    eq
    eq_set.py", line 742, in install
        **kwargs
      File "c:userscorey shawappdatalocalprogramspythonpython36libsite-packagespip
    eq
    eq_install.py", line 831, in install
        self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
      File "c:userscorey shawappdatalocalprogramspythonpython36libsite-packagespip
    eq
    eq_install.py", line 1032, in move_wheel_files
        isolated=self.isolated,
      File "c:userscorey shawappdatalocalprogramspythonpython36libsite-packagespipwheel.py", line 493, in move_wheel_files
        maker.make_multiple(['%s = %s' % kv for kv in console.items()])
      File "c:userscorey shawappdatalocalprogramspythonpython36libsite-packagespip\_vendordistlibscripts.py", line 383, in make_multiple
        filenames.extend(self.make(specification, options))
      File "c:userscorey shawappdatalocalprogramspythonpython36libsite-packagespip\_vendordistlibscripts.py", line 372, in make
        self._make_script(entry, filenames, options=options)
      File "c:userscorey shawappdatalocalprogramspythonpython36libsite-packagespip\_vendordistlibscripts.py", line 276, in _make_script
        self._write_script(scriptnames, shebang, script, filenames, ext)
      File "c:userscorey shawappdatalocalprogramspythonpython36libsite-packagespip\_vendordistlibscripts.py", line 212, in _write_script
        launcher = self._get_launcher('t')
      File "c:userscorey shawappdatalocalprogramspythonpython36libsite-packagespip\_vendordistlibscripts.py", line 351, in _get_launcher
        result = finder(distlib_package).find(name).bytes
      File "c:userscorey shawappdatalocalprogramspythonpython36libsite-packagespip\_vendordistlib
    esources.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'
    
  • 相关阅读:
    Android ViewPager滑动导航菜单
    JQ操作select项
    radio控件name相同选出等于指定的value然后选中
    JQ随笔
    文本框宽度自动适应文本宽度<
    FindControl 找控件
    验证字母不符合替换成空
    JQ获取当前触发事件控件ID
    Repeater绑定对应行的dropdownlist
    有向图强连通分量的Tarjan算法
  • 原文地址:https://www.cnblogs.com/Amos-Turing/p/9120544.html
Copyright © 2011-2022 走看看