Open
Description
openedon Jan 17, 2022
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