Linked Questions

Score of 0
1 answer
1470 views

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 ...
Score of 0
0 answers
59 views

I'm not able to install PyAMG via pip on OSX 10.8.5. I already have XCode 5.1.1 with it's command line tools installed from within, scipy, numpy and nose. Hope there is a way to fix this. Here is the ...
  • reputation score 639
Score of 389
21 answers
1082164 views

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

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/...
  • reputation score 2674
Score of 107
11 answers
51835 views

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/...
  • reputation score 1263
Score of 38
6 answers
19554 views

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

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

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 ...
  • reputation score 10572
Score of 23
3 answers
20119 views

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

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

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

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 ...
  • reputation score 297
Score of 12
2 answers
9121 views

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 ...
  • reputation score 313
Score of 7
5 answers
11822 views

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

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

15 30 50 per page
1
2 3 4