pip is able to search package but install fails with error
问题 I have local pypi server, where I uploaded cffi package. When I try to search, it return the package. $ pip search -i https://localhost --trusted-host localhost cffi cffi (1.11.4) - 1.11.4 But when try to install, it gives error. $ pip install -i https://localhost --trusted-host localhost cffi==1.11.4 Collecting cffi==1.11.4 Could not find a version that satisfies the requirement cffi==1.11.4 (from versions: ) No matching distribution found for cffi==1.11.4 I am running pypi server under