easy_install lxml on Python 2.7 on Windows

后端 未结 5 1787
感情败类
感情败类 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:24

    The ideal solution (which also works within virtual environments) has been provided here.

    Basically, it comes down to downloading a fitting wheel file from here (the "cp" in the filename stands for your Python version) and then simply pip installing it.

    It works on my (virtualenv) installation of Python3.3 on Windows 7 64-bit.

提交回复
热议问题