While I am trying to install scrapy on my Mac Os :
pip install Scrapy
I get an error
Uninstalling zope.interface-4.1.1: Could not install packages due to an EnvironmentError: [('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/zope/init.py', '/private/var/folders/h6/sh206j3129l3bvkbccnqp3xm0000gn/T/pip-uninstall-I2xi1I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/zope/init.py', "[Errno 1] Operation not permitted: '/private/var/folders/h6/sh206j3129l3bvkbccnqp3xm0000gn/T/pip-uninstall-I2xi1I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/zope/init.py'"), ('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/zope/init.pyc', '/private/var/folders/h6/sh206j3129l3bvkbccnqp3xm0000gn/T/pip-uninstall-......]
pip install scrapy --user
? – hoeflingsudo
, it won't bring you anything. The only issue left is to determine the correct path to the scrapy binary. Runpip show -f scrapy | grep Location
andpip show -f scrapy | grep bin/scrapy
, what do you get? – hoefling