pypiserver

pip is able to search package but install fails with error

会有一股神秘感。 提交于 2019-12-24 08:33:20
问题 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

How to host a private python package manager in Azure or AWS

我与影子孤独终老i 提交于 2019-12-06 06:17:47
问题 I work in a small team of Python developers and we aim to create a private package manager to store our packages. I came cross pypicloud and following its tutorial I've successfully been able to upload and install packages stored in AWS-S3. That's fantastic. However, the private package manager is launched and hosted locally typing pserve server.ini in the terminal. The package manager is then accessible at http://0.0.0.0:6543/#/ . Ideally, I want this server to be: hosted in the cloud