Can't install zope-component even though it's on PyPI #5991
Labels
auto-locked
Outdated issues that have been locked by automation
resolution: duplicate
Duplicate of an existing issue/PR
Environment
Description
pip
can not installzope-component
using the canonical name even though it is clearly present in the index --> see https://pypi.org/simple/zope-component/For some reason,
pip
is still able to resolve other versions like 4.3.0. Perhaps because they have wheels up, not just sdist.Expected behavior
pip install zope-component==4.2.0
andpip install zope.component==4.2.0
should do the same thing.I just use zope as an example, same issue probably exists for other namespace packages.
The text was updated successfully, but these errors were encountered: