Import Error in zope.interface.registry in python
问题 I am installing a project in virtual environment. I am getting error from zope.interface.registry import Components Traceback (most recent call last): File "<console>", line 1, in <module> ImportError: No module named registry Version of this module as 4.0.5 >>> import pkg_resources >>> pkg_resources.get_distribution("zope.interface").version '4.0.5' I tried the same on my machine (not virtual env), >>> import pkg_resources >>> pkg_resources.get_distribution("zope.interface").version '4.0.1'