Linked Questions
54 questions linked to/from clang error: unknown argument: '-mno-fused-madd' (python package installation failure)
Score of 0
1 answer
1470 views
Error / Failure installing watchdog python on MacOS X [duplicate]
I want to create a python program that continously monitors a directory for any change and if a change hapens like creation or modification it should execure a shell script via exec.
For that reason I ...
- reputation score 386
Score of 0
0 answers
59 views
Score of 389
21 answers
1082164 views
How to install PIL with pip on Mac OS?
I am trying to install PIL (the Python Imaging Library) using the command:
sudo pip install pil
but I get the following message:
Downloading/unpacking PIL
You are installing a potentially insecure ...
- reputation score 3927
Score of 244
25 answers
111784 views
Cannot install Lxml on Mac OS X 10.9
I want to install Lxml so I can then install Scrapy.
When I updated my Mac today it wouldn't let me reinstall lxml, I get the following error:
In file included from src/lxml/lxml.etree.c:314:
/private/...
Score of 107
11 answers
51835 views
Ruby Gem install Json fails on Mavericks and Xcode 5.1 - unknown argument: '-multiply_definedsuppress'
I was trying run gem install json and got the following error
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/...
Score of 38
6 answers
19554 views
lxml runtime error: Reason: Incompatible library version: etree.so requires version 12.0.0 or later, but libxml2.2.dylib provides version 10.0.0
I have a perplexing problem.
I have used mac version 10.9, anaconda 3.4.1, python 2.7.6.
Developing web application with python-amazon-product-api. i have overcome an obstacle about installing lxml, ...
- reputation score 565
Score of 37
3 answers
61507 views
"'cc' failed with exit status 1" error when install python library
Like many others, I'm having issues installing a python library (downloaded as a tar, then extracted).
rodolphe-mbp:python-Levenshtein-0.11.2 Rodolphe$ sudo python setup.py install
running install
...
- reputation score 5347
Score of 28
5 answers
23898 views
Error installing gnureadline via pip
I broke my IPython setup whilst trying to upgrade to IPython 2.0. The installation fails when gnureadline is being installed. I originally had this problem but I fixed it. Now I'm getting this ...
Score of 23
3 answers
20119 views
Ansible Installation -clang: error: unknown argument: '-mno-fused-madd'
So, I've found some other clang error's on here that appear to be somewhat similar, however, the fixes aren't applicable to my situation.
I'm using OSX Mavericks and we're trying to get Ansible ...
- reputation score 582
Score of 36
6 answers
17626 views
Python distutils, how to get a compiler that is going to be used?
For example, I may use python setup.py build --compiler=msvc or python setup.py build --compiler=mingw32 or just python setup.py build, in which case the default compiler (say, bcpp) will be used. How ...
- reputation score 7273
Score of 14
2 answers
10140 views
Can't install python mysql library on Mac Mavericks
It was working like a charm before the update from Mountain Lion.
After the update it is broken and I cannot get the environment up again.
Does anybody know how to fix this?
The error is bolded, ...
- reputation score 716
Score of 13
3 answers
34344 views
pip error: unrecognized command line option ‘-fstack-protector-strong’
When I sudo pip install pyquery, sudo pip install lxml, and sudo pip install cython, I get very similar output with the same error that says:
x86_64-linux-gnu-gcc: error: unrecognized command line ...
Score of 12
2 answers
9121 views
clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]
I get the following error trying to install Scrapy in a Mavericks OS.
I have command line tools and X11 installed I don't really know whats going on and I haven`t found the same error browsing ...
Score of 7
5 answers
11822 views
Cannot get scikit-learn installed on OS X
I cannot install scikit-learn. I can install other packages either by building them from source or through pip without a problem. For scikit-learn, I've tried cloning the project on GitHub and ...
- reputation score 8253
Score of 6
5 answers
20821 views
Can't install numpy with setup.py
I'm on Python 2.7 and I'm trying to use the NLTK part of speech tagger, which generates this error because I don't have numpy installed:
> Traceback (most recent call last):
File "<stdin>",...
- reputation score 425