简体   繁体   English

错误:安装应用程序脚本

[英]error: installing appscript

i am having some trouble getting appscript downloaded for python 2.7. 我在为python 2.7下载appscript时遇到了一些麻烦。 when i try to run the easy install im geting a No such file or directory error. 当我尝试运行简易安装时,出现“无此文件或目录错误”的提示。 Anyone have anyideas on what im doing wrong? 任何人对我做错了什么想法?

$ sudo easy_install appscript
Searching for appscript
Reading http://pypi.python.org/simple/appscript/
Reading http://appscript.sourceforge.net
Best match: appscript 1.0.0
Downloading http://pypi.python.org/packages/source/a/appscript/appscript-       1.0.0.tar.gz#md5=6619b637037ea0f391f45870c13ae38a
Processing appscript-1.0.0.tar.gz
Running appscript-1.0.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-eJivX3  /appscript-1.0.0/egg-dist-tmp-BYJoe1
unable to execute llvm-gcc-4.2: No such file or directory
error: Setup script exited with error: command 'llvm-gcc-4.2' failed with exit status 1

It looks like you are missing the needed compiler. 看来您缺少所需的编译器。

"llvm-gcc-4.2" “ llvm-gcc-4.2”

Try installing it or specifying it's path if it is already installed. 尝试安装它或指定它的路径(如果已安装)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM