Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/opencv/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 覆盆子pi-get-pip.py错误_Python_Opencv_Debian_Pip_Raspberry Pi2 - Fatal编程技术网

Python 覆盆子pi-get-pip.py错误

Python 覆盆子pi-get-pip.py错误,python,opencv,debian,pip,raspberry-pi2,Python,Opencv,Debian,Pip,Raspberry Pi2,我正在做一个带piface的树莓皮2。我正试图通过以下步骤安装openCV:。当我尝试执行步骤6(安装pip)时,出现以下错误: pi@raspberrypi ~ $ sudo python get-pip.py Exception: Traceback (most recent call last): File "/tmp/tmpxtbKBh/pip.zip/pip/basecommand.py", line 211, in main

我正在做一个带piface的树莓皮2。我正试图通过以下步骤安装openCV:。当我尝试执行步骤6(安装pip)时,出现以下错误:

pi@raspberrypi ~ $ sudo python get-pip.py

        Exception:
        Traceback (most recent call last):
          File "/tmp/tmpxtbKBh/pip.zip/pip/basecommand.py", line 211, in main
            status = self.run(options, args)
          File "/tmp/tmpxtbKBh/pip.zip/pip/commands/install.py", line 305, in run
            wb.build(autobuilding=True)
          File "/tmp/tmpxtbKBh/pip.zip/pip/wheel.py", line 705, in build
            self.requirement_set.prepare_files(self.finder)
          File "/tmp/tmpxtbKBh/pip.zip/pip/req/req_set.py", line 334, in prepare_files
            functools.partial(self._prepare_file, finder))
          File "/tmp/tmpxtbKBh/pip.zip/pip/req/req_set.py", line 321, in _walk_req_to_install
            more_reqs = handler(req_to_install)
          File "/tmp/tmpxtbKBh/pip.zip/pip/req/req_set.py", line 409, in _prepare_file
            req_to_install, finder)
          File "/tmp/tmpxtbKBh/pip.zip/pip/req/req_set.py", line 365, in _check_skip_installed
            finder.find_requirement(req_to_install, self.upgrade)
          File "/tmp/tmpxtbKBh/pip.zip/pip/index.py", line 486, in find_requirement
            all_versions = self._find_all_versions(req.name)
          File "/tmp/tmpxtbKBh/pip.zip/pip/index.py", line 404, in _find_all_versions
            index_locations = self._get_index_urls_locations(project_name)
          File "/tmp/tmpxtbKBh/pip.zip/pip/index.py", line 378, in _get_index_urls_locations
            page = self._get_page(main_index_url)
          File "/tmp/tmpxtbKBh/pip.zip/pip/index.py", line 818, in _get_page
            return HTMLPage.get_page(link, session=self.session)
          File "/tmp/tmpxtbKBh/pip.zip/pip/index.py", line 928, in get_page
            "Cache-Control": "max-age=600",
          File "/tmp/tmpxtbKBh/pip.zip/pip/_vendor/requests/sessions.py", line 477, in get
            return self.request('GET', url, **kwargs)
          File "/tmp/tmpxtbKBh/pip.zip/pip/download.py", line 373, in request
            return super(PipSession, self).request(method, url, *args, **kwargs)
          File "/tmp/tmpxtbKBh/pip.zip/pip/_vendor/requests/sessions.py", line 465, in request
            resp = self.send(prep, **send_kwargs)
          File "/tmp/tmpxtbKBh/pip.zip/pip/_vendor/requests/sessions.py", line 573, in send
            r = adapter.send(request, **kwargs)
          File "/tmp/tmpxtbKBh/pip.zip/pip/_vendor/cachecontrol/adapter.py", line 46, in send
            resp = super(CacheControlAdapter, self).send(request, **kw)
          File "/tmp/tmpxtbKBh/pip.zip/pip/_vendor/requests/adapters.py", line 370, in send
            timeout=timeout
          File "/tmp/tmpxtbKBh/pip.zip/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 544, in urlopen
            body=body, headers=headers)
          File "/tmp/tmpxtbKBh/pip.zip/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 344, in _make_request
        self._raise_timeout(err=e, url=url, timeout_value=conn.timeout)
      File "/tmp/tmpxtbKBh/pip.zip/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 314, in _raise_timeout
        if 'timed out' in str(err) or 'did not complete (read)' in str(err):  # Python 2.6
    TypeError: __str__ returned non-string (type Error)
我尝试执行步骤7,但得到的信息几乎相同(安装virtualenv):

两天以来我一直在努力解决这个问题,所以如果有人能帮我

求你了


如果您需要更多信息,请不要犹豫。我还需要为我的英语道歉,我是一名瑞士学生…

python--version给了你什么?它给了我python 2.7.9@Holt。python--version给了你什么?它给了我python 2.7.9@Holt
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 290, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1178, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 194, in find_requirement
    page = self._get_page(main_index_url, req)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 568, in _get_page
    session=self.session,
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 694, in get_page
    req, link, "connection error: %s" % exc, url,
TypeError: __str__ returned non-string (type Error)

Storing debug log for failure in /root/.pip/pip.log