Python Pythonpath Modules install

前端 未结 3 923
借酒劲吻你
借酒劲吻你 2020-12-18 08:41

I am kind of annoyed by the installation of modules in python and had a lot of trouble with it, so it would be fantastic to find a good solution for it. Here are my issues:<

3条回答
  •  粉色の甜心
    2020-12-18 09:20

    sudo env ARCHFLAGS="-arch x86_64" easy_install-2.7 lxml worked on Mac OS 10.9. Make sure to qualify the version of python you are using in the easy_install command.

提交回复
热议问题