easy_install lxml on Python 2.7 on Windows

后端 未结 5 1793
感情败类
感情败类 2020-12-13 04:45

I\'m using python 2.7 on Windows. How come the following error occurs when I try to install [lxml][1] using [setuptools][2]\'s easy_install?

C:\\>easy_ins         


        
5条回答
  •  孤城傲影
    2020-12-13 05:19

    You can also use anaconda. Once you have it installed (http://continuum.io/downloads) you can just run conda install lxml to install lxml.

提交回复
热议问题