[zope2-tracker] [Bug 928650] [NEW] installing zope with pip requires upgrading zope.interface version

Jeffrey Finkelstein 928650 at bugs.launchpad.net
Wed Feb 8 06:53:29 UTC 2012


Public bug reported:

Zope2 version 2.13.12 on Ubuntu 11.10.

To reproduce:

    virtualenv env
    . env/bin/activate
    pip install Zope2
    mkzopeinterface foo

At this point, we get the following traceback:

Traceback (most recent call last):
  File "/mnt/data/src/kajiaso/testenv/bin/mkzopeinstance", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/mnt/data/src/kajiaso/testenv/local/lib/python2.7/site-packages/distribute-0.6.19-py2.7.egg/pkg_resources.py", line 2713, in <module>
    parse_requirements(__requires__), Environment()
  File "/mnt/data/src/kajiaso/testenv/local/lib/python2.7/site-packages/distribute-0.6.19-py2.7.egg/pkg_resources.py", line 588, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (zope.interface 3.6.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('zope.interface>=3.8.0'))


As a workaround, just do

    pip install zope.interface --upgrade

** Affects: zope2
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.
https://bugs.launchpad.net/bugs/928650

Title:
  installing zope with pip requires upgrading zope.interface version

To manage notifications about this bug go to:
https://bugs.launchpad.net/zope2/+bug/928650/+subscriptions


More information about the zope2-tracker mailing list