小编sam*_*sam的帖子

raspberry pi无法安装lxml pip包

我在安装lxml软件包后尝试安装BeautifulSoup4软件包.

在终端i中键入:

sudo pip install lxml
Run Code Online (Sandbox Code Playgroud)

这就是我得到的

sudo pip install lxml
Downloading/unpacking lxml
  Running setup.py egg_info for package lxml
    Building lxml version 3.6.1.
    Building without Cython.
    Using build configuration of libxslt 1.1.26
    Building against libxml2/libxslt in the following directory: /usr/lib

Installing collected packages: lxml
  Running setup.py install for lxml
    Building lxml version 3.6.1.
    Building without Cython.
    Using build configuration of libxslt 1.1.26
    Building against libxml2/libxslt in the following directory: /usr/lib
    building 'lxml.etree' extension
    gcc -pthread -fno-strict-aliasing …
Run Code Online (Sandbox Code Playgroud)

python lxml pip beautifulsoup raspberry-pi

2
推荐指数
1
解决办法
3494
查看次数

标签 统计

beautifulsoup ×1

lxml ×1

pip ×1

python ×1

raspberry-pi ×1