Traceback (most recent call last):
File "/usr/local/bin/scrapy", line 5, in
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2793, in
working_set.require(__requires__)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 673, in require
needed = self.resolve(parse_requirements(requirements))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 576, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Scrapy==0.24.4
我已经挣扎了好几个小时了,我以前有过不同的错误,但是我删除了我路径中所有对python2.7的引用,(可能是个错误),现在我得到了新的错误。在
如果你能帮我解决我的mac电脑的问题,我将不胜感激。在
博主在Mac电脑上安装Scrapy时遇到报错,显示pkg_resources.DistributionNotFound: Scrapy==0.24.4。此前博主删除了路径中所有对python2.7的引用,之后便出现此新错误,博主希望有人能帮忙解决该问题。
8206

被折叠的 条评论
为什么被折叠?



