Closed
Description
openedon May 22, 2024
PROBLEM REPORT
What I did:
Install zope.interface==6.4
on PyPy in https://github.com/zopefoundation/zopetoolkit/actions/runs/9155131998/job/25261849191?pr=95
What I expect to happen:
Successful install.
What actually happened:
Error: Couldn't find a distribution for 'zope.interface==6.4'.
The reason seems to be that the sdist of zope.interface 6.4
is named zope_interface-6.4.tar.gz
, so an _
instead of a .
between zope
and interface
. – It is not clear to me which tool did this. Running python setup.py sdist
with setuptools==65.5.0
did create a correctly named file.
What version of Python and Zope/Addons I am using:
- PyPy 3.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment