[scrapy]安装报错: Twisted安装错误

http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted

下载whl文件 然后

pip install <whl文件名>

  

安装

 Scrapy shell无法正常运行的错误都需要安装 ipython 即可解决

AttributeError: 'module' object has no attribute 'F_GETFD'

或者找不到fcntl模块之类的错误

原文地址:https://www.cnblogs.com/sigai/p/7737011.html