Skip to content

Pip install zope.interface need the lateset setuptools (60.5.0), which can't work with python 2.7 #252

Open

Description

BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)

The zope.interface installation would use the latest setuptools , that's not good, because the latest setuptools can't work with python 2.7 .
Could anyone tell me how to install zope.interface 44.2 on python 2.7 ?

Thanks

What I did:

pip install twisted==20.3.0 # The lastest can't work on python2.7, 20.3.0 can

What I expect to happen:

Together install some other packages , work fine with python2.7

What actually happened:

`
Collecting zope.interface>=4.4.2 (from Twisted===20.3.0)
Collecting setuptools (from zope.interface>=4.4.2->Twisted==18.4.0)
Downloading setuptools-60.5.0.tar.gz

AttributeError: DistutilsMetaFinder instance has no attribute 'find_module'
`

What version of Python and Zope/Addons I am using:

Ubuntu 16.04 server rtt
python 2.7
ROS kinetic
pip 8.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions