使用scrapy startproject时报错,显示 No module named 'pkg_resources'
经过查阅资料,解决方法为打开cmd,输入:
curl https://bootstrap.pypa.io/ez_setup.py | python
回车
成功安装后解决问题,不再提示找不到pkg_resources
使用scrapy startproject时报错,显示 No module named 'pkg_resources'
经过查阅资料,解决方法为打开cmd,输入:
curl https://bootstrap.pypa.io/ez_setup.py | python
回车
成功安装后解决问题,不再提示找不到pkg_resources