【问题标题】:Cannot install matplotlib on Intel Edison无法在 Intel Edison 上安装 matplotlib
【发布时间】:2017-07-04 17:29:08
【问题描述】:

我正在尝试在我的英特尔 Edison 开发板上安装 matplotlib,但出现错误。我成功安装了 Numpy 和 Spicy,但无法安装 matplotlib。

我收到了这个错误

root@edisonwbl:~# pip install matplotlib
Collecting matplotlib
/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading matplotlib-2.0.2.tar.gz (53.9MB)
    99% |############################### | 53.9MB 623kB/s eta 0:00:01Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 324, in run
    requirement_set.prepare_files(finder)
  File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file
    session=self.session, hashes=hashes)
  File "/usr/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url
    hashes=hashes
  File "/usr/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url
    hashes)
  File "/usr/lib/python2.7/site-packages/pip/download.py", line 882, in _download_http_url
    _download_url(resp, link, content_file, hashes)
  File "/usr/lib/python2.7/site-packages/pip/download.py", line 603, in _download_url
    hashes.check_against_chunks(downloaded_chunks)
  File "/usr/lib/python2.7/site-packages/pip/utils/hashes.py", line 46, in check_against_chunks
    for chunk in chunks:
  File "/usr/lib/python2.7/site-packages/pip/download.py", line 571, in written_chunks
    for chunk in chunks:
  File "/usr/lib/python2.7/site-packages/pip/utils/ui.py", line 139, in iter
    for x in it:
  File "/usr/lib/python2.7/site-packages/pip/download.py", line 560, in resp_read
    decode_content=False):
  File "/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py", line 357, in stream
    data = self.read(amt=amt, decode_content=decode_content)
  File "/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py", line 314, in read
    data = self._fp.read(amt)
  File "/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 63, in read
    self._close()
  File "/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 50, in _close
    self.__callback(self.__buf.getvalue())
  File "/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/controller.py", line 275, in cache_response
    self.serializer.dumps(request, response, body=body),
  File "/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/serialize.py", line 87, in dumps
    ).encode("utf8"),
MemoryError

我在 Edison 上有 Yocto,固件版本是 201606061707

谁能帮帮我?

提前致谢!

--- 编辑---

我找到了解决方案。 freetype2 和 libpng 包无法安装,所以我手动安装了它们,问题解决了!

【问题讨论】:

    标签: python-2.7 matplotlib yocto intel-edison


    【解决方案1】:

    我会建议你卸载 python 并为 python 2.7 安装 Anaconda2。它带有所有必要的模块,包括matplolib、numpy、pandas all。

    点击此链接:https://www.continuum.io/downloads

    【讨论】:

    • 英特尔 Edison 中的 Linux (Yocto) 是否支持 Anaconda?
    • 我收到此错误 @ShahariarRabby Anaconda2 现在将安装到此位置:/home/root/anaconda2 - 按 ENTER 确认位置 - 按 CTRL-C 中止安装 - 或指定一个[/home/root/anaconda2] 下面的不同位置 >>> PREFIX=/home/root/anaconda2 tar: 无法识别的选项 '--no-same-owner' BusyBox v1.22.1 (2016-06-06 14:50:27 PDT)多调用二进制。用法:tar -[cxtZzJjahmvO] [-X FILE] [-T FILE] [-f TARFILE] [-C DIR] [FILE]... 错误:无法从第 592 行开始提取 tar
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-03-01
    • 2011-05-04
    • 2022-07-23
    • 2020-04-13
    相关资源
    最近更新 更多