Installing Fabric On Windows (Error No Module Called Readline)

前端 未结 6 1008
星月不相逢
星月不相逢 2021-01-03 08:58

I\'m trying to use the Fabric 0.1.1 deploy tool (http://docs.fabfile.org/) on Windows and we\'re running into an issue with the readline mo

6条回答
  •  一向
    一向 (楼主)
    2021-01-03 09:31

    The readline module you are trying to install with easy_install is for OS X, not windows. There are Windows-compatible replacements for readline out there but perhaps you should first try updating fabric itself to a more current version (0.9 is out there now).

    Grepping the source of the 0.9 version does not find any dependencies on readline.

提交回复
热议问题