I've just fixed this issue on my OS X.
Please backup your files first.
sudo rm -rf /Library/Python/2.7/site-packages/six*
sudo rm -rf /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six*
sudo pip install six
Above is equivalent to :sudo pip uninstall six (don't have a try in the flesh)
Scrapy 1.0.0 is ready to go.