Pip Install Twisted Error 1

后端 未结 5 1900
半阙折子戏
半阙折子戏 2020-12-14 07:16

When using pip install Twisted in virtualenv on Mac osx 10.9.4, I get this result:

Command \"python setup.py egg_info\" failed with error code 1

5条回答
  •  心在旅途
    2020-12-14 07:44

    I had a similar problem when installing Twisted on my MacBook, after trying many different ways, I successfully install Twisted using conda.

    You can try it, using either Anaconda or miniconda.

    https://conda.io/docs/download.html

    https://stackoverflow.com/a/20994790/1294704

提交回复
热议问题