No module named CFFI from FFI

淺唱寂寞╮ 提交于 2019-12-24 23:34:18

问题


I am very new to Python. I installed scrapy and it installed properly but when I want to run it using scrapy command it says

"No module named CFFI from FFI"

any help please?


回答1:


Run the python IDLE shell and type in import cffi. If there's no issue in importing, then CFFI is actually installed and the issue is something else.

The best way to install python modules is pip install cffi. If you already have it installed, upgrade using the pip command.



来源:https://stackoverflow.com/questions/28845983/no-module-named-cffi-from-ffi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!