V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
reaCodes
V2EX  ›  Python

lxml 无法安装在 Python 3.5.1 上么

  •  
  •   reaCodes ·
    zhatlas · 2016-03-28 00:23:33 +08:00 via iPhone · 3171 次点击
    这是一个创建于 2959 天前的主题,其中的信息可能已经有所发展或是发生改变。
    1 条回复    2016-03-28 13:14:34 +08:00
    leavic
        1
    leavic  
       2016-03-28 13:14:34 +08:00
    biqins-MBP:~ lifetyper$ sudo -H pip3 install lxml
    Collecting lxml
    Downloading lxml-3.6.0.tar.gz (3.7MB)
    100% |████████████████████████████████| 3.7MB 208kB/s
    Building wheels for collected packages: lxml
    Running setup.py bdist_wheel for lxml ... done
    Stored in directory: /var/root/Library/Caches/pip/wheels/7b/4f/28/81343ed95f4eb7c4ca2e944926f34636cbb087d0d3426f757f
    Successfully built lxml
    Installing collected packages: lxml
    Successfully installed lxml-3.6.0
    biqins-MBP:~ lifetyper$ python3
    Python 3.5.1 (default, Jan 22 2016, 08:54:32)
    [GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import lxml
    >>>
    ==============
    没发现任何问题
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2563 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 13:14 · PVG 21:14 · LAX 06:14 · JFK 09:14
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.