在mac os x Maveri上的virtualenv上安装Fabric

2024-10-02 10:21:45 发布

您现在位置:Python中文网/ 问答频道 /正文

我尝试在macosxmaverick上的virtualenv的Fabric上安装命令pip install fabric

我的mac在构建pycrypto时出错:

clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]

clang: note: this will be a hard error (cannot be downgraded to a warning) in the future

error: command 'cc' failed with exit status 1
  • Xcode版本:Xcode 5.1(5B130a)
  • 命令行工具:Xcode5.1(commandline_tools_os_x_mavericks_for_Xcode_umarch_2014.dmg)
  • python 2.7.6
  • 第1.5.4点

完整日志:http://pastebin.com/raw.php?i=NvzGcN0a

我的系统上的pip install fabric正常工作,但当我激活我的virtualenv并尝试在其上安装Fabric时,它就不能工作了。在

你知道我的问题在哪里吗?在


Tags: installpipinvirtualenvfutureerrorbeargument

热门问题