“OSError: [Errno 1] Operation not permitted” when installing Scrapy in OSX 10.11 (El Capitan) (System Integrity Protection)

pip install --ignore-installed six

Would do the trick.

Source: github.com/pypa/pip/issues/3165

Leave a Comment