I have installed scrapy on my mac (OS El Capital, 10.11.4), there does not seem to be any compatibilty problem between scrapy and my python version (2.7.11) but when I try to start a project with scrapy startproject tutorial
I get following error message:
pkg_resources.DistributionNotFound: The 'pyasn1' distribution was not
found and is required by service-identity
I have tried updating both the pyasn1 and the service identity package, but that did not change anything. I have not found any help regarding this specific problem.
Has anyone ever experienced a similar problem? Is there a solution (even a "brutal" one, like uninstalling everything to start from scratch)?